Skip to content

Commit e3da41a

Browse files
kbinghamhorms
authored andcommitted
arm64: dts: renesas: salvator-common: adv748x: Override secondary addresses
Ensure that the ADV748x device addresses do not conflict, and group them together (visually in i2cdetect) Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent 3182aa4 commit e3da41a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/arm64/boot/dts/renesas/salvator-common.dtsi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,10 @@
420420

421421
video-receiver@70 {
422422
compatible = "adi,adv7482";
423-
reg = <0x70>;
423+
reg = <0x70 0x71 0x72 0x73 0x74 0x75
424+
0x60 0x61 0x62 0x63 0x64 0x65>;
425+
reg-names = "main", "dpll", "cp", "hdmi", "edid", "repeater",
426+
"infoframe", "cbus", "cec", "sdp", "txa", "txb" ;
424427

425428
#address-cells = <1>;
426429
#size-cells = <0>;

0 commit comments

Comments
 (0)