diff options
author | John Crispin <john@openwrt.org> | 2015-05-29 12:25:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-05-29 12:25:15 +0000 |
commit | 30bbe0b388d31a87414be791fc92d8683c3e06be (patch) | |
tree | 42ff7b586f8e23b9d515c57d3316a1ffc40f888d /target/linux/ipq806x/patches-4.0/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch | |
parent | 590be1fd872e39b54a3bd23949e76b7af375b68b (diff) | |
download | upstream-30bbe0b388d31a87414be791fc92d8683c3e06be.tar.gz upstream-30bbe0b388d31a87414be791fc92d8683c3e06be.tar.bz2 upstream-30bbe0b388d31a87414be791fc92d8683c3e06be.zip |
ipq806x: move arm-gic include into pcie patch
This include is necessary starting at the PCIe patch, which has a lower
number. So in order to keep the patches consistent, we'll move the
arm-gic include in the first patch who needs it.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45827
Diffstat (limited to 'target/linux/ipq806x/patches-4.0/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch')
-rw-r--r-- | target/linux/ipq806x/patches-4.0/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ipq806x/patches-4.0/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch b/target/linux/ipq806x/patches-4.0/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch index 90095758f2..ad0a7401be 100644 --- a/target/linux/ipq806x/patches-4.0/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch +++ b/target/linux/ipq806x/patches-4.0/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch @@ -121,11 +121,12 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> #address-cells = <1>; --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi -@@ -3,6 +3,7 @@ +@@ -3,6 +3,8 @@ #include "skeleton.dtsi" #include <dt-bindings/clock/qcom,gcc-ipq806x.h> #include <dt-bindings/soc/qcom,gsbi.h> +#include <dt-bindings/reset/qcom,gcc-ipq806x.h> ++#include <include/dt-bindings/interrupt-controller/arm-gic.h> / { model = "Qualcomm IPQ8064"; |