projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
835b706
)
powerpc/dts: Use 'atmel' as at24 manufacturer for kmcent2
author
Bartosz Golaszewski
<brgl@bgdev.pl>
Thu, 21 Jun 2018 08:33:04 +0000
(10:33 +0200)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Tue, 10 Jul 2018 00:58:36 +0000
(10:58 +1000)
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: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/dts/fsl/kmcent2.dts
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/fsl/kmcent2.dts
b/arch/powerpc/boot/dts/fsl/kmcent2.dts
index
5922c1e
..
3094df0
100644
(file)
--- a/
arch/powerpc/boot/dts/fsl/kmcent2.dts
+++ b/
arch/powerpc/boot/dts/fsl/kmcent2.dts
@@
-130,7
+130,7
@@
#size-cells = <0>;
eeprom@54 {
- compatible = "24c02";
+ compatible = "
atmel,
24c02";
reg = <0x54>;
pagesize = <2>;
read-only;