Skip to content

Commit 5438b34

Browse files
krzkmmind
authored andcommitted
arm64: dts: rockchip: use just "port" in panel on Pinebook Pro
The panel bindings expect to have only one port, thus they do not allow to use "ports" node: rk3399-pinebook-pro.dtb: edp-panel: 'ports' does not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230326204520.80859-2-krzysztof.kozlowski@linaro.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 3adf893 commit 5438b34

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,9 @@
5050
pinctrl-0 = <&panel_en_pin>;
5151
power-supply = <&vcc3v3_panel>;
5252

53-
ports {
54-
#address-cells = <1>;
55-
#size-cells = <0>;
56-
57-
port@0 {
58-
reg = <0>;
59-
#address-cells = <1>;
60-
#size-cells = <0>;
61-
62-
panel_in_edp: endpoint@0 {
63-
reg = <0>;
64-
remote-endpoint = <&edp_out_panel>;
65-
};
53+
port {
54+
panel_in_edp: endpoint {
55+
remote-endpoint = <&edp_out_panel>;
6656
};
6757
};
6858
};

0 commit comments

Comments
 (0)