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

Commit 40057afd authored by Matthew McClintock's avatar Matthew McClintock Committed by Andy Gross
Browse files

qcom: ipq4019: add watchdog node to ipq4019 SoC and DK01 device tree



This will allow boards to enable watchdog support

Signed-off-by: default avatarMatthew McClintock <mmcclint@codeaurora.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 595b30c7
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -55,5 +55,9 @@
			pinctrl-names = "default";
			pinctrl-names = "default";
			status = "ok";
			status = "ok";
		};
		};

		watchdog@b017000 {
			status = "ok";
		};
	};
	};
};
};
+8 −0
Original line number Original line Diff line number Diff line
@@ -171,5 +171,13 @@
				<&gcc GCC_BLSP1_AHB_CLK>;
				<&gcc GCC_BLSP1_AHB_CLK>;
			clock-names = "core", "iface";
			clock-names = "core", "iface";
		};
		};

		watchdog@b017000 {
			compatible = "qcom,kpss-standalone";
			reg = <0xb017000 0x40>;
			clocks = <&sleep_clk>;
			timeout-sec = <10>;
			status = "disabled";
		};
	};
	};
};
};