diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-03-22 08:45:58 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-04-07 12:26:06 -0400 |
commit | 0d606c08f44a09e3ca86d4af1a40aec61a6e9dde (patch) | |
tree | ac50f1314115317c8fcf0d1052ba1c261bcd3321 /arch/arm/boot/dts/kirkwood-laplug.dts | |
parent | 4de29e636946dbc97586de6136a3c496a55fd5e6 (diff) |
ARM: Kirkwood: Fix Atmel vendor prefix
The documented vendor prefix for Atmel is 'atmel' not 'at' as used in
these .dts[i] files.
The i2c framework actually ignores the prefix, so making this change
does not cause compatibility issues.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1395492360-1865-4-git-send-email-andrew@lunn.ch
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-laplug.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-laplug.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/kirkwood-laplug.dts b/arch/arm/boot/dts/kirkwood-laplug.dts index c9e82eff9bf2..6761ffa2c4ab 100644 --- a/arch/arm/boot/dts/kirkwood-laplug.dts +++ b/arch/arm/boot/dts/kirkwood-laplug.dts | |||
@@ -48,7 +48,7 @@ | |||
48 | status = "okay"; | 48 | status = "okay"; |
49 | 49 | ||
50 | eeprom@50 { | 50 | eeprom@50 { |
51 | compatible = "at,24c04"; | 51 | compatible = "atmel,24c04"; |
52 | pagesize = <16>; | 52 | pagesize = <16>; |
53 | reg = <0x50>; | 53 | reg = <0x50>; |
54 | }; | 54 | }; |