diff options
author | Ricardo Cañuelo <ricardo.canuelo@collabora.com> | 2020-06-01 09:33:06 +0300 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2020-07-17 06:09:37 +0300 |
commit | bbe28fc3cbabbef781bcdf847615d52ce2e26e42 (patch) | |
tree | 350bb3d71c9c274ab086e888c8a5863513bb403b /arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | |
parent | 47e2843f5e2e1cdcf25fdfa28173ae5315e6497b (diff) | |
download | linux-bbe28fc3cbabbef781bcdf847615d52ce2e26e42.tar.xz |
arm64: dts: hisilicon: hikey: fixes to comply with adi, adv7533 DT binding
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>
Diffstat (limited to 'arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts index a41e0db8e71b..533ed523888d 100644 --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts @@ -506,7 +506,7 @@ 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>; |