projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcb1433
)
powerpc/dts: Use 'atmel' as at24 manufacturer for pdm360ng
author
Bartosz Golaszewski
<brgl@bgdev.pl>
Thu, 21 Jun 2018 08:33:03 +0000
(10:33 +0200)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Tue, 10 Jul 2018 00:58:27 +0000
(10:58 +1000)
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: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/dts/pdm360ng.dts
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/pdm360ng.dts
b/arch/powerpc/boot/dts/pdm360ng.dts
index
445b881
..
df1283b
100644
(file)
--- a/
arch/powerpc/boot/dts/pdm360ng.dts
+++ b/
arch/powerpc/boot/dts/pdm360ng.dts
@@
-98,7
+98,7
@@
fsl,preserve-clocking;
eeprom@50 {
- compatible = "at,24c01";
+ compatible = "at
mel
,24c01";
reg = <0x50>;
};