[PATCH] ARM: dts: imx28-evk: Use 'eeprom' as the node name
Fabio Estevam
festevam at gmail.com
Thu Feb 22 06:01:27 PST 2024
From: Fabio Estevam <festevam at denx.de>
Per at24.yaml, the node name should be 'eeprom'.
Change it accordingly to fix the following schema warning:
imx28-evk.dtb: at24 at 51: $nodename:0: 'at24 at 51' does not match '^eeprom@[0-9a-f]{1,2}$'
from schema $id: http://devicetree.org/schemas/eeprom/at24.yaml#
Signed-off-by: Fabio Estevam <festevam at denx.de>
---
arch/arm/boot/dts/nxp/mxs/imx28-evk.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-evk.dts b/arch/arm/boot/dts/nxp/mxs/imx28-evk.dts
index 9ebb7371e235..330d3aff6b6c 100644
--- a/arch/arm/boot/dts/nxp/mxs/imx28-evk.dts
+++ b/arch/arm/boot/dts/nxp/mxs/imx28-evk.dts
@@ -198,7 +198,7 @@ sgtl5000: codec at a {
clocks = <&saif0>;
};
- at24 at 51 {
+ eeprom at 51 {
compatible = "atmel,24c32";
pagesize = <32>;
reg = <0x51>;
--
2.34.1
More information about the linux-arm-kernel
mailing list