From: Loic Poulain <loic.poulain@linaro.org>
To: wsa@the-dreams.de
Cc: vkoul@kernel.org, robert.foss@linaro.org,
bjorn.andersson@linaro.org, linux-i2c@vger.kernel.org,
linux-arm-msm@vger.kernel.org,
Loic Poulain <loic.poulain@linaro.org>
Subject: [PATCH v7 3/3] arm64: dts: msm8916: Add CCI node
Date: Tue, 7 Apr 2020 10:33:02 +0200 [thread overview]
Message-ID: <1586248382-9058-3-git-send-email-loic.poulain@linaro.org> (raw)
In-Reply-To: <1586248382-9058-1-git-send-email-loic.poulain@linaro.org>
The msm8916 CCI controller provides one CCI/I2C bus.
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
v2: add this patch in the series
v3: add only cci node for now
v4: no change
v5: add cci label
v6: no change
v7: no change
arch/arm64/boot/dts/qcom/msm8916.dtsi | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 1ced09a..756cc2f 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -1479,6 +1479,33 @@
};
};
+ cci: cci@1b0c000 {
+ compatible = "qcom,msm8916-cci";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <0x1b0c000 0x1000>;
+ interrupts = <GIC_SPI 50 IRQ_TYPE_EDGE_RISING>;
+ clocks = <&gcc GCC_CAMSS_TOP_AHB_CLK>,
+ <&gcc GCC_CAMSS_CCI_AHB_CLK>,
+ <&gcc GCC_CAMSS_CCI_CLK>,
+ <&gcc GCC_CAMSS_AHB_CLK>;
+ clock-names = "camss_top_ahb", "cci_ahb",
+ "cci", "camss_ahb";
+ assigned-clocks = <&gcc GCC_CAMSS_CCI_AHB_CLK>,
+ <&gcc GCC_CAMSS_CCI_CLK>;
+ assigned-clock-rates = <80000000>, <19200000>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&cci0_default>;
+ status = "disabled";
+
+ i2c-bus@0 {
+ reg = <0>;
+ clock-frequency = <400000>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
+ };
+
camss: camss@1b00000 {
compatible = "qcom,msm8916-camss";
reg = <0x1b0ac00 0x200>,
--
2.7.4
next prev parent reply other threads:[~2020-04-07 8:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-07 8:33 [PATCH v7 1/3] i2c: Add Qualcomm CCI I2C driver Loic Poulain
2020-04-07 8:33 ` [PATCH v7 2/3] dt-bindings: i2c: Add binding for Qualcomm CCI I2C controller Loic Poulain
2020-04-18 21:39 ` Wolfram Sang
2020-04-07 8:33 ` Loic Poulain [this message]
2020-05-22 16:10 ` [PATCH v7 3/3] arm64: dts: msm8916: Add CCI node Carl-Daniel Hailfinger
2020-05-22 16:57 ` Bjorn Andersson
2020-05-22 21:46 ` Carl-Daniel Hailfinger
2020-04-18 21:39 ` [PATCH v7 1/3] i2c: Add Qualcomm CCI I2C driver Wolfram Sang
2020-06-15 13:24 ` Wolfram Sang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1586248382-9058-3-git-send-email-loic.poulain@linaro.org \
--to=loic.poulain@linaro.org \
--cc=bjorn.andersson@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=robert.foss@linaro.org \
--cc=vkoul@kernel.org \
--cc=wsa@the-dreams.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).