On Mon, Jun 22, 2020 at 03:27:43PM -0700, Bjorn Andersson wrote:
> Add the IPCC node, used to send and receive IPC signals with
> remoteprocs.
> 
> Signed-off-by: Bjorn Andersson <bjorn.anders...@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/sm8250.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi 
> b/arch/arm64/boot/dts/qcom/sm8250.dtsi
> index e583a01cbcf1..74a7ca96177e 100644
> --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
> @@ -6,6 +6,7 @@
>  #include <dt-bindings/interrupt-controller/arm-gic.h>
>  #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-rpmpd.h>
>  #include <dt-bindings/soc/qcom,rpmh-rsc.h>
>  
> @@ -329,6 +330,15 @@ gcc: clock-controller@100000 {
>                       clocks = <&rpmhcc RPMH_CXO_CLK>, <&sleep_clk>;
>               };
>  
> +             ipcc: interrupt-controller@408000 {

ipcc: mailbox@408000

Other than this,

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

Thanks,
Mani

> +                     compatible = "qcom,sm8250-ipcc", "qcom,ipcc";
> +                     reg = <0 0x00408000 0 0x1000>;
> +                     interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
> +                     interrupt-controller;
> +                     #interrupt-cells = <3>;
> +                     #mbox-cells = <2>;
> +             };
> +
>               qupv3_id_2: geniqup@8c0000 {
>                       compatible = "qcom,geni-se-qup";
>                       reg = <0x0 0x008c0000 0x0 0x6000>;
> -- 
> 2.26.2
> 

Reply via email to