diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-03-20 21:40:07 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-03-20 21:40:07 +0000 |
commit | 0534e2c79c419cdd89e19e1c8dda45105f861280 (patch) | |
tree | 7ab2c614be63967b1dc944e29c11c81f9d687a2f /target/linux/sunxi/patches-3.13/164-2-dt-sun7i-add-ahci.patch | |
parent | 3eb2d6d5d469b760721b73fb0bdf649c4d4b7bd0 (diff) | |
download | upstream-0534e2c79c419cdd89e19e1c8dda45105f861280.tar.gz upstream-0534e2c79c419cdd89e19e1c8dda45105f861280.tar.bz2 upstream-0534e2c79c419cdd89e19e1c8dda45105f861280.zip |
sunxi: various changes - fix mmc, sata, usb (partially) on CubieTruck - fix hstimer DT on A20
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com>
SVN-Revision: 39971
Diffstat (limited to 'target/linux/sunxi/patches-3.13/164-2-dt-sun7i-add-ahci.patch')
-rw-r--r-- | target/linux/sunxi/patches-3.13/164-2-dt-sun7i-add-ahci.patch | 3 |
1 files changed, 2 insertions, 1 deletions
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 |