diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-13 13:27:14 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-13 13:27:14 +0000 |
commit | af63cdf87ad76177fb7180e5fb57ec6f949fbb98 (patch) | |
tree | 3f3c2ff5babca3eacef366a9b794b0ea7e5f945e /target/linux/sunxi/patches-3.13/174-5-dt-sun7i-add-ehci-cubietruck.patch | |
parent | 83d9cec4911b6639c1c2f22cfb943df3e1252a1e (diff) | |
download | upstream-af63cdf87ad76177fb7180e5fb57ec6f949fbb98.tar.gz upstream-af63cdf87ad76177fb7180e5fb57ec6f949fbb98.tar.bz2 upstream-af63cdf87ad76177fb7180e5fb57ec6f949fbb98.zip |
upgrade 3.13 targets to 3.13.2, refresh patches
Signed-off-by: Imre Kaloz <kaloz@openwrt.org
SVN-Revision: 39582
Diffstat (limited to 'target/linux/sunxi/patches-3.13/174-5-dt-sun7i-add-ehci-cubietruck.patch')
-rw-r--r-- | target/linux/sunxi/patches-3.13/174-5-dt-sun7i-add-ehci-cubietruck.patch | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/target/linux/sunxi/patches-3.13/174-5-dt-sun7i-add-ehci-cubietruck.patch b/target/linux/sunxi/patches-3.13/174-5-dt-sun7i-add-ehci-cubietruck.patch index 0f77758d2a..f95833e293 100644 --- a/target/linux/sunxi/patches-3.13/174-5-dt-sun7i-add-ehci-cubietruck.patch +++ b/target/linux/sunxi/patches-3.13/174-5-dt-sun7i-add-ehci-cubietruck.patch @@ -8,11 +8,9 @@ Signed-off-by: Hans de Goede <hdegoede@redhat.com> arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) -diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts -index a5f3418..c8b3ea9 100644 --- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts +++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts -@@ -28,11 +28,21 @@ +@@ -43,11 +43,21 @@ status = "okay"; }; @@ -34,9 +32,9 @@ index a5f3418..c8b3ea9 100644 pinctrl@01c20800 { mmc0_cd_pin_cubietruck: mmc0_cd_pin@0 { allwinner,pins = "PH1"; -@@ -54,6 +64,20 @@ - allwinner,drive = <0>; - allwinner,pull = <0>; +@@ -90,6 +100,20 @@ + allwinner,drive = <0>; + allwinner,pull = <2>; }; + + usb1_vbus_pin: usb1_vbus_pin@0 { @@ -55,7 +53,7 @@ index a5f3418..c8b3ea9 100644 }; uart0: serial@01c28000 { -@@ -110,5 +134,27 @@ +@@ -175,5 +199,27 @@ gpio = <&pio 7 12 0>; enable-active-high; }; @@ -83,6 +81,3 @@ index a5f3418..c8b3ea9 100644 + }; }; }; --- -1.8.5.1 - |