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@xxxxxxxxx> --- 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@80054000 { -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html