summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/p1010rdb.dtsi
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@dowhile0.org>2017-06-15 20:54:15 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2017-06-28 13:08:13 +1000
commit226b9391d1a4e91fe08627f75ebad1c60900dfe2 (patch)
tree3c6184f3b458755b936bec4d5bdff1d8fc6e6f9d /arch/powerpc/boot/dts/fsl/p1010rdb.dtsi
parentfd393188064e3d01a91a21160751f60ff5ce5def (diff)
powerpc/fsl: Add generic compatible string for I2C EEPROM
The at24 driver allows to register I2C EEPROM chips using different vendor and devices, but the I2C subsystem does not take the vendor into account when matching using the I2C table since it only has device entries. But when matching using an OF table, both the vendor and device has to be taken into account so the driver defines only a set of compatible strings using the "atmel" vendor as a generic fallback for compatible I2C devices. So add this generic fallback to the device node compatible string to make the device to match the driver using the OF device ID table. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/p1010rdb.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/p1010rdb.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p1010rdb.dtsi b/arch/powerpc/boot/dts/fsl/p1010rdb.dtsi
index a8e4ba070104..2ca9cee2ddeb 100644
--- a/arch/powerpc/boot/dts/fsl/p1010rdb.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p1010rdb.dtsi
@@ -89,7 +89,7 @@
&board_soc {
i2c@3000 {
eeprom@50 {
- compatible = "st,24c256";
+ compatible = "st,24c256", "atmel,24c256";
reg = <0x50>;
};