Re: [U-Boot] [PATCH v2 08/10] arm: dts: imx7: add Ricoh RN5T567 PMIC node

2016-08-03 Thread Simon Glass
On 1 August 2016 at 23:50, Stefan Agner  wrote:
> From: Stefan Agner 
>
> Add device tree node for Ricoh RN5T567. Currently we do not need
> the individual DC/DC converters or LDO's (and they are also not
> yet supported by the driver).
>
> Signed-off-by: Stefan Agner 
> ---
>
>  arch/arm/dts/imx7-colibri.dts | 5 +
>  1 file changed, 5 insertions(+)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2 08/10] arm: dts: imx7: add Ricoh RN5T567 PMIC node

2016-08-01 Thread Stefan Agner
From: Stefan Agner 

Add device tree node for Ricoh RN5T567. Currently we do not need
the individual DC/DC converters or LDO's (and they are also not
yet supported by the driver).

Signed-off-by: Stefan Agner 
---

 arch/arm/dts/imx7-colibri.dts | 5 +
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/dts/imx7-colibri.dts b/arch/arm/dts/imx7-colibri.dts
index f2da096..cbef5d5 100644
--- a/arch/arm/dts/imx7-colibri.dts
+++ b/arch/arm/dts/imx7-colibri.dts
@@ -24,6 +24,11 @@
sda-gpios = < 5 GPIO_ACTIVE_LOW>;
scl-gpios = < 4 GPIO_ACTIVE_LOW>;
status = "okay";
+
+   rn5t567@33 {
+   compatible = "ricoh,rn5t567";
+   reg = <0x33>;
+   };
 };
 
  {
-- 
2.9.0

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