summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-h100.dts
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2018-01-24 22:31:48 +0100
committerShawn Guo <shawnguo@kernel.org>2018-02-12 21:13:17 +0800
commit7e9c1a4fb4efbc855f0e1b272d39c59293f163aa (patch)
tree83470621c3b4be0117a7f9109dd78249e01a6416 /arch/arm/boot/dts/imx6q-h100.dts
parentc37c2089ff1a7500112853240dda81466798124b (diff)
ARM: dts: fix the at24 compatible string in imx6q-h100
Using 'at24' as fallback is now deprecated - use the full 'atmel,<model>' string. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-h100.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-h100.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-h100.dts b/arch/arm/boot/dts/imx6q-h100.dts
index db0e738b5391..dd24b465a4e5 100644
--- a/arch/arm/boot/dts/imx6q-h100.dts
+++ b/arch/arm/boot/dts/imx6q-h100.dts
@@ -166,7 +166,7 @@
status = "okay";
eeprom: 24c02@51 {
- compatible = "microchip,24c02", "at24";
+ compatible = "microchip,24c02", "atmel,24c02";
reg = <0x51>;
};