summaryrefslogtreecommitdiffstats
path: root/arm-wandboard-quad.patch
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2013-07-02 14:21:20 -0500
committerDennis Gilmore <dennis@ausil.us>2013-07-02 14:21:20 -0500
commit289de5293a33c6385da0b2e9746009774a74d373 (patch)
tree0dd4aedf71b1dcdb91c295ad705756c15d4bf987 /arm-wandboard-quad.patch
parent26ffc4cdb77e863c2c415d3c61efd1cf7408df9d (diff)
downloadkernel-289de5293a33c6385da0b2e9746009774a74d373.tar.gz
kernel-289de5293a33c6385da0b2e9746009774a74d373.tar.xz
kernel-289de5293a33c6385da0b2e9746009774a74d373.zip
ARM: create a dtb for wandboard quad
Diffstat (limited to 'arm-wandboard-quad.patch')
-rw-r--r--arm-wandboard-quad.patch61
1 files changed, 61 insertions, 0 deletions
diff --git a/arm-wandboard-quad.patch b/arm-wandboard-quad.patch
new file mode 100644
index 000000000..8609e5e0e
--- /dev/null
+++ b/arm-wandboard-quad.patch
@@ -0,0 +1,61 @@
+diff -uNr linux-3.10.0-0.rc7.git0.2.fc20.x86_64/arch/arm/boot/dts/imx6q-wandboard.dts linux-3.10.0-0.rc7.git0.2.fc20.armv7hl/arch/arm/boot/dts/imx6q-wandboard.dts
+--- linux-3.10.0-0.rc7.git0.2.fc20.x86_64/arch/arm/boot/dts/imx6q-wandboard.dts 1969-12-31 18:00:00.000000000 -0600
++++ linux-3.10.0-0.rc7.git0.2.fc20.armv7hl/arch/arm/boot/dts/imx6q-wandboard.dts 2013-06-30 15:09:21.350610898 -0500
+@@ -0,0 +1,44 @@
++/*
++ * Copyright 2013 Freescale Semiconductor, Inc.
++ *
++ * Author: Fabio Estevam <fabio.estevam@freescale.com>
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License version 2 as
++ * published by the Free Software Foundation.
++ *
++ */
++/dts-v1/;
++#include "imx6q.dtsi"
++
++/ {
++ model = "Wandboard i.MX6 Quad Board";
++ compatible = "wand,imx6q-wandboard", "fsl,imx6q";
++
++ memory {
++ reg = <0x10000000 0x80000000>;
++ };
++};
++
++&fec {
++ pinctrl-names = "default";
++ pinctrl-0 = <&pinctrl_enet_1>;
++ phy-mode = "rgmii";
++ status = "okay";
++};
++
++&uart1 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&pinctrl_uart1_1>;
++ status = "okay";
++};
++
++&usbh1 {
++ status = "okay";
++};
++
++&usdhc3 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&pinctrl_usdhc3_2>;
++ status = "okay";
++};
+diff -uNr linux-3.10.0-0.rc7.git0.2.fc20.x86_64/arch/arm/boot/dts/Makefile linux-3.10.0-0.rc7.git0.2.fc20.armv7hl/arch/arm/boot/dts/Makefile
+--- linux-3.10.0-0.rc7.git0.2.fc20.x86_64/arch/arm/boot/dts/Makefile 2013-06-30 15:04:21.224500036 -0500
++++ linux-3.10.0-0.rc7.git0.2.fc20.armv7hl/arch/arm/boot/dts/Makefile 2013-06-30 15:08:11.259884856 -0500
+@@ -120,7 +120,8 @@
+ imx6q-sabreauto.dtb \
+ imx6q-sabrelite.dtb \
+ imx6q-sabresd.dtb \
+- imx6q-sbc6x.dtb
++ imx6q-sbc6x.dtb \
++ imx6q-wandboard.dtb
+ dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \
+ imx23-olinuxino.dtb \
+ imx23-stmp378x_devb.dtb \