projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad00e08
)
ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-zii-rdu2
author
Bartosz Golaszewski
<brgl@bgdev.pl>
Wed, 24 Jan 2018 21:28:23 +0000
(22:28 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 12 Feb 2018 13:13:15 +0000
(21:13 +0800)
Using 'at' as the <manufacturer> part of the compatible string is now
deprecated. Use a correct string: 'atmel,<model>'.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
index 928f35800da5e63da902dd3a1c241ebb043d1c6b..f81ae0cfc6aca42e2117aafaec6093c957e5bc77 100644
(file)
--- a/
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
+++ b/
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
@@
-498,7
+498,7
@@
};
eeprom@54 {
- compatible = "at,24c128";
+ compatible = "at
mel
,24c128";
reg = <0x54>;
};