Skip to content

Commit 6569387

Browse files
Ricardo Cañuelogregkh
authored andcommitted
arm64: dts: hisilicon: hikey: fixes to comply with adi, adv7533 DT binding
[ Upstream commit bbe28fc ] 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>
1 parent 0bd6a23 commit 6569387

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,17 @@
530530
status = "ok";
531531
compatible = "adi,adv7533";
532532
reg = <0x39>;
533+
adi,dsi-lanes = <4>;
534+
ports {
535+
#address-cells = <1>;
536+
#size-cells = <0>;
537+
port@0 {
538+
reg = <0>;
539+
};
540+
port@1 {
541+
reg = <1>;
542+
};
543+
};
533544
};
534545
};
535546

arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
reg = <0x39>;
516516
interrupt-parent = <&gpio1>;
517517
interrupts = <1 2>;
518-
pd-gpio = <&gpio0 4 0>;
518+
pd-gpios = <&gpio0 4 0>;
519519
adi,dsi-lanes = <4>;
520520
#sound-dai-cells = <0>;
521521

0 commit comments

Comments
 (0)