ARM: dts: sunxi: Add missing watchdog clocks
The watchdog has a clock on all our SoCs, but it wasn't always listed. Add it to the devicetree where it's missing. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
@@ -816,6 +816,7 @@
|
|||||||
compatible = "allwinner,sun4i-a10-wdt";
|
compatible = "allwinner,sun4i-a10-wdt";
|
||||||
reg = <0x01c20c90 0x10>;
|
reg = <0x01c20c90 0x10>;
|
||||||
interrupts = <24>;
|
interrupts = <24>;
|
||||||
|
clocks = <&osc24M>;
|
||||||
};
|
};
|
||||||
|
|
||||||
rtc: rtc@1c20d00 {
|
rtc: rtc@1c20d00 {
|
||||||
|
|||||||
@@ -601,6 +601,7 @@
|
|||||||
compatible = "allwinner,sun4i-a10-wdt";
|
compatible = "allwinner,sun4i-a10-wdt";
|
||||||
reg = <0x01c20c90 0x10>;
|
reg = <0x01c20c90 0x10>;
|
||||||
interrupts = <24>;
|
interrupts = <24>;
|
||||||
|
clocks = <&osc24M>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ir0: ir@1c21800 {
|
ir0: ir@1c21800 {
|
||||||
|
|||||||
@@ -745,6 +745,7 @@
|
|||||||
compatible = "allwinner,sun6i-a31-wdt";
|
compatible = "allwinner,sun6i-a31-wdt";
|
||||||
reg = <0x01c20ca0 0x20>;
|
reg = <0x01c20ca0 0x20>;
|
||||||
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&osc24M>;
|
||||||
};
|
};
|
||||||
|
|
||||||
spdif: spdif@1c21000 {
|
spdif: spdif@1c21000 {
|
||||||
|
|||||||
@@ -1141,6 +1141,7 @@
|
|||||||
compatible = "allwinner,sun4i-a10-wdt";
|
compatible = "allwinner,sun4i-a10-wdt";
|
||||||
reg = <0x01c20c90 0x10>;
|
reg = <0x01c20c90 0x10>;
|
||||||
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&osc24M>;
|
||||||
};
|
};
|
||||||
|
|
||||||
rtc: rtc@1c20d00 {
|
rtc: rtc@1c20d00 {
|
||||||
|
|||||||
@@ -452,6 +452,7 @@
|
|||||||
compatible = "allwinner,sun6i-a31-wdt";
|
compatible = "allwinner,sun6i-a31-wdt";
|
||||||
reg = <0x01c20ca0 0x20>;
|
reg = <0x01c20ca0 0x20>;
|
||||||
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&osc24M>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pwm: pwm@1c21400 {
|
pwm: pwm@1c21400 {
|
||||||
|
|||||||
@@ -405,6 +405,7 @@
|
|||||||
compatible = "allwinner,sun4i-a10-wdt";
|
compatible = "allwinner,sun4i-a10-wdt";
|
||||||
reg = <0x01c20c90 0x10>;
|
reg = <0x01c20c90 0x10>;
|
||||||
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&osc24M>;
|
||||||
};
|
};
|
||||||
|
|
||||||
uart0: serial@1c28000 {
|
uart0: serial@1c28000 {
|
||||||
|
|||||||
@@ -339,6 +339,7 @@
|
|||||||
compatible = "allwinner,sun6i-a31-wdt";
|
compatible = "allwinner,sun6i-a31-wdt";
|
||||||
reg = <0x01c20ca0 0x20>;
|
reg = <0x01c20ca0 0x20>;
|
||||||
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&osc24M>;
|
||||||
};
|
};
|
||||||
|
|
||||||
lradc: lradc@1c22800 {
|
lradc: lradc@1c22800 {
|
||||||
|
|||||||
@@ -574,6 +574,7 @@
|
|||||||
compatible = "allwinner,sun6i-a31-wdt";
|
compatible = "allwinner,sun6i-a31-wdt";
|
||||||
reg = <0x01c20ca0 0x20>;
|
reg = <0x01c20ca0 0x20>;
|
||||||
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&osc24M>;
|
||||||
};
|
};
|
||||||
|
|
||||||
spdif: spdif@1c21000 {
|
spdif: spdif@1c21000 {
|
||||||
|
|||||||
@@ -1169,6 +1169,7 @@
|
|||||||
"allwinner,sun6i-a31-wdt";
|
"allwinner,sun6i-a31-wdt";
|
||||||
reg = <0x01c20ca0 0x20>;
|
reg = <0x01c20ca0 0x20>;
|
||||||
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&osc24M>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -217,6 +217,7 @@
|
|||||||
"allwinner,sun6i-a31-wdt";
|
"allwinner,sun6i-a31-wdt";
|
||||||
reg = <0x030090a0 0x20>;
|
reg = <0x030090a0 0x20>;
|
||||||
interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&osc24M>;
|
||||||
/* Broken on some H6 boards */
|
/* Broken on some H6 boards */
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
@@ -727,6 +728,7 @@
|
|||||||
"allwinner,sun6i-a31-wdt";
|
"allwinner,sun6i-a31-wdt";
|
||||||
reg = <0x07020400 0x20>;
|
reg = <0x07020400 0x20>;
|
||||||
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&osc24M>;
|
||||||
};
|
};
|
||||||
|
|
||||||
r_intc: interrupt-controller@7021000 {
|
r_intc: interrupt-controller@7021000 {
|
||||||
|
|||||||
Reference in New Issue
Block a user