Message ID | 20200601063308.13045-1-ricardo.canuelo@collabora.com |
---|---|
Headers | show |
Series | Convert adi,adv7511.txt DT bindings to yaml | expand |
Hi Ricardo, On 2020/6/1 14:33, Ricardo Cañuelo wrote: > 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> Thanks! Applied this patch only to the hisilicon arm64 dt tree since it does not depend on the new yaml format binding. Best Regards, Wei > --- > arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 11 +++++++++++ > arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 2 +- > 2 files changed, 12 insertions(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts > index e035cf195b19..8c4bfbaf3a80 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts > +++ b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts > @@ -530,6 +530,17 @@ > 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>; > + }; > + }; > }; > }; > > diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > index c14205cd6bf5..3e47150c05ec 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > @@ -516,7 +516,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>; > >
Hi Wei, On mar 21-07-2020 10:41:49, Wei Xu wrote: > Hi Ricardo, > > On 2020/6/1 14:33, Ricardo Cañuelo wrote: > > 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> > > Thanks! > Applied this patch only to the hisilicon arm64 dt tree since > it does not depend on the new yaml format binding. > > Best Regards, > Wei Great, thanks! Cheers, Ricardo