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>
This commit is contained in:
Bartosz Golaszewski 2018-01-24 22:31:48 +01:00 committed by Shawn Guo
parent c37c2089ff
commit 7e9c1a4fb4

View File

@ -166,7 +166,7 @@
status = "okay";
eeprom: 24c02@51 {
compatible = "microchip,24c02", "at24";
compatible = "microchip,24c02", "atmel,24c02";
reg = <0x51>;
};