Skip to content

Commit 585e4dc

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: fix rk3288 hdmi ports node
Fix rk3288 hdmi ports node so that it matches the rockchip,dw-hdmi.yaml binding with some reordering to align with the (new) documentation about property ordering. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/cc3a9b4f-076d-4660-b464-615003b6a066@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 5aab66e commit 585e4dc

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

arch/arm/boot/dts/rockchip/rk3288.dtsi

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,27 +1240,37 @@
12401240
compatible = "rockchip,rk3288-dw-hdmi";
12411241
reg = <0x0 0xff980000 0x0 0x20000>;
12421242
reg-io-width = <4>;
1243-
#sound-dai-cells = <0>;
1244-
rockchip,grf = <&grf>;
12451243
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
12461244
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>;
12471245
clock-names = "iahb", "isfr", "cec";
12481246
power-domains = <&power RK3288_PD_VIO>;
1247+
rockchip,grf = <&grf>;
1248+
#sound-dai-cells = <0>;
12491249
status = "disabled";
12501250

12511251
ports {
1252-
hdmi_in: port {
1252+
#address-cells = <1>;
1253+
#size-cells = <0>;
1254+
1255+
hdmi_in: port@0 {
1256+
reg = <0>;
12531257
#address-cells = <1>;
12541258
#size-cells = <0>;
1259+
12551260
hdmi_in_vopb: endpoint@0 {
12561261
reg = <0>;
12571262
remote-endpoint = <&vopb_out_hdmi>;
12581263
};
1264+
12591265
hdmi_in_vopl: endpoint@1 {
12601266
reg = <1>;
12611267
remote-endpoint = <&vopl_out_hdmi>;
12621268
};
12631269
};
1270+
1271+
hdmi_out: port@1 {
1272+
reg = <1>;
1273+
};
12641274
};
12651275
};
12661276

0 commit comments

Comments
 (0)