From 3a2e735b966586b930ac0f0b1d662d72ac4e7bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Sat, 18 Mar 2017 18:31:36 +0100 Subject: bcm53xx: backport BCM5301X patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes GIC interrupts (required before switching to 4.9), adds few new entires & introduces DTS for Archer C5. Signed-off-by: Rafał Miłecki --- ...ARM-dts-BCM5301X-Add-TWD-WD-Support-to-DT.patch | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 target/linux/bcm53xx/patches-4.4/047-0014-ARM-dts-BCM5301X-Add-TWD-WD-Support-to-DT.patch (limited to 'target/linux/bcm53xx/patches-4.4/047-0014-ARM-dts-BCM5301X-Add-TWD-WD-Support-to-DT.patch') diff --git a/target/linux/bcm53xx/patches-4.4/047-0014-ARM-dts-BCM5301X-Add-TWD-WD-Support-to-DT.patch b/target/linux/bcm53xx/patches-4.4/047-0014-ARM-dts-BCM5301X-Add-TWD-WD-Support-to-DT.patch new file mode 100644 index 0000000000..b112cba682 --- /dev/null +++ b/target/linux/bcm53xx/patches-4.4/047-0014-ARM-dts-BCM5301X-Add-TWD-WD-Support-to-DT.patch @@ -0,0 +1,40 @@ +From f22c635e585471d01a38b829c0753c1467b5058e Mon Sep 17 00:00:00 2001 +From: Jon Mason +Date: Mon, 6 Mar 2017 11:24:44 -0500 +Subject: [PATCH] ARM: dts: BCM5301X: Add TWD WD Support to DT + +Add support for the ARM TWD Watchdog to the bcm5301x device tree. The +ARM TWD timer allocated the register space for the WDT, so this patch +necessitated shrinking that. Also, the GIC masks were added for these. + +Signed-off-by: Jon Mason +Signed-off-by: Florian Fainelli +--- + arch/arm/boot/dts/bcm5301x.dtsi | 15 ++++++++++++--- + 1 file changed, 12 insertions(+), 3 deletions(-) + +--- a/arch/arm/boot/dts/bcm5301x.dtsi ++++ b/arch/arm/boot/dts/bcm5301x.dtsi +@@ -70,10 +70,19 @@ + clocks = <&periph_clk>; + }; + +- local-timer@20600 { ++ timer@20600 { + compatible = "arm,cortex-a9-twd-timer"; +- reg = <0x20600 0x100>; +- interrupts = ; ++ reg = <0x20600 0x20>; ++ interrupts = ; ++ clocks = <&periph_clk>; ++ }; ++ ++ watchdog@20620 { ++ compatible = "arm,cortex-a9-twd-wdt"; ++ reg = <0x20620 0x20>; ++ interrupts = ; + clocks = <&periph_clk>; + }; + -- cgit v1.2.3