Commit fdbfb43b authored by Nicolin Chen's avatar Nicolin Chen Committed by Shawn Guo

ARM: dtsi: imx6qdl-sabresd: add a fixed regulator for WM8962

On Sabre SD, system controls WM8962 power by pulling up/down GPIO_4_10,
so add a regulator controled by GPIO_4_10 for WM8962.
Signed-off-by: default avatarNicolin Chen <b42378@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 547dc128
......@@ -26,6 +26,13 @@ reg_usb_otg_vbus: usb_otg_vbus {
gpio = <&gpio3 22 0>;
enable-active-high;
};
reg_audio: wm8962_supply {
compatible = "regulator-fixed";
regulator-name = "wm8962-supply";
gpio = <&gpio4 10 0>;
enable-active-high;
};
};
gpio-keys {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment