[PATCH] ARM: dts: imx6qdl: pfla02: Remove eeprom node

Alexander Shiyan shc_work at mail.ru
Fri Oct 30 03:13:50 EDT 2020


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 at mail.ru>
---
 arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
index b83511cb0..d0b056b2f 100644
--- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
@@ -155,6 +155,10 @@
 	barebox,provide-mac-address = <&fec 0x620>;
 };
 
+&som_eeprom {
+	pagesize = <32>;
+};
+
 &usdhc3 {
 	#address-cells = <1>;
 	#size-cells = <1>;
@@ -175,12 +179,6 @@
 	pinctrl-0 = <&pinctrl_i2c1>;
 	status = "okay";
 
-	eeprom: eeprom at 50 {
-		compatible = "atmel,24c32";
-		pagesize = <32>;
-		reg = <0x50>;
-	};
-
 	pmic at 58 {
 		watchdog-priority = <500>;
 		restart-priority = <500>;
-- 
2.26.2




More information about the barebox mailing list