Re: [U-Boot] [PATCH 1/9] ARM: dts: am57xx: sync DT with latest Linux

2016-11-26 Thread Tom Rini
On Fri, Nov 25, 2016 at 11:14:18AM +0530, Lokesh Vutla wrote:

> Sync all am57xx based dts files with latest Linux
> 
> Signed-off-by: Lokesh Vutla 

Reviewed-by: Tom Rini 

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 1/9] ARM: dts: am57xx: sync DT with latest Linux

2016-11-24 Thread Lokesh Vutla
Sync all am57xx based dts files with latest Linux

Signed-off-by: Lokesh Vutla 
---
 arch/arm/dts/Makefile  |   1 +
 arch/arm/dts/am572x-idk.dts|   6 +-
 arch/arm/dts/am57xx-beagle-x15-common.dtsi | 600 +
 arch/arm/dts/am57xx-beagle-x15-revb1.dts   |  24 +
 arch/arm/dts/am57xx-beagle-x15.dts | 689 +
 arch/arm/dts/am57xx-commercial-grade.dtsi  |  23 +
 arch/arm/dts/am57xx-idk-common.dtsi|  40 +-
 arch/arm/dts/am57xx-industrial-grade.dtsi  |  23 +
 8 files changed, 703 insertions(+), 703 deletions(-)
 create mode 100644 arch/arm/dts/am57xx-beagle-x15-common.dtsi
 create mode 100644 arch/arm/dts/am57xx-beagle-x15-revb1.dts
 create mode 100644 arch/arm/dts/am57xx-commercial-grade.dtsi
 create mode 100644 arch/arm/dts/am57xx-industrial-grade.dtsi

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index f7d9e1c..082b89c 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -138,6 +138,7 @@ dtb-$(CONFIG_ARCH_SOCFPGA) +=   
\
 dtb-$(CONFIG_TARGET_DRA7XX_EVM) += dra72-evm.dtb dra7-evm.dtb  \
dra72-evm-revc.dtb dra71-evm.dtb
 dtb-$(CONFIG_TARGET_AM57XX_EVM) += am57xx-beagle-x15.dtb \
+   am57xx-beagle-x15-revb1.dtb \
am572x-idk.dtb
 dtb-$(CONFIG_TARGET_STV0991) += stv0991.dtb
 
diff --git a/arch/arm/dts/am572x-idk.dts b/arch/arm/dts/am572x-idk.dts
index b340551..f9adc00 100644
--- a/arch/arm/dts/am572x-idk.dts
+++ b/arch/arm/dts/am572x-idk.dts
@@ -18,11 +18,7 @@
compatible = "ti,am5728-idk", "ti,am5728", "ti,dra742", "ti,dra74",
 "ti,dra7";
 
-   chosen {
-   stdout-path = &uart3;
-   };
-
-   memory {
+   memory@0 {
device_type = "memory";
reg = <0x0 0x8000 0x0 0x8000>;
};
diff --git a/arch/arm/dts/am57xx-beagle-x15-common.dtsi 
b/arch/arm/dts/am57xx-beagle-x15-common.dtsi
new file mode 100644
index 000..01a9e56
--- /dev/null
+++ b/arch/arm/dts/am57xx-beagle-x15-common.dtsi
@@ -0,0 +1,600 @@
+/*
+ * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+/dts-v1/;
+
+#include "dra74x.dtsi"
+#include "am57xx-commercial-grade.dtsi"
+#include 
+#include 
+
+/ {
+   compatible = "ti,am572x-beagle-x15", "ti,am5728", "ti,dra742", 
"ti,dra74", "ti,dra7";
+
+   chosen {
+   stdout-path = &uart3;
+   };
+
+   aliases {
+   rtc0 = &mcp_rtc;
+   rtc1 = &tps659038_rtc;
+   rtc2 = &rtc;
+   display0 = &hdmi0;
+   };
+
+   memory@0 {
+   device_type = "memory";
+   reg = <0x0 0x8000 0x0 0x8000>;
+   };
+
+   vdd_3v3: fixedregulator-vdd_3v3 {
+   compatible = "regulator-fixed";
+   regulator-name = "vdd_3v3";
+   vin-supply = <®en1>;
+   regulator-min-microvolt = <330>;
+   regulator-max-microvolt = <330>;
+   };
+
+   aic_dvdd: fixedregulator-aic_dvdd {
+   compatible = "regulator-fixed";
+   regulator-name = "aic_dvdd_fixed";
+   vin-supply = <&vdd_3v3>;
+   regulator-min-microvolt = <180>;
+   regulator-max-microvolt = <180>;
+   };
+
+   vtt_fixed: fixedregulator-vtt {
+   /* TPS51200 */
+   compatible = "regulator-fixed";
+   regulator-name = "vtt_fixed";
+   vin-supply = <&smps3_reg>;
+   regulator-min-microvolt = <330>;
+   regulator-max-microvolt = <330>;
+   regulator-always-on;
+   regulator-boot-on;
+   enable-active-high;
+   gpio = <&gpio7 11 GPIO_ACTIVE_HIGH>;
+   };
+
+   leds {
+   compatible = "gpio-leds";
+
+   led0 {
+   label = "beagle-x15:usr0";
+   gpios = <&gpio7 9 GPIO_ACTIVE_HIGH>;
+   linux,default-trigger = "heartbeat";
+   default-state = "off";
+   };
+
+   led1 {
+   label = "beagle-x15:usr1";
+   gpios = <&gpio7 8 GPIO_ACTIVE_HIGH>;
+   linux,default-trigger = "cpu0";
+   default-state = "off";
+   };
+
+   led2 {
+   label = "beagle-x15:usr2";
+   gpios = <&gpio7 14 GPIO_ACTIVE_HIGH>;
+   linux,default-trigger = "mmc0";
+   default-state = "off";
+   };
+
+   led3 {
+   label = "beagle-x15:usr3";
+   gpios = <&gpio7 15 GPIO_ACTIVE_HIG