From: Neil Armstrong <neil.armstrong@linaro.org>
To: Konrad Dybcio <konrad.dybcio@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Bjorn Andersson <andersson@kernel.org>,
Andy Gross <agross@kernel.org>
Cc: Marijn Suijten <marijn.suijten@somainline.org>,
linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH 4/4] arm64: dts: qcom: sm8350-nagara: Unify status property placement
Date: Thu, 30 Mar 2023 18:32:04 +0200 [thread overview]
Message-ID: <be2c7c24-de19-d14a-639c-657a1ed32573@linaro.org> (raw)
In-Reply-To: <20230321-topic-sagami_dp-v1-4-340c8bce4276@linaro.org>
Le 21/03/2023 à 23:12, Konrad Dybcio a écrit :
> As we're heading towards getting the status property last everywhere,
> take care of it for SM8350 SONY Sagami.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
> .../boot/dts/qcom/sm8350-sony-xperia-sagami.dtsi | 30 ++++++++++------------
> 1 file changed, 14 insertions(+), 16 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami.dtsi b/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami.dtsi
> index b2baa81baf5e..95b1ba4ce470 100644
> --- a/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami.dtsi
> @@ -189,8 +189,8 @@ vph_pwr: vph-pwr-regulator {
> };
>
> &adsp {
> - status = "okay";
> firmware-name = "qcom/sm8350/Sony/sagami/adsp.mbn";
> + status = "okay";
> };
>
> &apps_rsc {
> @@ -542,27 +542,27 @@ pmr735a_l7: ldo7 {
> };
>
> &cdsp {
> - status = "okay";
> firmware-name = "qcom/sm8350/Sony/sagami/cdsp.mbn";
> + status = "okay";
> };
>
> &i2c1 {
> - status = "okay";
> clock-frequency = <1000000>;
> + status = "okay";
>
> /* Some subset of SONY IMX663 camera sensor @ 38 */
> };
>
> &i2c4 {
> - status = "okay";
> clock-frequency = <400000>;
> + status = "okay";
>
> /* Samsung Touchscreen (needs I2C GPI DMA) @ 48 */
> };
>
> &i2c11 {
> - status = "okay";
> clock-frequency = <1000000>;
> + status = "okay";
>
> cs35l41_l: speaker-amp@40 {
> compatible = "cirrus,cs35l41";
> @@ -596,31 +596,31 @@ cs35l41_r: speaker-amp@41 {
> };
>
> &i2c12 {
> - status = "okay";
> /* Clock frequency was not specified downstream, let's park it to 100 KHz */
> clock-frequency = <100000>;
> + status = "okay";
>
> /* AMS TCS3490 RGB+IR color sensor @ 72 */
> };
>
> &i2c13 {
> - status = "okay";
> /* Clock frequency was not specified downstream, let's park it to 100 KHz */
> clock-frequency = <100000>;
> + status = "okay";
>
> /* Qualcomm PM8008i/PM8008j (?) @ 8, 9, c, d */
> };
>
> &i2c15 {
> - status = "okay";
> clock-frequency = <400000>;
> + status = "okay";
>
> /* NXP SN1X0 NFC @ 28 */
> };
>
> &i2c17 {
> - status = "okay";
> clock-frequency = <1000000>;
> + status = "okay";
>
> /* Cirrus Logic CS40L25A boosted haptics driver @ 40 */
> };
> @@ -652,8 +652,8 @@ mdss_dp_altmode: endpoint {
> };
>
> &mpss {
> - status = "okay";
> firmware-name = "qcom/sm8350/Sony/sagami/modem.mbn";
> + status = "okay";
> };
>
> &pm8350_gpios {
> @@ -719,8 +719,8 @@ &pon_pwrkey {
> };
>
> &pon_resin {
> - status = "okay";
> linux,code = <KEY_VOLUMEUP>;
> + status = "okay";
> };
>
> &qupv3_id_0 {
> @@ -748,8 +748,8 @@ &sdhc_2 {
> };
>
> &slpi {
> - status = "okay";
> firmware-name = "qcom/sm8350/Sony/sagami/slpi.mbn";
> + status = "okay";
> };
>
> &spi14 {
> @@ -1038,16 +1038,14 @@ usb_1_dwc3_ss: endpoint {
> };
>
> &usb_1_hsphy {
> - status = "okay";
> -
> vdda-pll-supply = <&pm8350_l5>;
> vdda18-supply = <&pm8350c_l1>;
> vdda33-supply = <&pm8350_l2>;
> + status = "okay";
> };
>
> &usb_1_qmpphy {
> - status = "okay";
> -
> vdda-phy-supply = <&pm8350_l6>;
> vdda-pll-supply = <&pm8350_l1>;
> + status = "okay";
> };
>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
next prev parent reply other threads:[~2023-03-30 16:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-21 22:12 [PATCH 0/4] Enable DisplayPort over USB-C on SONY Sagami Konrad Dybcio
2023-03-21 22:12 ` [PATCH 1/4] dt-bindings: usb: gpio-sbu-mux: Add OnSemi NB7VPQ904M mux Konrad Dybcio
2023-03-30 15:31 ` Rob Herring
2023-03-30 23:00 ` Konrad Dybcio
2023-03-21 22:12 ` [PATCH 2/4] arm64: dts: qcom: sm8350-sagami: Add PMIC GLINK Konrad Dybcio
2023-03-30 16:33 ` Neil Armstrong
2023-03-21 22:12 ` [PATCH 3/4] arm64: dts: qcom: sm8350-sagami: Hook up USB-C Display Port Konrad Dybcio
2023-03-21 22:12 ` [PATCH 4/4] arm64: dts: qcom: sm8350-nagara: Unify status property placement Konrad Dybcio
2023-03-30 16:32 ` Neil Armstrong [this message]
2023-04-02 15:19 ` Marijn Suijten
2023-04-03 10:17 ` Konrad Dybcio
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=be2c7c24-de19-d14a-639c-657a1ed32573@linaro.org \
--to=neil.armstrong@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=marijn.suijten@somainline.org \
--cc=robh+dt@kernel.org \
/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).