aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPhilip Oberfichtner2022-05-20 10:46:19 +0200
committerStefano Babic2022-05-20 12:36:48 +0200
commite1e0d9ab9f256ed0919c9414f9c172c5de79ed57 (patch)
treeb270bf3263da35a359e29ca8cf1f26e3ae3ea3b9 /arch
parent326337fb005f968911d897867d09d1228b070d84 (diff)
ARM: imx6: Fix broken DT path in DH board file
In the DH electronics iMX6 board file fix the outdated eeprom path by using a DT label instead. The label has been newly created for all iMX6QDL DHCOM boards. Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Philip Oberfichtner <pro@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi b/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi
index 4c3b5e82d61..91545ab6e91 100644
--- a/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi
+++ b/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi
@@ -3,6 +3,17 @@
* Copyright (C) 2020 Harald Seiler <hws@denx.de>
*/
+/ {
+ aliases {
+ eeprom0 = &eeprom0;
+ };
+};
+
+&i2c3 {
+ eeprom0: eeprom@50 {
+ };
+};
+
&reg_usb_otg_vbus {
gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>;
enable-active-high;