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:
55071b0
)
ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-rex
author
Bartosz Golaszewski
<brgl@bgdev.pl>
Wed, 24 Jan 2018 21:31:16 +0000
(22:31 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 12 Feb 2018 13:13:16 +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-rex.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6qdl-rex.dtsi
b/arch/arm/boot/dts/imx6qdl-rex.dtsi
index 6e9549ff11da965e2cead22f0e95dcffdd0f220a..039e3b8306c47f53edc68d967cc66ed486da7445 100644
(file)
--- a/
arch/arm/boot/dts/imx6qdl-rex.dtsi
+++ b/
arch/arm/boot/dts/imx6qdl-rex.dtsi
@@
-137,7
+137,7
@@
status = "okay";
eeprom@57 {
- compatible = "at,24c02";
+ compatible = "at
mel
,24c02";
reg = <0x57>;
};
};