aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap/patches-3.18/950-am335x-evmsk-wilink-dts.patch
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-02-28 13:54:51 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-02-28 13:54:51 +0000
commitd7df24054230b15cf01117de118fee2fdb56876d (patch)
treeaca8b1e165619e45291fb2fd046fb5a65fcc41fe /target/linux/omap/patches-3.18/950-am335x-evmsk-wilink-dts.patch
parenta231c4ed4568c99bf507f470a4307fa3f7cd4828 (diff)
downloadupstream-d7df24054230b15cf01117de118fee2fdb56876d.tar.gz
upstream-d7df24054230b15cf01117de118fee2fdb56876d.tar.bz2
upstream-d7df24054230b15cf01117de118fee2fdb56876d.zip
omap: start working on 3.18 support
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap/patches-3.18/950-am335x-evmsk-wilink-dts.patch')
-rw-r--r--target/linux/omap/patches-3.18/950-am335x-evmsk-wilink-dts.patch79
1 files changed, 79 insertions, 0 deletions
diff --git a/target/linux/omap/patches-3.18/950-am335x-evmsk-wilink-dts.patch b/target/linux/omap/patches-3.18/950-am335x-evmsk-wilink-dts.patch
new file mode 100644
index 0000000000..cf0530e53a
--- /dev/null
+++ b/target/linux/omap/patches-3.18/950-am335x-evmsk-wilink-dts.patch
@@ -0,0 +1,79 @@
+--- a/arch/arm/boot/dts/am335x-evmsk.dts
++++ b/arch/arm/boot/dts/am335x-evmsk.dts
+@@ -14,6 +14,7 @@
+ /dts-v1/;
+
+ #include "am33xx.dtsi"
++#include <dt-bindings/interrupt-controller/irq.h>
+ #include <dt-bindings/pwm/pwm.h>
+
+ / {
+@@ -26,6 +27,13 @@
+ };
+ };
+
++ wlan {
++ compatible = "wlcore";
++
++ gpio = <31>;
++ board-ref-clock = <4>;
++ };
++
+ memory {
+ device_type = "memory";
+ reg = <0x80000000 0x10000000>; /* 256 MB */
+@@ -68,6 +76,16 @@
+ enable-active-high;
+ };
+
++ vmmc_wl: fixedregulator@2 {
++ compatible = "regulator-fixed";
++ regulator-name = "vmmc-wl";
++ regulator-min-microvolt = <1800000>;
++ regulator-max-microvolt = <1800000>;
++ gpio = <&gpio1 29 0>;
++ startup-delay-us = <70000>;
++ enable-active-high;
++ };
++
+ leds {
+ pinctrl-names = "default";
+ pinctrl-0 = <&user_leds_s0>;
+@@ -445,6 +463,20 @@
+ 0x7c (PIN_OUTPUT_PULLUP | MUX_MODE7) /* gpmc_csn0.gpio1_29 */
+ >;
+ };
++
++ wilink_pins: pinmux_wilink_pins {
++ pinctrl-single,pins = <
++ 0x74 (PIN_INPUT_PULLUP | MUX_MODE7) /* gpmc_wpn.gpio0_31 */
++ 0x7c (PIN_OUTPUT_PULLUP | MUX_MODE7) /* gpmc_csn0.gpio1_29 */
++ 0x80 (PIN_INPUT_PULLUP | MUX_MODE2) /* gpmc_csn1.mmc1_clk */
++ 0x84 (PIN_INPUT_PULLUP | MUX_MODE2) /* gpmc_csn2.mmc1_cmd */
++ 0x00 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad0.mmc1_dat0 */
++ 0x04 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad1.mmc1_dat1 */
++ 0x08 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad2.mmc1_dat2 */
++ 0x0c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad3.mmc1_dat3 */
++ >;
++ };
++
+ };
+
+ &uart0 {
+@@ -682,6 +714,16 @@
+ pinctrl-0 = <&mmc2_pins>;
+ };
+
++&mmc2 {
++ status = "okay";
++ vmmc-supply = <&vmmc_wl>;
++ bus-width = <4>;
++ pinctrl-names = "default";
++ pinctrl-0 = <&wilink_pins>;
++ ti,non-removable;
++ keep-power-in-suspend;
++};
++
+ &mcasp1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&mcasp1_pins>;