mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02:00
arm64: dts: hisilicon: fix arm,sp805 compatible string
[ Upstream commit 894d4f1f77 ]
According to Documentation/devicetree/bindings/watchdog/arm,sp805.yaml
the compatible is:
compatible = "arm,sp805", "arm,primecell";
The current compatible string doesn't exist at all. Fix it.
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
109a63bb07
commit
4e5bc9fb23
|
|
@ -1086,7 +1086,7 @@ dwmmc2: dwmmc2@ff3ff000 {
|
||||||
};
|
};
|
||||||
|
|
||||||
watchdog0: watchdog@e8a06000 {
|
watchdog0: watchdog@e8a06000 {
|
||||||
compatible = "arm,sp805-wdt", "arm,primecell";
|
compatible = "arm,sp805", "arm,primecell";
|
||||||
reg = <0x0 0xe8a06000 0x0 0x1000>;
|
reg = <0x0 0xe8a06000 0x0 0x1000>;
|
||||||
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&crg_ctrl HI3660_OSC32K>,
|
clocks = <&crg_ctrl HI3660_OSC32K>,
|
||||||
|
|
@ -1095,7 +1095,7 @@ watchdog0: watchdog@e8a06000 {
|
||||||
};
|
};
|
||||||
|
|
||||||
watchdog1: watchdog@e8a07000 {
|
watchdog1: watchdog@e8a07000 {
|
||||||
compatible = "arm,sp805-wdt", "arm,primecell";
|
compatible = "arm,sp805", "arm,primecell";
|
||||||
reg = <0x0 0xe8a07000 0x0 0x1000>;
|
reg = <0x0 0xe8a07000 0x0 0x1000>;
|
||||||
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&crg_ctrl HI3660_OSC32K>,
|
clocks = <&crg_ctrl HI3660_OSC32K>,
|
||||||
|
|
|
||||||
|
|
@ -840,7 +840,7 @@ dwmmc_2: dwmmc2@f723f000 {
|
||||||
};
|
};
|
||||||
|
|
||||||
watchdog0: watchdog@f8005000 {
|
watchdog0: watchdog@f8005000 {
|
||||||
compatible = "arm,sp805-wdt", "arm,primecell";
|
compatible = "arm,sp805", "arm,primecell";
|
||||||
reg = <0x0 0xf8005000 0x0 0x1000>;
|
reg = <0x0 0xf8005000 0x0 0x1000>;
|
||||||
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&ao_ctrl HI6220_WDT0_PCLK>,
|
clocks = <&ao_ctrl HI6220_WDT0_PCLK>,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user