From: Chen-Yu Tsai Date: Tue, 2 Jun 2015 10:04:01 +0000 (+0800) Subject: ARM: dts: sun8i: Add pinmux setting for 8bit mmc2 X-Git-Tag: v4.2-rc1~99^2~14^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93b129d6fa2b158e31d3c0e4ed86906eeac0f60c;p=platform%2Fkernel%2Flinux-exynos.git ARM: dts: sun8i: Add pinmux setting for 8bit mmc2 mmc2 is mostly used with eMMC flash chips, as an alternative to raw NAND flash chips. 8 bit mmc is commonly used. Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi index faea94e..7abd0ae 100644 --- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi @@ -366,6 +366,16 @@ allwinner,pull = ; }; + mmc2_8bit_pins: mmc2_8bit { + allwinner,pins = "PC5", "PC6", "PC8", + "PC9", "PC10", "PC11", + "PC12", "PC13", "PC14", + "PC15"; + allwinner,function = "mmc2"; + allwinner,drive = ; + allwinner,pull = ; + }; + i2c0_pins_a: i2c0@0 { allwinner,pins = "PH2", "PH3"; allwinner,function = "i2c0";