summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2020-10-30 10:13:50 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2020-11-02 09:13:38 +0100
commit9ec62b27e0074daf38be4951077ed5e500587c3f (patch)
tree50a2651a0dceb19018c77399843cb33997c28b91 /arch/arm
parent88b0dcdaca9afcd14ed13c20eb6c3d505ef054f8 (diff)
downloadbarebox-9ec62b27e0074daf38be4951077ed5e500587c3f.tar.gz
barebox-9ec62b27e0074daf38be4951077ed5e500587c3f.tar.xz
ARM: dts: imx6qdl: pfla02: Remove eeprom node
The upstream dtsi now has a eeprom node, so no need to duplicate anymore. Let's keep the "page_size" property for a while. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/imx6qdl-phytec-pfla02.dtsi10
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
index 7a12e2a06b..cb5ca0aba2 100644
--- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
@@ -160,6 +160,10 @@
barebox,provide-mac-address = <&fec 0x620>;
};
+&som_eeprom {
+ pagesize = <32>;
+};
+
&usdhc3 {
#address-cells = <1>;
#size-cells = <1>;
@@ -180,12 +184,6 @@
pinctrl-0 = <&pinctrl_i2c1>;
status = "okay";
- eeprom: eeprom@50 {
- compatible = "atmel,24c32";
- pagesize = <32>;
- reg = <0x50>;
- };
-
pmic@58 {
watchdog-priority = <500>;
restart-priority = <500>;