On Mon, Jun 22, 2020 at 03:27:44PM -0700, Bjorn Andersson wrote:
> Add a node for the QMP AOSS.
> 
> Signed-off-by: Bjorn Andersson <bjorn.anders...@linaro.org>

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasi...@linaro.org>

Thanks,
Mani

> ---
>  arch/arm64/boot/dts/qcom/sm8250.dtsi | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi 
> b/arch/arm64/boot/dts/qcom/sm8250.dtsi
> index 74a7ca96177e..246e6f279aa8 100644
> --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
> @@ -7,6 +7,7 @@
>  #include <dt-bindings/clock/qcom,gcc-sm8250.h>
>  #include <dt-bindings/clock/qcom,rpmh.h>
>  #include <dt-bindings/mailbox/qcom-ipcc.h>
> +#include <dt-bindings/power/qcom-aoss-qmp.h>
>  #include <dt-bindings/power/qcom-rpmpd.h>
>  #include <dt-bindings/soc/qcom,rpmh-rsc.h>
>  
> @@ -989,6 +990,19 @@ pdc: interrupt-controller@b220000 {
>                       interrupt-controller;
>               };
>  
> +             aoss_qmp: qmp@c300000 {
> +                     compatible = "qcom,sm8250-aoss-qmp";
> +                     reg = <0 0x0c300000 0 0x100000>;
> +                     interrupts-extended = <&ipcc IPCC_CLIENT_AOP
> +                                                  IPCC_MPROC_SIGNAL_GLINK_QMP
> +                                                  IRQ_TYPE_EDGE_RISING>;
> +                     mboxes = <&ipcc IPCC_CLIENT_AOP
> +                                     IPCC_MPROC_SIGNAL_GLINK_QMP>;
> +
> +                     #clock-cells = <0>;
> +                     #power-domain-cells = <1>;
> +             };
> +
>               spmi_bus: spmi@c440000 {
>                       compatible = "qcom,spmi-pmic-arb";
>                       reg = <0x0 0x0c440000 0x0 0x0001100>,
> -- 
> 2.26.2
> 

Reply via email to