ARM: dts: vf610-colibri: use of_graph dt nodes to describe the panel
authorStefan Agner <stefan@agner.ch>
Tue, 6 Sep 2016 18:46:57 +0000 (11:46 -0700)
committerShawn Guo <shawnguo@kernel.org>
Thu, 8 Sep 2016 14:17:32 +0000 (22:17 +0800)
The fsl,panel property is deprecated and we should use the new
of_graph dt bindings to describe the relationship between the DCU
controller and the panel.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vf-colibri-eval-v3.dtsi

index a8a8e43..1e0b823 100644 (file)
        panel: panel {
                compatible = "edt,et057090dhu";
                backlight = <&bl>;
+
+               port {
+                       panel_in: endpoint {
+                               remote-endpoint = <&dcu_out>;
+                       };
+               };
        };
 
        reg_3v3: regulator-3v3 {
 &dcu0 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_dcu0_1>;
-       fsl,panel = <&panel>;
        status = "okay";
+
+       port {
+               dcu_out: endpoint {
+                       remote-endpoint = <&panel_in>;
+               };
+       };
 };
 
 &dspi1 {