From 2e63aceb637faa794e50342b43a2f8dfd35e040f Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Thu, 20 Mar 2014 21:40:07 +0000 Subject: sunxi: various changes - fix mmc, sata, usb (partially) on CubieTruck - fix hstimer DT on A20 Signed-off-by: Zoltan HERPAI Signed-off-by: Zalan Blenessy git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39971 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/sunxi/patches-3.13/164-2-dt-sun7i-add-ahci.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/sunxi/patches-3.13/164-2-dt-sun7i-add-ahci.patch') diff --git a/target/linux/sunxi/patches-3.13/164-2-dt-sun7i-add-ahci.patch b/target/linux/sunxi/patches-3.13/164-2-dt-sun7i-add-ahci.patch index d43dab8dc8..5a31f926c3 100644 --- a/target/linux/sunxi/patches-3.13/164-2-dt-sun7i-add-ahci.patch +++ b/target/linux/sunxi/patches-3.13/164-2-dt-sun7i-add-ahci.patch @@ -70,7 +70,7 @@ index 025ce52..403bd2e 100644 led_pins_cubietruck: led_pins@0 { allwinner,pins = "PH7", "PH11", "PH20", "PH21"; allwinner,function = "gpio_out"; -@@ -90,4 +103,9 @@ +@@ -90,4 +103,10 @@ gpios = <&pio 7 7 0>; }; }; @@ -78,6 +78,7 @@ index 025ce52..403bd2e 100644 + reg_ahci_5v: ahci-5v { + pinctrl-0 = <&ahci_pwr_pin_cubietruck>; + gpio = <&pio 7 12 0>; ++ status = "okay"; + }; }; diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts -- cgit v1.2.3