diff options
-rw-r--r-- | arch/arm/boot/dts/am57xx-sbc-am57x.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am57xx-sbc-am57x.dts b/arch/arm/boot/dts/am57xx-sbc-am57x.dts index 77bb8e17401a..0f1d42553d5e 100644 --- a/arch/arm/boot/dts/am57xx-sbc-am57x.dts +++ b/arch/arm/boot/dts/am57xx-sbc-am57x.dts | |||
@@ -108,9 +108,9 @@ | |||
108 | pinctrl-0 = <&i2c5_pins_default>; | 108 | pinctrl-0 = <&i2c5_pins_default>; |
109 | clock-frequency = <400000>; | 109 | clock-frequency = <400000>; |
110 | 110 | ||
111 | eeprom_base: atmel@50 { | 111 | eeprom_base: atmel@54 { |
112 | compatible = "atmel,24c08"; | 112 | compatible = "atmel,24c08"; |
113 | reg = <0x50>; | 113 | reg = <0x54>; |
114 | pagesize = <16>; | 114 | pagesize = <16>; |
115 | }; | 115 | }; |
116 | 116 | ||