diff options
author | Chen-Yu Tsai <wens@csie.org> | 2017-04-19 07:09:16 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-05-14 08:32:31 +0200 |
commit | 8a92770b648121570eafc7fdec5bb50b8e4a7347 (patch) | |
tree | 722160352372c6b8537fc39a5d1df5e1b851c8c8 /arch/arm/boot/dts/sun4i-a10-hyundai-a7hd.dts | |
parent | ARM: sun8i: a83t: Rename pinmux setting names (diff) | |
download | linux-8a92770b648121570eafc7fdec5bb50b8e4a7347.tar.xz linux-8a92770b648121570eafc7fdec5bb50b8e4a7347.zip |
ARM: sunxi: common-regulators: Drop pinmux settings for GPIO pins
As part of our effort to move pinctrl/GPIO interlocking into the
driver where it belongs, this patch drops the definition and usage
of the pinmux settings for the common regulators defined in
sunxi-common-regulators.dtsi.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10-hyundai-a7hd.dts')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10-hyundai-a7hd.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10-hyundai-a7hd.dts b/arch/arm/boot/dts/sun4i-a10-hyundai-a7hd.dts index 85dcf81ab64e..bc4351bb851f 100644 --- a/arch/arm/boot/dts/sun4i-a10-hyundai-a7hd.dts +++ b/arch/arm/boot/dts/sun4i-a10-hyundai-a7hd.dts @@ -120,10 +120,6 @@ status = "okay"; }; -&usb2_vbus_pin_a { - pins = "PH6"; -}; - &usb_otg { dr_mode = "otg"; status = "okay"; |