projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c37c208
)
ARM: dts: fix the at24 compatible string in imx6q-h100
author
Bartosz Golaszewski
<brgl@bgdev.pl>
Wed, 24 Jan 2018 21:31:48 +0000
(22:31 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 12 Feb 2018 13:13:17 +0000
(21:13 +0800)
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>
arch/arm/boot/dts/imx6q-h100.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6q-h100.dts
b/arch/arm/boot/dts/imx6q-h100.dts
index
db0e738
..
dd24b46
100644
(file)
--- a/
arch/arm/boot/dts/imx6q-h100.dts
+++ b/
arch/arm/boot/dts/imx6q-h100.dts
@@
-166,7
+166,7
@@
status = "okay";
eeprom: 24c02@51 {
- compatible = "microchip,24c02", "at
24
";
+ compatible = "microchip,24c02", "at
mel,24c02
";
reg = <0x51>;
};