Commit 46f3b54d authored by Joakim Zhang's avatar Joakim Zhang Committed by Shawn Guo

ARM: dts: imx6qdl-sabreauto: Remove reg property from fixed regulator

Drop reg property from fixed regulator and remove the unncessary bus
node.
Signed-off-by: default avatarJoakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3aca6e4e
...@@ -75,39 +75,30 @@ codec_osc: anaclk2 { ...@@ -75,39 +75,30 @@ codec_osc: anaclk2 {
}; };
}; };
regulators { reg_audio: regulator-audio {
compatible = "simple-bus"; compatible = "regulator-fixed";
#address-cells = <1>; regulator-name = "cs42888_supply";
#size-cells = <0>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
reg_audio: regulator@0 { reg_usb_h1_vbus: regulator-usb-h1-vbus {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
reg = <0>; regulator-name = "usb_h1_vbus";
regulator-name = "cs42888_supply"; regulator-min-microvolt = <5000000>;
regulator-min-microvolt = <3300000>; regulator-max-microvolt = <5000000>;
regulator-max-microvolt = <3300000>; gpio = <&max7310_b 7 GPIO_ACTIVE_HIGH>;
regulator-always-on; enable-active-high;
}; };
reg_usb_h1_vbus: regulator@1 { reg_usb_otg_vbus: regulator-usb-otg-vbus {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
reg = <1>; regulator-name = "usb_otg_vbus";
regulator-name = "usb_h1_vbus"; regulator-min-microvolt = <5000000>;
regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>;
regulator-max-microvolt = <5000000>; gpio = <&max7310_c 1 GPIO_ACTIVE_HIGH>;
gpio = <&max7310_b 7 GPIO_ACTIVE_HIGH>; enable-active-high;
enable-active-high;
};
reg_usb_otg_vbus: regulator@2 {
compatible = "regulator-fixed";
reg = <2>;
regulator-name = "usb_otg_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&max7310_c 1 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
}; };
sound-cs42888 { sound-cs42888 {
......
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