Fix build failure by patching the CoolPi 4B HDMI device-tree; specifically changing all instances containing 'hdptxphy_hdmi_clk' to 'hdptxphy_hdmi'
This commit is contained in:
parent
2aa234051b
commit
176a2e79a2
@ -876,17 +876,17 @@
|
|||||||
|
|
||||||
&vp0 {
|
&vp0 {
|
||||||
assigned-clocks = <&cru DCLK_VOP0>;
|
assigned-clocks = <&cru DCLK_VOP0>;
|
||||||
assigned-clock-parents = <&hdptxphy_hdmi_clk0>;
|
assigned-clock-parents = <&hdptxphy_hdmi0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&display_subsystem {
|
&display_subsystem {
|
||||||
clocks = <&hdptxphy_hdmi_clk0>;
|
clocks = <&hdptxphy_hdmi0>;
|
||||||
clock-names = "hdmi0_phy_pll";
|
clock-names = "hdmi0_phy_pll";
|
||||||
memory-region = <&drm_logo>;
|
memory-region = <&drm_logo>;
|
||||||
memory-region-names = "drm-logo";
|
memory-region-names = "drm-logo";
|
||||||
};
|
};
|
||||||
|
|
||||||
&hdptxphy_hdmi_clk0 {
|
&hdptxphy_hdmi0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user