Commit 7e9c1a4f authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Shawn Guo

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: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c37c2089
......@@ -166,7 +166,7 @@ &i2c1 {
status = "okay";
eeprom: 24c02@51 {
compatible = "microchip,24c02", "at24";
compatible = "microchip,24c02", "atmel,24c02";
reg = <0x51>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment