| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | From 56e4e548427240d85fd220460d0ab5987e1dec00 Mon Sep 17 00:00:00 2001 |
| 2 | From: Matthew Hagan <mnhagan88@gmail.com> |
| 3 | Date: Sun, 29 Aug 2021 22:37:50 +0000 |
| 4 | Subject: [PATCH] ARM: dts: NSP: Fix MX64/MX65 eeprom node name |
| 5 | |
| 6 | Running dtbs_check yields the following message when checking the |
| 7 | MX64/MX65 devicetree: |
| 8 | at24@50: $nodename:0: 'at24@50' does not match '^eeprom@[0-9a-f]{1,2}$' |
| 9 | |
| 10 | This patch fixes the issue by renaming the at24 node appropriately. |
| 11 | |
| 12 | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com> |
| 13 | Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> |
| 14 | --- |
| 15 | arch/arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi | 2 +- |
| 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 17 | |
| 18 | --- a/arch/arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi |
| 19 | +++ b/arch/arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi |
| 20 | @@ -48,7 +48,7 @@ |
| 21 | &i2c0 { |
| 22 | status = "okay"; |
| 23 | |
| 24 | - at24@50 { |
| 25 | + eeprom@50 { |
| 26 | compatible = "atmel,24c64"; |
| 27 | reg = <0x50>; |
| 28 | pagesize = <32>; |