OSDN Git Service

ARM: dts: aspeed-g6: Fix EMMC function in pinctrl dtsi
authorAndrew Jeffery <andrew@aj.id.au>
Thu, 26 Sep 2019 13:36:05 +0000 (23:06 +0930)
committerJoel Stanley <joel@jms.id.au>
Fri, 1 Nov 2019 05:03:20 +0000 (15:33 +1030)
The binding was updated to better reflect the intended use of the
hardware and the existing function/groups for SD3 were dropped.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi

index 5b8bf58..045ce66 100644 (file)
                groups = "SD2";
        };
 
-       pinctrl_sd3_default: sd3_default {
-               function = "SD3";
-               groups = "SD3";
-       };
-
        pinctrl_emmc_default: emmc_default {
-               function = "SD3";
-               groups = "EMMC";
+               function = "EMMC";
+               groups = "EMMCG4";
        };
 
        pinctrl_sgpm1_default: sgpm1_default {