diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-05 10:43:28 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-13 09:21:52 +0200 |
commit | bca0d7d9ff38ac9d752a981ea187c77f7498107b (patch) | |
tree | 65b3e8596a5bbebdf5eebf28316de4f8846b4cc1 /arch/arm/boot/dts/sun4i-a10-chuwi-v7-cw0825.dts | |
parent | e53bd7618dcacf1eca3ebd1522d0e1164aa8bc4a (diff) | |
download | talos-obmc-linux-bca0d7d9ff38ac9d752a981ea187c77f7498107b.tar.gz talos-obmc-linux-bca0d7d9ff38ac9d752a981ea187c77f7498107b.zip |
ARM: dts: sun4i: Provide default muxing for relevant controllers
The I2C's, MMC0 and EMAC controllers have only one muxing option in the
SoC. In such a case, we can just move the muxing into the DTSI, and remove
it from the DTS.
Acked-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-chuwi-v7-cw0825.dts')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10-chuwi-v7-cw0825.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10-chuwi-v7-cw0825.dts b/arch/arm/boot/dts/sun4i-a10-chuwi-v7-cw0825.dts index 1afbf6bc8b7d..b2dbdac19c0f 100644 --- a/arch/arm/boot/dts/sun4i-a10-chuwi-v7-cw0825.dts +++ b/arch/arm/boot/dts/sun4i-a10-chuwi-v7-cw0825.dts @@ -65,8 +65,6 @@ }; &i2c0 { - pinctrl-names = "default"; - pinctrl-0 = <&i2c0_pins>; status = "okay"; axp209: pmic@34 { @@ -80,14 +78,10 @@ }; &i2c1 { - pinctrl-names = "default"; - pinctrl-0 = <&i2c1_pins>; status = "okay"; }; &i2c2 { - pinctrl-names = "default"; - pinctrl-0 = <&i2c2_pins>; status = "okay"; ft5306de4: touchscreen@38 { @@ -127,8 +121,6 @@ }; &mmc0 { - pinctrl-names = "default"; - pinctrl-0 = <&mmc0_pins>; vmmc-supply = <®_vcc3v3>; bus-width = <4>; cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */ |