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:
228eac0
)
ARM: dts: use 'atmel' as at24 manufacturer for qcom-apq8064-cm-qs600
author
Bartosz Golaszewski
<brgl@bgdev.pl>
Wed, 24 Jan 2018 21:30:30 +0000
(22:30 +0100)
committer
Andy Gross
<andy.gross@linaro.org>
Fri, 9 Mar 2018 00:30:06 +0000
(18:30 -0600)
Using compatible strings without the <manufacturer> part for at24 is
now deprecated. Use a correct 'atmel,<model>' value.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
index b818ebce0978969a26a0367f5632e47e7ee4e4f5..209eb21cea008f4c56a0c1ed29abf1153415c02e 100644
(file)
--- a/
arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
+++ b/
arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
@@
-133,7
+133,7
@@
clock-frequency = <200000>;
eeprom@50 {
- compatible = "24c02";
+ compatible = "
atmel,
24c02";
reg = <0x50>;
pagesize = <32>;
};