diff options
author | Tim Harvey <tharvey@gateworks.com> | 2017-03-10 07:01:12 -0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-03-12 15:06:51 +0100 |
commit | 5f458bf7f82e3774856a32c10fd30fcdfb41647d (patch) | |
tree | 6acc806c286e227e207bf92cfacf568e8b0d7359 /target/linux/imx6/patches-4.9 | |
parent | 35d761c0c584f14ff6bfbee5801fcc7dae67d2fe (diff) | |
download | upstream-5f458bf7f82e3774856a32c10fd30fcdfb41647d.tar.gz upstream-5f458bf7f82e3774856a32c10fd30fcdfb41647d.tar.bz2 upstream-5f458bf7f82e3774856a32c10fd30fcdfb41647d.zip |
imx6: add support for GW5904
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'target/linux/imx6/patches-4.9')
-rw-r--r-- | target/linux/imx6/patches-4.9/0001-arm-dts-imx-add-gateworks-ventana-gw5904-support.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-4.9/0001-arm-dts-imx-add-gateworks-ventana-gw5904-support.patch b/target/linux/imx6/patches-4.9/0001-arm-dts-imx-add-gateworks-ventana-gw5904-support.patch new file mode 100644 index 0000000000..1bfbf99ca0 --- /dev/null +++ b/target/linux/imx6/patches-4.9/0001-arm-dts-imx-add-gateworks-ventana-gw5904-support.patch @@ -0,0 +1,18 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -339,6 +339,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ + imx6dl-gw551x.dtb \ + imx6dl-gw552x.dtb \ + imx6dl-gw553x.dtb \ ++ imx6dl-gw5904.dtb \ + imx6dl-hummingboard.dtb \ + imx6dl-nit6xlite.dtb \ + imx6dl-nitrogen6x.dtb \ +@@ -379,6 +380,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ + imx6q-gw551x.dtb \ + imx6q-gw552x.dtb \ + imx6q-gw553x.dtb \ ++ imx6q-gw5904.dtb \ + imx6q-h100.dtb \ + imx6q-hummingboard.dtb \ + imx6q-icore-rqs.dtb \ |