OSDN Git Service

arm64: dts: renesas: salvator-common: adv748x: Override secondary addresses
authorKieran Bingham <kieran.bingham@ideasonboard.com>
Tue, 7 Aug 2018 15:59:33 +0000 (16:59 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 13 Sep 2018 07:47:11 +0000 (09:47 +0200)
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>
arch/arm64/boot/dts/renesas/salvator-common.dtsi

index 7d3d866..3b90f81 100644 (file)
 
        video-receiver@70 {
                compatible = "adi,adv7482";
-               reg = <0x70>;
+               reg = <0x70 0x71 0x72 0x73 0x74 0x75
+                      0x60 0x61 0x62 0x63 0x64 0x65>;
+               reg-names = "main", "dpll", "cp", "hdmi", "edid", "repeater",
+                           "infoframe", "cbus", "cec", "sdp", "txa", "txb" ;
 
                #address-cells = <1>;
                #size-cells = <0>;