]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: renesas: salvator-common: add eeprom
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sun, 29 Apr 2018 18:26:39 +0000 (20:26 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 16 May 2018 08:46:12 +0000 (10:46 +0200)
Add the EEPROM found on Salvator-X and -XS boards for H3, M3-W, and M3-N
on the IIC_DVFS bus.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/salvator-common.dtsi

index 9116f4caa3c6e76d10cfd9ff3ee2da14e1b5c8ca..803220a02f5079391480e07c543fbd36897f0eee 100644 (file)
@@ -385,6 +385,12 @@ dvfs: dvfs {
                        };
                };
        };
+
+       eeprom@50 {
+               compatible = "rohm,br24t01", "atmel,24c01";
+               reg = <0x50>;
+               pagesize = <8>;
+       };
 };
 
 &ohci0 {