Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b68c2575 authored by Jaedon Shin's avatar Jaedon Shin Committed by James Hogan
Browse files

MIPS: BMIPS: Add Broadcom STB watchdog nodes



Adds watchdog device nodes to BCM7xxx MIPS based SoCs.

Signed-off-by: default avatarJaedon Shin <jaedon.shin@gmail.com>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17729/


Signed-off-by: default avatarJames Hogan <jhogan@kernel.org>
parent e84442c1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -198,6 +198,13 @@
			status = "disabled";
		};

		watchdog: watchdog@4067e8 {
			clocks = <&upg_clk>;
			compatible = "brcm,bcm7038-wdt";
			reg = <0x4067e8 0x14>;
			status = "disabled";
		};

		upg_gio: gpio@406700 {
			compatible = "brcm,brcmstb-gpio";
			reg = <0x406700 0x80>;
+7 −0
Original line number Diff line number Diff line
@@ -233,6 +233,13 @@
			status = "disabled";
		};

		watchdog: watchdog@4067e8 {
			clocks = <&upg_clk>;
			compatible = "brcm,bcm7038-wdt";
			reg = <0x4067e8 0x14>;
			status = "disabled";
		};

		aon_pm_l2_intc: interrupt-controller@408440 {
			compatible = "brcm,l2-intc";
			reg = <0x408440 0x30>;
+7 −0
Original line number Diff line number Diff line
@@ -217,6 +217,13 @@
			status = "disabled";
		};

		watchdog: watchdog@4066a8 {
			clocks = <&upg_clk>;
			compatible = "brcm,bcm7038-wdt";
			reg = <0x4066a8 0x14>;
			status = "disabled";
		};

		aon_pm_l2_intc: interrupt-controller@408240 {
			compatible = "brcm,l2-intc";
			reg = <0x408240 0x30>;
+7 −0
Original line number Diff line number Diff line
@@ -209,6 +209,13 @@
			status = "disabled";
		};

		watchdog: watchdog@4066a8 {
			clocks = <&upg_clk>;
			compatible = "brcm,bcm7038-wdt";
			reg = <0x4066a8 0x14>;
			status = "disabled";
		};

		aon_pm_l2_intc: interrupt-controller@408440 {
			compatible = "brcm,l2-intc";
			reg = <0x408440 0x30>;
+7 −0
Original line number Diff line number Diff line
@@ -205,6 +205,13 @@
			status = "disabled";
		};

		watchdog: watchdog@4066a8 {
			clocks = <&upg_clk>;
			compatible = "brcm,bcm7038-wdt";
			reg = <0x4066a8 0x14>;
			status = "disabled";
		};

		aon_pm_l2_intc: interrupt-controller@408440 {
			compatible = "brcm,l2-intc";
			reg = <0x408440 0x30>;
Loading