mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
ARM: dts: imx28-evk: Use 'eeprom' as the node name
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>
This commit is contained in:
parent
b530c501f5
commit
bca507e7cf
|
|
@ -198,7 +198,7 @@ sgtl5000: codec@a {
|
|||
clocks = <&saif0>;
|
||||
};
|
||||
|
||||
at24@51 {
|
||||
eeprom@51 {
|
||||
compatible = "atmel,24c32";
|
||||
pagesize = <32>;
|
||||
reg = <0x51>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user