Skip to content

Commit ea2d16f

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: fix rk3288 dsi node
Use generic node name for rk3288.dtsi dsi node. With the conversion of rockchip,dw-mipi-dsi.yaml a port@1 node is required, so add a node with label mipi_out. Also restyle. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/f3edcbff-4aef-1d24-8d65-e519c9451cda@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 56af59f commit ea2d16f

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@
11141114
status = "disabled";
11151115
};
11161116

1117-
mipi_dsi: mipi@ff960000 {
1117+
mipi_dsi: dsi@ff960000 {
11181118
compatible = "rockchip,rk3288-mipi-dsi", "snps,dw-mipi-dsi";
11191119
reg = <0x0 0xff960000 0x0 0x4000>;
11201120
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
@@ -1125,18 +1125,28 @@
11251125
status = "disabled";
11261126

11271127
ports {
1128-
mipi_in: port {
1128+
#address-cells = <1>;
1129+
#size-cells = <0>;
1130+
1131+
mipi_in: port@0 {
1132+
reg = <0>;
11291133
#address-cells = <1>;
11301134
#size-cells = <0>;
1135+
11311136
mipi_in_vopb: endpoint@0 {
11321137
reg = <0>;
11331138
remote-endpoint = <&vopb_out_mipi>;
11341139
};
1140+
11351141
mipi_in_vopl: endpoint@1 {
11361142
reg = <1>;
11371143
remote-endpoint = <&vopl_out_mipi>;
11381144
};
11391145
};
1146+
1147+
mipi_out: port@1 {
1148+
reg = <1>;
1149+
};
11401150
};
11411151
};
11421152

0 commit comments

Comments
 (0)