]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Aug 2020 06:16:01 +0000 (08:16 +0200)
[ Upstream commit bbe28fc3cbabbef781bcdf847615d52ce2e26e42 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts

index e035cf195b19a541fd071c42928845f3fe320543..8c4bfbaf3a806da646d7e519a00a3addf4fa2d7d 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 c14205cd6bf5c0ed3be7482d29b029c24a7eb579..3e47150c05ec215e35d33cf483cdcefe3eedfd24 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>;