dts: gpio: make gpio reset priority lower than pmic reset
authorminda.chen <minda.chen@starfivetech.com>
Tue, 10 Jan 2023 01:25:15 +0000 (09:25 +0800)
committerminda.chen <minda.chen@starfivetech.com>
Tue, 10 Jan 2023 01:25:15 +0000 (09:25 +0800)
For sbi pmic reset priority is 192. To make pmic reset
work. Make gpio reset priority lower.

Signed-off-by: minda.chen <minda.chen@starfivetech.com>
arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dts

index b0499a7..cf36ed3 100644 (file)
@@ -15,7 +15,7 @@
        gpio-restart {
                compatible = "gpio-restart";
                gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
-               priority = <224>;
+               priority = <160>;
        };
 
 };