diff mbox series

[RESEND,1/3] powerpc: dts: use 'atmel' as at24 anufacturer for pdm360ng

Message ID 20180621083305.5322-1-brgl@bgdev.pl (mailing list archive)
State Accepted
Commit 835b706bab95141e2663b046f2fc596169b57fa8
Headers show
Series [RESEND,1/3] powerpc: dts: use 'atmel' as at24 anufacturer for pdm360ng | expand

Commit Message

Bartosz Golaszewski June 21, 2018, 8:33 a.m. UTC
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>
---
 arch/powerpc/boot/dts/pdm360ng.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Ellerman July 19, 2018, 6:07 a.m. UTC | #1
On Thu, 2018-06-21 at 08:33:03 UTC, Bartosz Golaszewski wrote:
> 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>

Series applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/835b706bab95141e2663b046f2fc59

cheers
diff mbox series

Patch

diff --git a/arch/powerpc/boot/dts/pdm360ng.dts b/arch/powerpc/boot/dts/pdm360ng.dts
index 445b88114009..df1283b63d9b 100644
--- 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 = "atmel,24c01";
 				reg = <0x50>;
 			};