On Tue 23 Jun 15:48 PDT 2020, Konrad Dybcio wrote: > diff --git a/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-sumire.dts b/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-sumire.dts > new file mode 100644 > index 000000000000..e70d54ed7325 > --- /dev/null > +++ b/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-sumire.dts > @@ -0,0 +1,395 @@ > +// SPDX-License-Identifier: BSD-3-Clause > +/* > + * Copyright (c) 2020, Konrad Dybcio > + */ > + > +/dts-v1/; > + > +#include "msm8994.dtsi" > +#include "pm8994.dtsi" > +#include "pmi8994.dtsi" > +#include <dt-bindings/gpio/gpio.h> > +#include <dt-bindings/input/gpio-keys.h> > + > +/ { > + model = "Sony Xperia Z5"; > + compatible = "somc,sumire-row", "qcom,msm8994"; > + /* required for bootloader to select correct board */ > + qcom,msm-id = <0xcf 0x20001>; > + qcom,pmic-id = <0x10009 0x1000a 0x00 0x00>; > + qcom,board-id = <8 0>; > + > + /* Xperia Z5's firmware doesn't support PSCI */ > + /delete-node/ psci; This does worry me... [..] > +&pm8994_regulators { Per earlier patches, please update the way regulators are described. Regards, Bjorn