[U-Boot] [PATCH v3 08/10] arm: dts: imx7: add Ricoh RN5T567 PMIC node
Stefan Agner
stefan at agner.ch
Thu Oct 6 00:27:10 CEST 2016
From: Stefan Agner <stefan.agner at toradex.com>
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 <stefan.agner at toradex.com>
---
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 = <&gpio1 5 GPIO_ACTIVE_LOW>;
scl-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
status = "okay";
+
+ rn5t567 at 33 {
+ compatible = "ricoh,rn5t567";
+ reg = <0x33>;
+ };
};
&i2c4 {
--
2.10.0
More information about the U-Boot
mailing list