Commit 5438b349 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Heiko Stuebner
Browse files

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230326204520.80859-2-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 3adf8932
Loading
Loading
Loading
Loading
+3 −13
Original line number Diff line number Diff line
@@ -50,22 +50,12 @@
		pinctrl-0 = <&panel_en_pin>;
		power-supply = <&vcc3v3_panel>;

		ports {
			#address-cells = <1>;
			#size-cells = <0>;

			port@0 {
				reg = <0>;
				#address-cells = <1>;
				#size-cells = <0>;

				panel_in_edp: endpoint@0 {
					reg = <0>;
		port {
			panel_in_edp: endpoint {
				remote-endpoint = <&edp_out_panel>;
			};
		};
	};
	};

	/*
	 * Use separate nodes for gpio-keys to allow for selective deactivation