Author: luka Date: 2014-08-08 18:11:57 +0200 (Fri, 08 Aug 2014) New Revision: 42081
Added: trunk/target/linux/imx6/patches-3.14/0007-ARM-dts-imx-drop-invalid-size-and-address-cells-prop.patch Removed: trunk/target/linux/imx6/patches-3.14/0055-ARM_dts_imx_fix-invallid-#address-cells-value.patch Log: imx6: update upstream patch Signed-off-by: Tim Harvey <[email protected]> Signed-off-by: Luka Perkov <[email protected]> Added: trunk/target/linux/imx6/patches-3.14/0007-ARM-dts-imx-drop-invalid-size-and-address-cells-prop.patch =================================================================== --- trunk/target/linux/imx6/patches-3.14/0007-ARM-dts-imx-drop-invalid-size-and-address-cells-prop.patch (rev 0) +++ trunk/target/linux/imx6/patches-3.14/0007-ARM-dts-imx-drop-invalid-size-and-address-cells-prop.patch 2014-08-08 16:11:57 UTC (rev 42081) @@ -0,0 +1,42 @@ +From 54e8eaeec1227a024373e37315770cc79d69917b Mon Sep 17 00:00:00 2001 +From: Lucas Stach <[email protected]> +Date: Fri, 28 Mar 2014 17:25:51 +0100 +Subject: [PATCH] ARM: dts: imx: drop invalid size and address cells properties + +Those two properties should have been set to zero, which +is the same as not specifying them. + +Having address-cells set to 1 causes OF interrupt +mapping routines to add 1 to the interrupt-cells +property and as result fail because all calculations +are off by one. + +Signed-off-by: Lucas Stach <[email protected]> +Signed-off-by: Shawn Guo <[email protected]> +--- + arch/arm/boot/dts/imx6qdl.dtsi | 2 -- + arch/arm/boot/dts/imx6sl.dtsi | 2 -- + 2 files changed, 4 deletions(-) + +--- a/arch/arm/boot/dts/imx6qdl.dtsi ++++ b/arch/arm/boot/dts/imx6qdl.dtsi +@@ -40,8 +40,6 @@ + intc: interrupt-controller@00a01000 { + compatible = "arm,cortex-a9-gic"; + #interrupt-cells = <3>; +- #address-cells = <1>; +- #size-cells = <1>; + interrupt-controller; + reg = <0x00a01000 0x1000>, + <0x00a00100 0x100>; +--- a/arch/arm/boot/dts/imx6sl.dtsi ++++ b/arch/arm/boot/dts/imx6sl.dtsi +@@ -44,8 +44,6 @@ + intc: interrupt-controller@00a01000 { + compatible = "arm,cortex-a9-gic"; + #interrupt-cells = <3>; +- #address-cells = <1>; +- #size-cells = <1>; + interrupt-controller; + reg = <0x00a01000 0x1000>, + <0x00a00100 0x100>; Deleted: trunk/target/linux/imx6/patches-3.14/0055-ARM_dts_imx_fix-invallid-#address-cells-value.patch =================================================================== --- trunk/target/linux/imx6/patches-3.14/0055-ARM_dts_imx_fix-invallid-#address-cells-value.patch 2014-08-08 15:55:03 UTC (rev 42080) +++ trunk/target/linux/imx6/patches-3.14/0055-ARM_dts_imx_fix-invallid-#address-cells-value.patch 2014-08-08 16:11:57 UTC (rev 42081) @@ -1,55 +0,0 @@ -commit d644122d8420c425fdf5c74e50d440d5f146bc0c -Author: Tim Harvey <[email protected]> -Date: Thu Mar 13 09:37:51 2014 -0700 - - ARM: dts: imx: fix invalid #address-cells value - - The invalid value of #address-cells in the imx6 pcie host controller node - causes of_irq_parse_raw() to incorrectly advance through an interrupt-map - table of more than one interrupt. We also take the opportunity to drop the - unused #size-cells here. - - This patch resolves this issue and allows proper interrupt mapping for an - imx6 pcie host connected to a P2P bridge when using legacy interrupts. - - Signed-off-by: Tim Harvey <[email protected]> - Cc: Jason Gunthorpe <[email protected]> - Cc: Jingoo Han <[email protected]> - Cc: Lucas Stach <[email protected]> - Cc: Mark Rutland <[email protected]> - Cc: linux-samsung-soc <[email protected]> - Cc: Richard Zhu <[email protected]> - Cc: Sascha Hauer <[email protected]> - Cc: Arnd Bergmann <[email protected]> - Cc: Stephen Warren <[email protected]> - Cc: Bjorn Helgaas <[email protected]> - Cc: Simon Horman <[email protected]> - Cc: Thierry Reding <[email protected]> - Cc: Ben Dooks <[email protected]> - Cc: linux-tegra <[email protected]> - Cc: Kukjin Kim <[email protected]> - Cc: Shawn Guo <[email protected]> - Cc: Grant Likely <[email protected]> - ---- a/arch/arm/boot/dts/imx6qdl.dtsi -+++ b/arch/arm/boot/dts/imx6qdl.dtsi -@@ -40,8 +40,6 @@ - intc: interrupt-controller@00a01000 { - compatible = "arm,cortex-a9-gic"; - #interrupt-cells = <3>; -- #address-cells = <1>; -- #size-cells = <1>; - interrupt-controller; - reg = <0x00a01000 0x1000>, - <0x00a00100 0x100>; ---- a/arch/arm/boot/dts/imx6sl.dtsi -+++ b/arch/arm/boot/dts/imx6sl.dtsi -@@ -44,8 +44,6 @@ - intc: interrupt-controller@00a01000 { - compatible = "arm,cortex-a9-gic"; - #interrupt-cells = <3>; -- #address-cells = <1>; -- #size-cells = <1>; - interrupt-controller; - reg = <0x00a01000 0x1000>, - <0x00a00100 0x100>; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
