diff options
author | Nicolas Saenz Julienne <[email protected]> | 2022-06-25 13:36:13 +0200 |
---|---|---|
committer | Florian Fainelli <[email protected]> | 2022-06-27 10:33:54 -0700 |
commit | b334c1afad17132a3c2360de64c1cfff90908739 (patch) | |
tree | 36d0209d9badc43a45c7bd7b9265eb95bf98aa15 | |
parent | b722443fa72b266f4ea823dcb2f09c2e90f8635b (diff) |
ARM: dts: bcm2711: Use proper compatible in PM/Watchdog node
A new compatible string was introduced specifically for BCM2711, so make
use of it.
Signed-off-by: Nicolas Saenz Julienne <[email protected]>
Signed-off-by: Stefan Wahren <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/bcm2711.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi index 93c7c662fd37..941c4d16791b 100644 --- a/arch/arm/boot/dts/bcm2711.dtsi +++ b/arch/arm/boot/dts/bcm2711.dtsi @@ -107,7 +107,7 @@ }; pm: watchdog@7e100000 { - compatible = "brcm,bcm2835-pm", "brcm,bcm2835-pm-wdt"; + compatible = "brcm,bcm2711-pm", "brcm,bcm2835-pm-wdt"; #power-domain-cells = <1>; #reset-cells = <1>; reg = <0x7e100000 0x114>, |