ARM: dts: ifc6410: remove unnecessary eeprom label
This patch removes unnecessary eeprom label, which is not used anywhere in the board file. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Andy Gross <agross@codeaurora.org>
This commit is contained in:
parent
0fbf6104e3
commit
e28ce3cc98
|
@ -130,7 +130,7 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
clock-frequency = <200000>;
|
clock-frequency = <200000>;
|
||||||
|
|
||||||
eeprom: eeprom@52 {
|
eeprom@52 {
|
||||||
compatible = "atmel,24c128";
|
compatible = "atmel,24c128";
|
||||||
reg = <0x52>;
|
reg = <0x52>;
|
||||||
pagesize = <32>;
|
pagesize = <32>;
|
||||||
|
|
Loading…
Reference in New Issue