* [PATCH] ARM: dts: fix the at24 compatible string in imx6q-h100
@ 2018-01-24 21:31 Bartosz Golaszewski
2018-02-05 7:35 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2018-01-24 21:31 UTC (permalink / raw)
To: linux-arm-kernel
Using 'at24' as fallback is now deprecated - use the full
'atmel,<model>' string.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
arch/arm/boot/dts/imx6q-h100.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx6q-h100.dts b/arch/arm/boot/dts/imx6q-h100.dts
index 8a2ea6c58902..cca1587bf7da 100644
--- a/arch/arm/boot/dts/imx6q-h100.dts
+++ b/arch/arm/boot/dts/imx6q-h100.dts
@@ -161,7 +161,7 @@
status = "okay";
eeprom: 24c02 at 51 {
- compatible = "microchip,24c02", "at24";
+ compatible = "microchip,24c02", "atmel,24c02";
reg = <0x51>;
};
--
2.16.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-05 7:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-24 21:31 [PATCH] ARM: dts: fix the at24 compatible string in imx6q-h100 Bartosz Golaszewski
2018-02-05 7:35 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).