Message ID | 20200622222747.717306-1-bjorn.andersson@linaro.org |
---|---|
Headers | show |
Series | arm64: dts: qcom: Enable SM8250 remoteprocs | expand |
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.andersson@linaro.org> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@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 >
On 22-06-20, 15:27, Bjorn Andersson wrote: > With the driver code in place, add the necessary dts nodes to enable three of > the remoteprocs found on Qualcomm SM8250 and finally enable the missing > QCOM_IPCC driver in defconfig. All look great to me: Reviewed-by: Vinod Koul <vkoul@kernel.org> -- ~Vinod