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:
Nathan 2025-02-06 00:56:15 -06:00
parent 2aa234051b
commit 176a2e79a2

View File

@ -876,17 +876,17 @@
&vp0 {
assigned-clocks = <&cru DCLK_VOP0>;
assigned-clock-parents = <&hdptxphy_hdmi_clk0>;
assigned-clock-parents = <&hdptxphy_hdmi0>;
};
&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
memory-region = <&drm_logo>;
memory-region-names = "drm-logo";
};
&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};