Message ID | 20221002122859.75525-2-matti.lehtimaki@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Qualcomm CCI for MSM8226 and fix CCI documentation for MSM8974 | expand |
On Sun, 2 Oct 2022 15:28:53 +0300, Matti Lehtimäki wrote: > From: Rayyan Ansari <rayyan@ansari.sh> > > Add a node for the Multimedia Clock Controller found on MSM8226. > > Applied, thanks! [1/6] ARM: dts: qcom: msm8226: Add MMCC node commit: ad789f571d93419882aad66515640f649e63bf95 Best regards,
diff --git a/arch/arm/boot/dts/qcom-msm8226.dtsi b/arch/arm/boot/dts/qcom-msm8226.dtsi index cf2d56929428..e039128028bc 100644 --- a/arch/arm/boot/dts/qcom-msm8226.dtsi +++ b/arch/arm/boot/dts/qcom-msm8226.dtsi @@ -344,6 +344,14 @@ gcc: clock-controller@fc400000 { #power-domain-cells = <1>; }; + mmcc: clock-controller@fd8c0000 { + compatible = "qcom,mmcc-msm8226"; + reg = <0xfd8c0000 0x6000>; + #clock-cells = <1>; + #reset-cells = <1>; + #power-domain-cells = <1>; + }; + tlmm: pinctrl@fd510000 { compatible = "qcom,msm8226-pinctrl"; reg = <0xfd510000 0x4000>;