Skip to content

Commit 8c17c93

Browse files
diederikdehaasmmind
authored andcommitted
arm64: dts: rockchip: Fix LCD panel port on rk3566-pinetab2
The MIPI DSI connector on the PineTab2 only has 1 port with 1 endpoint, so drop the unit-address properties. While at it, move 'rotation' property to its proper sorting position. This fixes the following DTB validation warnings: node has a unit name, but no reg or ranges property Signed-off-by: Diederik de Haas <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 4ac334d commit 8c17c93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/rockchip/rk3566-pinetab2.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@
282282
reg = <0>;
283283
backlight = <&backlight>;
284284
enable-gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
285-
rotation = <90>;
286285
power-supply = <&vcc_3v3>;
286+
rotation = <90>;
287287

288-
port@0 {
289-
panel_in_dsi: endpoint@0 {
288+
port {
289+
panel_in_dsi: endpoint {
290290
remote-endpoint = <&dsi0_out_con>;
291291
};
292292
};

0 commit comments

Comments
 (0)