aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6qdl-aristainetos2-common.dtsi
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2020-11-30 20:46:02 +0100
committerStefano Babic <sbabic@denx.de>2020-12-06 15:06:16 +0100
commit3cf02f5ffa4f85c3934495cddae1f39bc61314b6 (patch)
tree1cf3a062da110d923d836518fb95a492dbcffc2b /arch/arm/dts/imx6qdl-aristainetos2-common.dtsi
parentee1e04558ff8c8ed812b986939447f129bb0b0bb (diff)
downloadu-boot-3cf02f5ffa4f85c3934495cddae1f39bc61314b6.zip
u-boot-3cf02f5ffa4f85c3934495cddae1f39bc61314b6.tar.gz
u-boot-3cf02f5ffa4f85c3934495cddae1f39bc61314b6.tar.bz2
imx6: remove not longer supported aristainetos boards
Removed aristainetos2, 2b, 2b-csl. This boards have been recalled and destroyed. Adapt board code to remove stuff not needed anymore. Fix checkpatch warning, remove fdt_high and initrd_high from default environment. Signed-off-by: Heiko Schocher <hs@denx.de> zu remove
Diffstat (limited to 'arch/arm/dts/imx6qdl-aristainetos2-common.dtsi')
-rw-r--r--arch/arm/dts/imx6qdl-aristainetos2-common.dtsi23
1 files changed, 22 insertions, 1 deletions
diff --git a/arch/arm/dts/imx6qdl-aristainetos2-common.dtsi b/arch/arm/dts/imx6qdl-aristainetos2-common.dtsi
index 2aa531b..5701436 100644
--- a/arch/arm/dts/imx6qdl-aristainetos2-common.dtsi
+++ b/arch/arm/dts/imx6qdl-aristainetos2-common.dtsi
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: (GPL-2.0)
/*
- * support for the imx6 based aristainetos2 board
+ * support for the imx6 based aristainetos2 boards
* parts common to all versions
*
* Copyright (C) 2019 Heiko Schocher <hs@denx.de>
@@ -13,6 +13,8 @@
/ {
aliases {
eeprom0 = &i2c_eeprom0;
+ eeprom1 = &i2c_eeprom1;
+ eeprom2 = &i2c_eeprom2;
pmic0 = &i2c_pmic0;
};
@@ -250,6 +252,12 @@
};
};
+ i2c_eeprom2: eeprom@57{
+ compatible = "atmel,24c64";
+ reg = <0x57>;
+ pagesize = <32>;
+ };
+
rtc@68 {
compatible = "st,m41t11";
reg = <0x68>;
@@ -274,6 +282,19 @@
};
};
+&gpio2 {
+ tpm_pp {
+ gpio-hog;
+ output-low;
+ gpios = <17 GPIO_ACTIVE_HIGH>;
+ };
+ tpm_reset {
+ gpio-hog;
+ output-high;
+ gpios = <18 GPIO_ACTIVE_HIGH>;
+ };
+};
+
&gpio6 {
spi_bus_ena {
gpio-hog;