]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: Kirkwood: Fix Atmel vendor prefix
authorAndrew Lunn <andrew@lunn.ch>
Sat, 22 Mar 2014 12:45:58 +0000 (13:45 +0100)
committerJason Cooper <jason@lakedaemon.net>
Mon, 7 Apr 2014 16:26:06 +0000 (16:26 +0000)
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>
arch/arm/boot/dts/kirkwood-laplug.dts
arch/arm/boot/dts/kirkwood-ns2-common.dtsi

index c9e82eff9bf2e73af3204e9be1f79dff2bc62410..6761ffa2c4ab7eb9e130dbef6a00e4a2faea1714 100644 (file)
@@ -48,7 +48,7 @@
                        status = "okay";
 
                        eeprom@50 {
-                               compatible = "at,24c04";
+                               compatible = "atmel,24c04";
                                pagesize = <16>;
                                reg = <0x50>;
                        };
index 743152f31a815b0e970b7dab80e4ed8af94adb87..843eb478b3e41d7358b6d45fad24796d7b9c1e68 100644 (file)
@@ -50,7 +50,7 @@
                        status = "okay";
 
                        eeprom@50 {
-                               compatible = "at,24c04";
+                               compatible = "atmel,24c04";
                                pagesize = <16>;
                                reg = <0x50>;
                        };