ARM: dts: sun5i: reference-design-tablet: Remove mention of q8
authorHans de Goede <hdegoede@redhat.com>
Fri, 8 Jul 2016 16:05:46 +0000 (18:05 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 18 Jul 2016 09:39:47 +0000 (11:39 +0200)
Remove all mention of q8 from sun5i-reference-design-tablet.dtsi.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun5i-reference-design-tablet.dtsi

index e78452c..20cc940 100644 (file)
@@ -98,7 +98,7 @@
 
 &mmc0 {
        pinctrl-names = "default";
-       pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_q8>;
+       pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin>;
        vmmc-supply = <&reg_vcc3v0>;
        bus-width = <4>;
        cd-gpios = <&pio 6 0 GPIO_ACTIVE_HIGH>; /* PG0 */
                allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
        };
 
-       mmc0_cd_pin_q8: mmc0_cd_pin@0 {
+       mmc0_cd_pin: mmc0_cd_pin@0 {
                allwinner,pins = "PG0";
                allwinner,function = "gpio_in";
                allwinner,drive = <SUN4I_PINCTRL_10_MA>;