diff mbox series

[v2,4/5] ARM: dts: NSP: Fix MX64/MX65 eeprom node name

Message ID 20210829223752.2748091-4-mnhagan88@gmail.com
State Accepted
Commit 56e4e548427240d85fd220460d0ab5987e1dec00
Headers show
Series [v2,1/5] ARM: dts: NSP: Add bcm958623hr board name to dts | expand

Commit Message

Matthew Hagan Aug. 29, 2021, 10:37 p.m. UTC
Running dtbs_check yields the following message when checking the
MX64/MX65 devicetree:
at24@50: $nodename:0: 'at24@50' does not match '^eeprom@[0-9a-f]{1,2}$'

This patch fixes the issue by renaming the at24 node appropriately.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
---
 arch/arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Florian Fainelli Sept. 2, 2021, 9:05 p.m. UTC | #1
On Sun, 29 Aug 2021 22:37:50 +0000, Matthew Hagan <mnhagan88@gmail.com> wrote:
> Running dtbs_check yields the following message when checking the

> MX64/MX65 devicetree:

> at24@50: $nodename:0: 'at24@50' does not match '^eeprom@[0-9a-f]{1,2}$'

> 

> This patch fixes the issue by renaming the at24 node appropriately.

> 

> Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>

> ---


Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
--
Florian
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi b/arch/arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi
index bcdd38954f1d..6519b7c61af1 100644
--- a/arch/arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi
+++ b/arch/arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi
@@ -48,7 +48,7 @@  &ehci0 {
 &i2c0 {
 	status = "okay";
 
-	at24@50 {
+	eeprom@50 {
 		compatible = "atmel,24c64";
 		reg = <0x50>;
 		pagesize = <32>;