On Thu, 16 Sept 2021 at 20:43, Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> wrote: > > Change pm8150 to use the qcom,pm8998-pon compatible string for the pon > in order to pass reboot mode properly. > > Fixes: 5101f22a5c37 ("arm64: dts: qcom: pm8150: Add base dts file") > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Smoke tested the series on RB5. "adb reboot bootloader" and Power, Volume_Down keys work as expected. So for the whole series: Tested-by: Amit Pundir <amit.pundir@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/pm8150.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/pm8150.dtsi b/arch/arm64/boot/dts/qcom/pm8150.dtsi > index c566a64b1373..00385b1fd358 100644 > --- a/arch/arm64/boot/dts/qcom/pm8150.dtsi > +++ b/arch/arm64/boot/dts/qcom/pm8150.dtsi > @@ -48,7 +48,7 @@ pm8150_0: pmic@0 { > #size-cells = <0>; > > pon: power-on@800 { > - compatible = "qcom,pm8916-pon"; > + compatible = "qcom,pm8998-pon"; > reg = <0x0800>; > > pon_pwrkey: pwrkey { > -- > 2.33.0 >