mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 19:01:37 +00:00
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:
parent
c37c2089ff
commit
7e9c1a4fb4
@ -166,7 +166,7 @@
|
||||
status = "okay";
|
||||
|
||||
eeprom: 24c02@51 {
|
||||
compatible = "microchip,24c02", "at24";
|
||||
compatible = "microchip,24c02", "atmel,24c02";
|
||||
reg = <0x51>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user