projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b530c50
)
ARM: dts: imx28-evk: Use 'eeprom' as the node name
author
Fabio Estevam
<festevam@denx.de>
Thu, 22 Feb 2024 14:01:27 +0000
(11:01 -0300)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 26 Feb 2024 01:35:06 +0000
(09:35 +0800)
Per at24.yaml, the node name should be 'eeprom'.
Change it accordingly to fix the following schema warning:
imx28-evk.dtb: at24@51: $nodename:0: 'at24@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@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/mxs/imx28-evk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/nxp/mxs/imx28-evk.dts
b/arch/arm/boot/dts/nxp/mxs/imx28-evk.dts
index 9ebb7371e2351185afadcf1984851adc9872e024..330d3aff6b6c26e75d06376884b66c5ae5e14f89 100644
(file)
--- a/
arch/arm/boot/dts/nxp/mxs/imx28-evk.dts
+++ b/
arch/arm/boot/dts/nxp/mxs/imx28-evk.dts
@@
-198,7
+198,7
@@
clocks = <&saif0>;
};
-
at24
@51 {
+
eeprom
@51 {
compatible = "atmel,24c32";
pagesize = <32>;
reg = <0x51>;