Commit cec12cd8 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo
Browse files

ARM: dts: imx: align watchdog node name with dtschema



The dtschema expects watchdog device node name to be "watchdog":

  arch/arm/boot/dts/imx31-bug.dt.yaml: wdog@53fdc000:
    $nodename:0: 'wdog@53fdc000' does not match '^watchdog(@.*|-[0-9a-f])?$'

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0d31d5a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -525,7 +525,7 @@
				fsl,sdma-ram-script-name = "imx/sdma/sdma-imx25.bin";
			};

			wdog@53fdc000 {
			watchdog@53fdc000 {
				compatible = "fsl,imx25-wdt", "fsl,imx21-wdt";
				reg = <0x53fdc000 0x4000>;
				clocks = <&clks 126>;
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@
				#dma-channels = <16>;
			};

			wdog: wdog@10002000 {
			wdog: watchdog@10002000 {
				compatible = "fsl,imx27-wdt", "fsl,imx21-wdt";
				reg = <0x10002000 0x1000>;
				interrupts = <27>;
+2 −1
Original line number Diff line number Diff line
@@ -315,10 +315,11 @@
				clock-names = "ref", "ipg";
			};

			wdog: wdog@53fdc000 {
			wdog: watchdog@53fdc000 {
				compatible = "fsl,imx31-wdt", "fsl,imx21-wdt";
				reg = <0x53fdc000 0x4000>;
				clocks = <&clks 41>;
				interrupts = <55>;
			};

			pwm: pwm@53fe0000 {
+1 −1
Original line number Diff line number Diff line
@@ -294,7 +294,7 @@
				fsl,sdma-ram-script-name = "imx/sdma/sdma-imx35.bin";
			};

			wdog: wdog@53fdc000 {
			wdog: watchdog@53fdc000 {
				compatible = "fsl,imx35-wdt", "fsl,imx21-wdt";
				reg = <0x53fdc000 0x4000>;
				clocks = <&clks 74>;
+1 −1
Original line number Diff line number Diff line
@@ -267,7 +267,7 @@
					      <&iomuxc 20 140 11>;
			};

			wdog1: wdog@53f98000 {
			wdog1: watchdog@53f98000 {
				compatible = "fsl,imx50-wdt", "fsl,imx21-wdt";
				reg = <0x53f98000 0x4000>;
				interrupts = <58>;
Loading