Re: [PATCH 6/6] arm64: dts: allwinner: a64: enable ANX6345 bridge on Teres-I
From: Torsten Duwe <hidden>
Date: 2019-05-24 12:14:25
Also in:
dri-devel, linux-devicetree, lkml
From: Torsten Duwe <hidden>
Date: 2019-05-24 12:14:25
Also in:
dri-devel, linux-devicetree, lkml
On Thu, May 23, 2019 at 07:48:03AM -0700, Vasily Khoruzhick wrote:
On Wed, May 22, 2019 at 11:54 PM Torsten Duwe [off-list ref] wrote:quoted
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts@@ -65,6 +65,21 @@ }; }; + panel: panel { + compatible ="innolux,n116bge", "simple-panel";IIRC Rob wanted it to be edp-connector, not simple-panel. Also you need to introduce edp-connector binding.
This line is identically found in arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi and arch/arm64/boot/dts/nvidia/tegra132-norrin.dts
quoted
+ status = "okay"; + power-supply = <®_dcdc1>; + backlight = <&backlight>; + + ports { + panel_in: port { + panel_in_edp: endpoint { + remote-endpoint = <&anx6345_out>; + }; + }; + };
The whole node is the same as in rk3288-veyron-chromebook.dtsi; I only adapted the power-supply and remote-endpoint properties. Is there anything wrong with that? Torsten _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel