Message ID | 20220707173733.404947-4-robimarko@gmail.com |
---|---|
State | New |
Headers | show |
Series | [v6,1/4] mailbox: qcom-apcs-ipc: make regmap max_register configurable | expand |
On Thu, 7 Jul 2022 19:37:33 +0200, Robert Marko wrote: > APCS now has support for providing the APSS clocks as the child device > for IPQ8074. > > So, add the required DT node for it as it will later be used as the CPU > clocksource. > > > [...] Applied, thanks! [4/4] arm64: dts: ipq8074: add APCS node commit: 50ed9fffec3aed88bc1ffed277d291f81153bd5d Best regards,
diff --git a/arch/arm64/boot/dts/qcom/ipq8074.dtsi b/arch/arm64/boot/dts/qcom/ipq8074.dtsi index b4ae13f16398..76707b9f9845 100644 --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi @@ -886,5 +886,13 @@ IRQ_TYPE_LEVEL_HIGH>, /* int_c */ "axi_m_sticky"; status = "disabled"; }; + + apcs_glb: mailbox@b111000 { + compatible = "qcom,ipq8074-apcs-apps-global"; + reg = <0x0b111000 0x6000>; + + #clock-cells = <1>; + #mbox-cells = <1>; + }; }; };