Skip to content

Commit 2dd16a2

Browse files
krzkmmind
authored andcommitted
arm64: dts: rockchip: use just "port" in panel on RockPro64
The panel bindings expect to have only one port, thus they do not allow to use "ports" node: rk3399-rockpro64.dtb: panel@0: 'ports' does not match any of the regexes: 'pinctrl-[0-9]+' There is only one endpoint, so use simpler form without "reg". Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 5438b34 commit 2dd16a2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -647,16 +647,10 @@
647647
avdd-supply = <&avdd>;
648648
backlight = <&backlight>;
649649
dvdd-supply = <&vcc3v3_s0>;
650-
ports {
651-
#address-cells = <1>;
652-
#size-cells = <0>;
653650

654-
port@0 {
655-
reg = <0>;
656-
657-
mipi_in_panel: endpoint {
658-
remote-endpoint = <&mipi_out_panel>;
659-
};
651+
port {
652+
mipi_in_panel: endpoint {
653+
remote-endpoint = <&mipi_out_panel>;
660654
};
661655
};
662656
};

0 commit comments

Comments
 (0)