arm64: dts: hisilicon: hikey: fixes to comply with adi, adv7533 DT binding
authorRicardo Cañuelo <ricardo.canuelo@collabora.com>
Mon, 1 Jun 2020 06:33:06 +0000 (08:33 +0200)
committerWei Xu <xuwei5@hisilicon.com>
Fri, 17 Jul 2020 03:09:37 +0000 (11:09 +0800)
hi3660-hikey960.dts:
  Define a 'ports' node for 'adv7533: adv7533@39' and the
  'adi,dsi-lanes' property to make it compliant with the adi,adv7533 DT
  binding.

  This fills the requirements to meet the binding requirements,
  remote endpoints are not defined.

hi6220-hikey.dts:
  Change property name s/pd-gpio/pd-gpios, gpio properties should be
  plural. This is just a cosmetic change.

Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@collabora.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts

index ff392a47562cca1db5606ee3244fe5e8b4f92660..c1b614dabb8e0a8a0df0339e434e779a1f3b132a 100644 (file)
                status = "ok";
                compatible = "adi,adv7533";
                reg = <0x39>;
+               adi,dsi-lanes = <4>;
+               ports {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       port@0 {
+                               reg = <0>;
+                       };
+                       port@1 {
+                               reg = <1>;
+                       };
+               };
        };
 };
 
index a41e0db8e71b523674d8a9361b01ab3f517deb2e..533ed523888d27b40c1f7a815e4c35890515e3da 100644 (file)
                reg = <0x39>;
                interrupt-parent = <&gpio1>;
                interrupts = <1 2>;
-               pd-gpio = <&gpio0 4 0>;
+               pd-gpios = <&gpio0 4 0>;
                adi,dsi-lanes = <4>;
                #sound-dai-cells = <0>;