diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2017-02-24 08:50:29 -0800 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2017-02-24 08:50:34 -0800 |
commit | 09145060e9dc0eee575be39f29db8f897ba41374 (patch) | |
tree | a1faadf703dd9cd6ce8dc5a0076e5b15d7c16d1f /arm-imx6-hummingboard2.patch | |
parent | 3d652a572b4e31490e8e004b6c94d8df7a173870 (diff) | |
download | kernel-09145060e9dc0eee575be39f29db8f897ba41374.tar.gz kernel-09145060e9dc0eee575be39f29db8f897ba41374.tar.xz kernel-09145060e9dc0eee575be39f29db8f897ba41374.zip |
Linux v4.10-9579-gf1ef09f
Includes config options from yesterday that were missed
Diffstat (limited to 'arm-imx6-hummingboard2.patch')
-rw-r--r-- | arm-imx6-hummingboard2.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arm-imx6-hummingboard2.patch b/arm-imx6-hummingboard2.patch index bcf2961dc..6b1186073 100644 --- a/arm-imx6-hummingboard2.patch +++ b/arm-imx6-hummingboard2.patch @@ -1,4 +1,4 @@ -From e2b55af60f9f498b95ffb458955f4ff787bd55a1 Mon Sep 17 00:00:00 2001 +From 1f4fd839f959f821d5dd3feb608a900ae5f32ade Mon Sep 17 00:00:00 2001 From: Peter Robinson <pbrobinson@gmail.com> Date: Fri, 20 Jan 2017 08:32:55 +0000 Subject: [PATCH] Add support for Hummingobard2 (Edge/Gate) @@ -17,18 +17,18 @@ Signed-off-by: Peter Robinson <pbrobinson@gmail.com> create mode 100644 arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile -index 7327250..09227cc 100644 +index 0118084..ccdff66 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile -@@ -348,6 +348,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ +@@ -353,6 +353,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6dl-gw552x.dtb \ imx6dl-gw553x.dtb \ imx6dl-hummingboard.dtb \ + imx6dl-hummingboard2.dtb \ imx6dl-icore.dtb \ + imx6dl-icore-rqs.dtb \ imx6dl-nit6xlite.dtb \ - imx6dl-nitrogen6x.dtb \ -@@ -390,6 +391,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ +@@ -397,6 +398,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6q-gw553x.dtb \ imx6q-h100.dtb \ imx6q-hummingboard.dtb \ @@ -729,5 +729,5 @@ index 0000000..66098a5 + status = "okay"; +}; -- -2.9.3 +2.7.4 |