mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 07:34:03 -04: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:
committed by
Shawn Guo
parent
c37c2089ff
commit
7e9c1a4fb4
@@ -166,7 +166,7 @@ &i2c1 {
|
||||
status = "okay";
|
||||
|
||||
eeprom: 24c02@51 {
|
||||
compatible = "microchip,24c02", "at24";
|
||||
compatible = "microchip,24c02", "atmel,24c02";
|
||||
reg = <0x51>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user