projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c571d68
)
arm: dts: imx7: add Ricoh RN5T567 PMIC node
author
Stefan Agner
<stefan.agner@toradex.com>
Wed, 5 Oct 2016 22:27:10 +0000
(15:27 -0700)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 7 Oct 2016 10:26:15 +0000
(12:26 +0200)
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@toradex.com>
arch/arm/dts/imx7-colibri.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx7-colibri.dts
b/arch/arm/dts/imx7-colibri.dts
index f2da09684f5fb4fae1fe3cde844b47e0694cb0b6..cbef5d5c3b42c996e2fe118ea8a1561323ca5b50 100644
(file)
--- 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@33 {
+ compatible = "ricoh,rn5t567";
+ reg = <0x33>;
+ };
};
&i2c4 {