summaryrefslogtreecommitdiff
path: root/arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2019-06-27 01:19:23 +0200
committerMarek Vasut <marex@denx.de>2020-02-05 03:01:57 +0100
commitcf8c8367884c32844bb002bf6eba02e72a0d75b2 (patch)
tree86f94cb7a6640cf72fed94cba9cc4bf509ccc160 /arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
parent8941f8414dc70a161e11ed0f383f322bb31f1054 (diff)
watchdog: designware: Convert to DM and DT probing
Convert the designware watchdog timer driver to DM and add DT probing support. Perform minor coding style clean up, like drop superfluous braces. These ought to be no functional change. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <chin.liang.see@intel.com> Cc: Dalon Westergreen <dwesterg@gmail.com> Cc: Dinh Nguyen <dinguyen@kernel.org> Cc: Jagan Teki <jagan@amarulasolutions.com> Cc: Ley Foon Tan <ley.foon.tan@intel.com> Cc: Philipp Tomisch <philipp.tomisch@theobroma-systems.com> Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Cc: Tien Fong Chee <tien.fong.chee@intel.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com> Tested-by: Jagan Teki <jagan@amarulasolutions.com> # roc-rk3399-pc
Diffstat (limited to 'arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi')
-rwxr-xr-xarch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi b/arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
index 38855aecd7..a903040d60 100755
--- a/arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
+++ b/arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
@@ -31,3 +31,7 @@
&sysmgr {
u-boot,dm-pre-reloc;
};
+
+&watchdog0 {
+ u-boot,dm-pre-reloc;
+};