ARM: dts: sunxi: reference: Move the muxing back to the common DTSI
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 21 Nov 2018 11:05:00 +0000 (12:05 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 28 Nov 2018 14:14:20 +0000 (15:14 +0100)
Now that all the SoCs using the tablet reference design DTSI are using the
same pinctrl naming scheme, we can move back the pinctrl phandles to the
main DTSI.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
arch/arm/boot/dts/sun5i-reference-design-tablet.dtsi
arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi
arch/arm/boot/dts/sunxi-reference-design-tablet.dtsi

index b046436ff773bb7d0e157c9b819e548784c6755a..6202aabedbfe7c5a8b9f05a44c5de5bfb68d8526 100644 (file)
@@ -76,8 +76,6 @@
 };
 
 &i2c0 {
-       pinctrl-0 = <&i2c0_pins>;
-
        axp209: pmic@34 {
                reg = <0x34>;
                interrupts = <0>;
@@ -85,8 +83,6 @@
 };
 
 &i2c1 {
-       pinctrl-0 = <&i2c1_pins>;
-
        /*
         * The gsl1680 is rated at 400KHz and it will not work reliable at
         * 100KHz, this has been confirmed on multiple different q8 tablets.
        };
 };
 
-&pwm {
-       pinctrl-0 = <&pwm0_pin>;
-};
-
 &reg_dcdc2 {
        regulator-always-on;
        regulator-min-microvolt = <1000000>;
index 787a3121e179567e3320f088bcdee20fab8b23ef..0111e6c6f17700194c11969df35e24b8ea2280cc 100644 (file)
@@ -62,7 +62,6 @@
 };
 
 &i2c0 {
-       pinctrl-0 = <&i2c0_pins>;
        /*
         * The gsl1680 is rated at 400KHz and it will not work reliable at
         * 100KHz, this has been confirmed on multiple different q8 tablets.
        };
 };
 
-&i2c1 {
-       pinctrl-0 = <&i2c1_pins>;
-};
-
 &mmc0 {
        pinctrl-names = "default";
        pinctrl-0 = <&mmc0_pins>;
        };
 };
 
-&pwm {
-       pinctrl-0 = <&pwm0_pin>;
-};
-
 &r_rsb {
        status = "okay";
 
index 00dc6623f30f6b16dd6913dd74d0e8c92b71802a..117198c52e1f916053b951b320ac9b7c87ca5ef5 100644 (file)
 
 &i2c0 {
        pinctrl-names = "default";
-       pinctrl-0 = <&i2c0_pins_a>;
+       pinctrl-0 = <&i2c0_pins>;
        status = "okay";
 };
 
 &i2c1 {
        pinctrl-names = "default";
-       pinctrl-0 = <&i2c1_pins_a>;
+       pinctrl-0 = <&i2c1_pins>;
        status = "okay";
 };
 
@@ -77,6 +77,6 @@
 
 &pwm {
        pinctrl-names = "default";
-       pinctrl-0 = <&pwm0_pins>;
+       pinctrl-0 = <&pwm0_pin>;
        status = "okay";
 };