Re: [U-Boot] [PATCH 07/11] ARM: dts: dra71x-evm: Add DT support

2016-11-26 Thread Tom Rini
On Wed, Nov 23, 2016 at 01:25:30PM +0530, Lokesh Vutla wrote:

> Add DT support for dra71-evm and built it as part of FIT image.
> 
> 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 07/11] ARM: dts: dra71x-evm: Add DT support

2016-11-22 Thread Lokesh Vutla
Add DT support for dra71-evm and built it as part of FIT image.

Signed-off-by: Lokesh Vutla 
---
 arch/arm/dts/Makefile   |   2 +-
 arch/arm/dts/dra71-evm.dts  | 230 
 board/ti/dra7xx/evm.c   |   5 +-
 configs/dra7xx_evm_defconfig|   2 +-
 configs/dra7xx_hs_evm_defconfig |   2 +-
 5 files changed, 237 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/dts/dra71-evm.dts

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 2c5b2f2..f7d9e1c 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -136,7 +136,7 @@ dtb-$(CONFIG_ARCH_SOCFPGA) +=   
\
socfpga_cyclone5_vining_fpga.dtb
 
 dtb-$(CONFIG_TARGET_DRA7XX_EVM) += dra72-evm.dtb dra7-evm.dtb  \
-   dra72-evm-revc.dtb
+   dra72-evm-revc.dtb dra71-evm.dtb
 dtb-$(CONFIG_TARGET_AM57XX_EVM) += am57xx-beagle-x15.dtb \
am572x-idk.dtb
 dtb-$(CONFIG_TARGET_STV0991) += stv0991.dtb
diff --git a/arch/arm/dts/dra71-evm.dts b/arch/arm/dts/dra71-evm.dts
new file mode 100644
index 000..875116c
--- /dev/null
+++ b/arch/arm/dts/dra71-evm.dts
@@ -0,0 +1,230 @@
+/*
+ * Copyright (C) 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.
+ */
+
+#include "dra72-evm-common.dtsi"
+#include 
+
+/ {
+   compatible = "ti,dra718-evm", "ti,dra718", "ti,dra722", "ti,dra72", 
"ti,dra7";
+   model = "TI DRA718 EVM";
+
+   memory {
+   device_type = "memory";
+   reg = <0x0 0x8000 0x0 0x8000>; /* 2GB */
+   };
+
+   vpo_sd_1v8_3v3: gpio-regulator-TPS74801 {
+   compatible = "regulator-gpio";
+
+   regulator-name = "vddshv8";
+   regulator-min-microvolt = <180>;
+   regulator-max-microvolt = <300>;
+   regulator-boot-on;
+   vin-supply = <_5v0>;
+
+   gpios = < 11 GPIO_ACTIVE_HIGH>;
+   states = <180 0x0
+ 300 0x1>;
+   };
+
+   poweroff: gpio-poweroff {
+   compatible = "gpio-poweroff";
+   gpios = < 30 GPIO_ACTIVE_HIGH>;
+   input;
+   };
+};
+
+ {
+   status = "okay";
+   clock-frequency = <40>;
+
+   lp8733: lp8733@60 {
+   compatible = "ti,lp8733";
+   reg = <0x60>;
+
+   buck0-in-supply =<_3v3>;
+   buck1-in-supply =<_3v3>;
+   ldo0-in-supply =<_5v0>;
+   ldo1-in-supply =<_5v0>;
+
+   lp8733_regulators: regulators {
+   lp8733_buck0_reg: buck0 {
+   /* FB_B0 -> LP8733-BUCK1 - VPO_S1_AVS - 
VDD_CORE_AVS (core, mpu, gpu) */
+   regulator-name = "lp8733-buck0";
+   regulator-min-microvolt = <85>;
+   regulator-max-microvolt = <125>;
+   regulator-always-on;
+   regulator-boot-on;
+   };
+
+   lp8733_buck1_reg: buck1 {
+   /* FB_B1 -> LP8733-BUCK2 - VPO_S2_AVS - 
VDD_DSP_AVS (DSP/eve/iva) */
+   regulator-name = "lp8733-buck1";
+   regulator-min-microvolt = <85>;
+   regulator-max-microvolt = <125>;
+   regulator-boot-on;
+   regulator-always-on;
+   };
+
+   lp8733_ldo0_reg: ldo0 {
+   /* LDO0 -> LP8733-LDO1 - VPO_L1_3V3 - VDDSHV8 
(optional) */
+   regulator-name = "lp8733-ldo0";
+   regulator-min-microvolt = <330>;
+   regulator-max-microvolt = <330>;
+   };
+
+   lp8733_ldo1_reg: ldo1 {
+   /* LDO1 -> LP8733-LDO2 - VPO_L2_3V3 - 
VDDA_USB3V3 */
+   regulator-name = "lp8733-ldo1";
+   regulator-min-microvolt = <330>;
+   regulator-max-microvolt = <330>;
+   regulator-always-on;
+   regulator-boot-on;
+   };
+   };
+   };
+
+   lp8732: lp8732@61 {
+   compatible = "ti,lp8732";
+   reg = <0x61>;
+
+   buck0-in-supply =<_3v3>;
+   buck1-in-supply =<_3v3>;
+   ldo0-in-supply =<_3v3>;
+   ldo1-in-supply =<_3v3>;
+
+   lp8732_regulators: regulators {
+   lp8732_buck0_reg: buck0 {
+