[PATCH 2/3] ARM: dts: imx23: Provide regulators for the current sources of the LRADC
Harald Geyer
harald at ccbib.org
Fri Apr 22 06:52:26 PDT 2016
This adds the devicetree nodes to make the mxs-lradc driver register
regulator devices for the integrated current sources.
Tested on an imx23-olinuxino board.
Signed-off-by: Harald Geyer <harald at ccbib.org>
---
Note: with this configuration the regulator devices will be present but
disabled by default.
arch/arm/boot/dts/imx23.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi
index 302d116..05ff6f1 100644
--- a/arch/arm/boot/dts/imx23.dtsi
+++ b/arch/arm/boot/dts/imx23.dtsi
@@ -471,6 +471,14 @@
status = "disabled";
clocks = <&clks 26>;
#io-channel-cells = <1>;
+
+ isrc_lradc0: ISRC0 {
+ regulator-max-microamp = <300>;
+ };
+
+ isrc_lradc1: ISRC1 {
+ regulator-max-microamp = <300>;
+ };
};
spdif at 80054000 {
--
2.1.4
More information about the linux-arm-kernel
mailing list