devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Add UFS support for SC7180/SM7125
@ 2023-11-17 20:08 David Wronek
  2023-11-17 20:08 ` [PATCH v2 1/8] dt-bindings: crypto: ice: Document SC7180 inline crypto engine David Wronek
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: David Wronek @ 2023-11-17 20:08 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel, David Wronek

This patchset introduces UFS support for SC7180 and SM7125, as well as
support for the Xiaomi Redmi Note 9S.

Signed-off-by: David Wronek <davidwronek@gmail.com>
---
Changes in v2:
 - Fix device tree binding for QMP PHY
 - Separate ICE into its own node
 - Fix style problems in sc7180.dtsi

--
David Wronek (7):
  dt-bindings: crypto: ice: Document SC7180 inline crypto engine
  dt-bindings: ufs: qcom: Add SC7180 compatible string
  dt-bindings: phy: Add QMP UFS PHY compatible for SC7180
  dt-bindings: arm: qcom: Add Xiaomi Redmi Note 9S
  phy: qcom: qmp-ufs: Add SC7180 support
  arm64: dts: qcom: sc7180: Add UFS nodes
  arm64: dts: qcom: sm7125-xiaomi-common: Add UFS nodes

Joe Mason (1):
  arm64: dts: qcom: Add support for Xiaomi Redmi Note 9S

 .../devicetree/bindings/arm/qcom.yaml         |  1 +
 .../crypto/qcom,inline-crypto-engine.yaml     |  1 +
 .../phy/qcom,sc8280xp-qmp-ufs-phy.yaml        |  2 +
 .../devicetree/bindings/ufs/qcom,ufs.yaml     |  2 +
 arch/arm64/boot/dts/qcom/Makefile             |  1 +
 arch/arm64/boot/dts/qcom/sc7180.dtsi          | 69 +++++++++++++++++++
 .../boot/dts/qcom/sm7125-xiaomi-common.dtsi   | 16 +++++
 .../boot/dts/qcom/sm7125-xiaomi-curtana.dts   | 16 +++++
 drivers/phy/qualcomm/phy-qcom-qmp-ufs.c       |  3 +
 9 files changed, 111 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sm7125-xiaomi-curtana.dts

-- 
2.42.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH v2 1/8] dt-bindings: crypto: ice: Document SC7180 inline crypto engine
  2023-11-17 20:08 [PATCH v2 0/8] Add UFS support for SC7180/SM7125 David Wronek
@ 2023-11-17 20:08 ` David Wronek
  2023-11-19 16:11   ` Rob Herring
  2023-11-17 20:08 ` [PATCH v2 2/8] dt-bindings: ufs: qcom: Add SC7180 compatible string David Wronek
                   ` (6 subsequent siblings)
  7 siblings, 1 reply; 15+ messages in thread
From: David Wronek @ 2023-11-17 20:08 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel, David Wronek

Document the compatible used for the inline crypto engine found on
SC7180.

Signed-off-by: David Wronek <davidwronek@gmail.com>
---
 .../devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml b/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml
index ca4f7d1cefaa..72aaf9d99b91 100644
--- a/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml
+++ b/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml
@@ -14,6 +14,7 @@ properties:
     items:
       - enum:
           - qcom,sa8775p-inline-crypto-engine
+          - qcom,sc7180-inline-crypto-engine
           - qcom,sm8450-inline-crypto-engine
           - qcom,sm8550-inline-crypto-engine
       - const: qcom,inline-crypto-engine
-- 
2.42.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH v2 2/8] dt-bindings: ufs: qcom: Add SC7180 compatible string
  2023-11-17 20:08 [PATCH v2 0/8] Add UFS support for SC7180/SM7125 David Wronek
  2023-11-17 20:08 ` [PATCH v2 1/8] dt-bindings: crypto: ice: Document SC7180 inline crypto engine David Wronek
@ 2023-11-17 20:08 ` David Wronek
  2023-11-17 20:08 ` [PATCH v2 3/8] dt-bindings: phy: Add QMP UFS PHY compatible for SC7180 David Wronek
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 15+ messages in thread
From: David Wronek @ 2023-11-17 20:08 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel, David Wronek, Krzysztof Kozlowski

Document the compatible for the UFS found on SC7180.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: David Wronek <davidwronek@gmail.com>
---
 Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
index 2cf3d016db42..192217ea1d24 100644
--- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
+++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
@@ -27,6 +27,7 @@ properties:
           - qcom,msm8996-ufshc
           - qcom,msm8998-ufshc
           - qcom,sa8775p-ufshc
+          - qcom,sc7180-ufshc
           - qcom,sc8280xp-ufshc
           - qcom,sdm845-ufshc
           - qcom,sm6115-ufshc
@@ -212,6 +213,7 @@ allOf:
         compatible:
           contains:
             enum:
+              - qcom,sc7180-ufshc
               - qcom,sm6115-ufshc
     then:
       properties:
-- 
2.42.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH v2 3/8] dt-bindings: phy: Add QMP UFS PHY compatible for SC7180
  2023-11-17 20:08 [PATCH v2 0/8] Add UFS support for SC7180/SM7125 David Wronek
  2023-11-17 20:08 ` [PATCH v2 1/8] dt-bindings: crypto: ice: Document SC7180 inline crypto engine David Wronek
  2023-11-17 20:08 ` [PATCH v2 2/8] dt-bindings: ufs: qcom: Add SC7180 compatible string David Wronek
@ 2023-11-17 20:08 ` David Wronek
  2023-11-19 16:12   ` Rob Herring
  2023-11-17 20:08 ` [PATCH v2 4/8] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 9S David Wronek
                   ` (4 subsequent siblings)
  7 siblings, 1 reply; 15+ messages in thread
From: David Wronek @ 2023-11-17 20:08 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel, David Wronek

Document the QMP UFS PHY compatible for SC7180

Signed-off-by: David Wronek <davidwronek@gmail.com>
---
 .../devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
index 8474eef8d0ff..5faa1cb3a12e 100644
--- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
@@ -19,6 +19,7 @@ properties:
       - qcom,msm8996-qmp-ufs-phy
       - qcom,msm8998-qmp-ufs-phy
       - qcom,sa8775p-qmp-ufs-phy
+      - qcom,sc7180-qmp-ufs-phy
       - qcom,sc7280-qmp-ufs-phy
       - qcom,sc8180x-qmp-ufs-phy
       - qcom,sc8280xp-qmp-ufs-phy
@@ -102,6 +103,7 @@ allOf:
           contains:
             enum:
               - qcom,msm8998-qmp-ufs-phy
+              - qcom,sc7180-qmp-ufs-phy
               - qcom,sc8180x-qmp-ufs-phy
               - qcom,sc8280xp-qmp-ufs-phy
               - qcom,sdm845-qmp-ufs-phy
-- 
2.42.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH v2 4/8] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 9S
  2023-11-17 20:08 [PATCH v2 0/8] Add UFS support for SC7180/SM7125 David Wronek
                   ` (2 preceding siblings ...)
  2023-11-17 20:08 ` [PATCH v2 3/8] dt-bindings: phy: Add QMP UFS PHY compatible for SC7180 David Wronek
@ 2023-11-17 20:08 ` David Wronek
  2023-11-17 20:08 ` [PATCH v2 5/8] phy: qcom: qmp-ufs: Add SC7180 support David Wronek
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 15+ messages in thread
From: David Wronek @ 2023-11-17 20:08 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel, David Wronek, Krzysztof Kozlowski

Document the Xiaomi Redmi Note 9S (curtana) smartphone, which is based
on the Qualcomm SM7125 SoC.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: David Wronek <davidwronek@gmail.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 88b84035e7b1..9a4e71279bc3 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -994,6 +994,7 @@ properties:
 
       - items:
           - enum:
+              - xiaomi,curtana
               - xiaomi,joyeuse
           - const: qcom,sm7125
 
-- 
2.42.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH v2 5/8] phy: qcom: qmp-ufs: Add SC7180 support
  2023-11-17 20:08 [PATCH v2 0/8] Add UFS support for SC7180/SM7125 David Wronek
                   ` (3 preceding siblings ...)
  2023-11-17 20:08 ` [PATCH v2 4/8] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 9S David Wronek
@ 2023-11-17 20:08 ` David Wronek
  2023-11-22 20:03   ` Konrad Dybcio
  2023-11-17 20:08 ` [PATCH v2 6/8] arm64: dts: qcom: sc7180: Add UFS nodes David Wronek
                   ` (2 subsequent siblings)
  7 siblings, 1 reply; 15+ messages in thread
From: David Wronek @ 2023-11-17 20:08 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel, David Wronek

The SC7180 UFS PHY is identical to the one found on SM7150. Add a
compatible for it.

Signed-off-by: David Wronek <davidwronek@gmail.com>
---
 drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c b/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
index 5f79d188b435..be7c21858d69 100644
--- a/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
+++ b/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
@@ -1870,6 +1870,9 @@ static const struct of_device_id qmp_ufs_of_match_table[] = {
 	}, {
 		.compatible = "qcom,sa8775p-qmp-ufs-phy",
 		.data = &sa8775p_ufsphy_cfg,
+	}, {
+		.compatible = "qcom,sc7180-qmp-ufs-phy",
+		.data = &sm7150_ufsphy_cfg,
 	}, {
 		.compatible = "qcom,sc7280-qmp-ufs-phy",
 		.data = &sc7280_ufsphy_cfg,
-- 
2.42.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH v2 6/8] arm64: dts: qcom: sc7180: Add UFS nodes
  2023-11-17 20:08 [PATCH v2 0/8] Add UFS support for SC7180/SM7125 David Wronek
                   ` (4 preceding siblings ...)
  2023-11-17 20:08 ` [PATCH v2 5/8] phy: qcom: qmp-ufs: Add SC7180 support David Wronek
@ 2023-11-17 20:08 ` David Wronek
  2023-11-22 20:04   ` Konrad Dybcio
  2023-11-17 20:08 ` [PATCH v2 7/8] arm64: dts: qcom: sm7125-xiaomi-common: " David Wronek
  2023-11-17 20:08 ` [PATCH v2 8/8] arm64: dts: qcom: Add support for Xiaomi Redmi Note 9S David Wronek
  7 siblings, 1 reply; 15+ messages in thread
From: David Wronek @ 2023-11-17 20:08 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel, David Wronek

Add the UFS, QMP PHY and ICE nodes for the Qualcomm SC7180 SoC.

Signed-off-by: David Wronek <davidwronek@gmail.com>
---
 arch/arm64/boot/dts/qcom/sc7180.dtsi | 69 ++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index 11f353d416b4..daa9c63b85bd 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -1532,6 +1532,75 @@ mmss_noc: interconnect@1740000 {
 			qcom,bcm-voters = <&apps_bcm_voter>;
 		};
 
+		ufs_mem_hc: ufshc@1d84000 {
+			compatible = "qcom,sc7180-ufshc", "qcom,ufshc",
+				     "jedec,ufs-2.0";
+			reg = <0 0x01d84000 0 0x3000>;
+			interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>;
+			phys = <&ufs_mem_phy>;
+			phy-names = "ufsphy";
+			lanes-per-direction = <1>;
+			#reset-cells = <1>;
+			resets = <&gcc GCC_UFS_PHY_BCR>;
+			reset-names = "rst";
+
+			power-domains = <&gcc UFS_PHY_GDSC>;
+
+			iommus = <&apps_smmu 0xa0 0x0>;
+
+			clock-names = "core_clk",
+				      "bus_aggr_clk",
+				      "iface_clk",
+				      "core_clk_unipro",
+				      "ref_clk",
+				      "tx_lane0_sync_clk",
+				      "rx_lane0_sync_clk";
+			clocks = <&gcc GCC_UFS_PHY_AXI_CLK>,
+				 <&gcc GCC_AGGRE_UFS_PHY_AXI_CLK>,
+				 <&gcc GCC_UFS_PHY_AHB_CLK>,
+				 <&gcc GCC_UFS_PHY_UNIPRO_CORE_CLK>,
+				 <&rpmhcc RPMH_CXO_CLK>,
+				 <&gcc GCC_UFS_PHY_TX_SYMBOL_0_CLK>,
+				 <&gcc GCC_UFS_PHY_RX_SYMBOL_0_CLK>;
+			freq-table-hz = <50000000 200000000>,
+					<0 0>,
+					<0 0>,
+					<37500000 150000000>,
+					<0 0>,
+					<0 0>,
+					<0 0>;
+
+			interconnects = <&aggre1_noc MASTER_UFS_MEM QCOM_ICC_TAG_ALWAYS
+					 &mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
+					<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
+					 &config_noc SLAVE_UFS_MEM_CFG QCOM_ICC_TAG_ALWAYS>;
+			interconnect-names = "ufs-ddr", "cpu-ufs";
+
+			qcom,ice = <&ice>;
+
+			status = "disabled";
+		};
+
+		ufs_mem_phy: phy@1d87000 {
+			compatible = "qcom,sc7180-qmp-ufs-phy";
+			reg = <0 0x01d87000 0 0x1000>;
+			clocks = <&gcc GCC_UFS_MEM_CLKREF_CLK>,
+				 <&gcc GCC_UFS_PHY_PHY_AUX_CLK>;
+			clock-names = "ref", "ref_aux";
+			power-domains = <&gcc UFS_PHY_GDSC>;
+			resets = <&ufs_mem_hc 0>;
+			reset-names = "ufsphy";
+			#phy-cells = <0>;
+			status = "disabled";
+		};
+
+		ice: crypto@1d90000 {
+			compatible = "qcom,sc7180-inline-crypto-engine",
+				     "qcom,inline-crypto-engine";
+			reg = <0x0 0x01d90000 0x0 0x8000>;
+			clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>;
+		};
+
 		ipa: ipa@1e40000 {
 			compatible = "qcom,sc7180-ipa";
 
-- 
2.42.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH v2 7/8] arm64: dts: qcom: sm7125-xiaomi-common: Add UFS nodes
  2023-11-17 20:08 [PATCH v2 0/8] Add UFS support for SC7180/SM7125 David Wronek
                   ` (5 preceding siblings ...)
  2023-11-17 20:08 ` [PATCH v2 6/8] arm64: dts: qcom: sc7180: Add UFS nodes David Wronek
@ 2023-11-17 20:08 ` David Wronek
  2023-11-22 20:06   ` Konrad Dybcio
  2023-11-17 20:08 ` [PATCH v2 8/8] arm64: dts: qcom: Add support for Xiaomi Redmi Note 9S David Wronek
  7 siblings, 1 reply; 15+ messages in thread
From: David Wronek @ 2023-11-17 20:08 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel, David Wronek

Enable the UFS found on the SM7125 Xiaomi smartphones.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: David Wronek <davidwronek@gmail.com>
---
 .../boot/dts/qcom/sm7125-xiaomi-common.dtsi      | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm7125-xiaomi-common.dtsi b/arch/arm64/boot/dts/qcom/sm7125-xiaomi-common.dtsi
index e55cd83c19b8..22ad8a25217e 100644
--- a/arch/arm64/boot/dts/qcom/sm7125-xiaomi-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm7125-xiaomi-common.dtsi
@@ -398,6 +398,22 @@ sd-cd-pins {
 	};
 };
 
+&ufs_mem_hc {
+	vcc-supply = <&vreg_l19a_3p0>;
+	vcc-max-microamp = <600000>;
+	vccq2-supply = <&vreg_l12a_1p8>;
+	vccq2-max-microamp = <600000>;
+	status = "okay";
+};
+
+&ufs_mem_phy {
+	vdda-phy-supply = <&vreg_l4a_0p88>;
+	vdda-pll-supply = <&vreg_l3c_1p23>;
+	vdda-phy-max-microamp = <62900>;
+	vdda-pll-max-microamp = <18300>;
+	status = "okay";
+};
+
 &usb_1 {
 	qcom,select-utmi-as-pipe-clk;
 	status = "okay";
-- 
2.42.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH v2 8/8] arm64: dts: qcom: Add support for Xiaomi Redmi Note 9S
  2023-11-17 20:08 [PATCH v2 0/8] Add UFS support for SC7180/SM7125 David Wronek
                   ` (6 preceding siblings ...)
  2023-11-17 20:08 ` [PATCH v2 7/8] arm64: dts: qcom: sm7125-xiaomi-common: " David Wronek
@ 2023-11-17 20:08 ` David Wronek
  2023-11-22 20:06   ` Konrad Dybcio
  7 siblings, 1 reply; 15+ messages in thread
From: David Wronek @ 2023-11-17 20:08 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel, David Wronek

From: Joe Mason <buddyjojo06@outlook.com>

Add a device tree for the Xiaomi Redmi Note 9S (curtana) phone, based on
sm7125-xiaomi-common.dtsi.

Signed-off-by: Joe Mason <buddyjojo06@outlook.com>
Signed-off-by: David Wronek <davidwronek@gmail.com>
---
 arch/arm64/boot/dts/qcom/Makefile                |  1 +
 .../boot/dts/qcom/sm7125-xiaomi-curtana.dts      | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sm7125-xiaomi-curtana.dts

diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
index d6cb840b7050..57974fb0c580 100644
--- a/arch/arm64/boot/dts/qcom/Makefile
+++ b/arch/arm64/boot/dts/qcom/Makefile
@@ -207,6 +207,7 @@ dtb-$(CONFIG_ARCH_QCOM)	+= sm6125-sony-xperia-seine-pdx201.dtb
 dtb-$(CONFIG_ARCH_QCOM)	+= sm6125-xiaomi-laurel-sprout.dtb
 dtb-$(CONFIG_ARCH_QCOM)	+= sm6350-sony-xperia-lena-pdx213.dtb
 dtb-$(CONFIG_ARCH_QCOM)	+= sm6375-sony-xperia-murray-pdx225.dtb
+dtb-$(CONFIG_ARCH_QCOM)	+= sm7125-xiaomi-curtana.dtb
 dtb-$(CONFIG_ARCH_QCOM)	+= sm7125-xiaomi-joyeuse.dtb
 dtb-$(CONFIG_ARCH_QCOM)	+= sm7225-fairphone-fp4.dtb
 dtb-$(CONFIG_ARCH_QCOM)	+= sm8150-hdk.dtb
diff --git a/arch/arm64/boot/dts/qcom/sm7125-xiaomi-curtana.dts b/arch/arm64/boot/dts/qcom/sm7125-xiaomi-curtana.dts
new file mode 100644
index 000000000000..12f517a8492c
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/sm7125-xiaomi-curtana.dts
@@ -0,0 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (c) 2023, Joe Mason <buddyjojo06@outlook.com>
+ */
+
+/dts-v1/;
+
+#include "sm7125-xiaomi-common.dtsi"
+
+/ {
+	model = "Xiaomi Redmi Note 9S";
+	compatible = "xiaomi,curtana", "qcom,sm7125";
+
+	/* required for bootloader to select correct board */
+	qcom,board-id = <0x20022 1>;
+};
-- 
2.42.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* Re: [PATCH v2 1/8] dt-bindings: crypto: ice: Document SC7180 inline crypto engine
  2023-11-17 20:08 ` [PATCH v2 1/8] dt-bindings: crypto: ice: Document SC7180 inline crypto engine David Wronek
@ 2023-11-19 16:11   ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2023-11-19 16:11 UTC (permalink / raw)
  To: David Wronek
  Cc: Kishon Vijay Abraham I, Rob Herring, David S . Miller,
	linux-crypto, Bjorn Andersson, Krzysztof Kozlowski, Alim Akhtar,
	linux-phy, Manivannan Sadhasivam, Vinod Koul, linux-scsi,
	hexdump0815, linux-kernel, ~postmarketos/upstreaming,
	linux-arm-msm, Avri Altman, Joe Mason, cros-qcom-dts-watchers,
	Herbert Xu, devicetree, Conor Dooley, phone-devel, Andy Gross,
	Bart Van Assche, Konrad Dybcio


On Fri, 17 Nov 2023 21:08:33 +0100, David Wronek wrote:
> Document the compatible used for the inline crypto engine found on
> SC7180.
> 
> Signed-off-by: David Wronek <davidwronek@gmail.com>
> ---
>  .../devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml    | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH v2 3/8] dt-bindings: phy: Add QMP UFS PHY compatible for SC7180
  2023-11-17 20:08 ` [PATCH v2 3/8] dt-bindings: phy: Add QMP UFS PHY compatible for SC7180 David Wronek
@ 2023-11-19 16:12   ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2023-11-19 16:12 UTC (permalink / raw)
  To: David Wronek
  Cc: cros-qcom-dts-watchers, Kishon Vijay Abraham I, Konrad Dybcio,
	Avri Altman, Andy Gross, Alim Akhtar, Bart Van Assche,
	Krzysztof Kozlowski, linux-phy, Vinod Koul, Joe Mason,
	Bjorn Andersson, Herbert Xu, David S . Miller, Rob Herring,
	Conor Dooley, linux-scsi, linux-arm-msm, linux-crypto,
	hexdump0815, ~postmarketos/upstreaming, linux-kernel, phone-devel,
	devicetree, Manivannan Sadhasivam


On Fri, 17 Nov 2023 21:08:35 +0100, David Wronek wrote:
> Document the QMP UFS PHY compatible for SC7180
> 
> Signed-off-by: David Wronek <davidwronek@gmail.com>
> ---
>  .../devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml      | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH v2 5/8] phy: qcom: qmp-ufs: Add SC7180 support
  2023-11-17 20:08 ` [PATCH v2 5/8] phy: qcom: qmp-ufs: Add SC7180 support David Wronek
@ 2023-11-22 20:03   ` Konrad Dybcio
  0 siblings, 0 replies; 15+ messages in thread
From: Konrad Dybcio @ 2023-11-22 20:03 UTC (permalink / raw)
  To: David Wronek, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel



On 11/17/23 21:08, David Wronek wrote:
> The SC7180 UFS PHY is identical to the one found on SM7150. Add a
> compatible for it.
> 
> Signed-off-by: David Wronek <davidwronek@gmail.com>
> ---
Should it not reuse the 7150 compatible as a fallback then?

Konrad

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH v2 6/8] arm64: dts: qcom: sc7180: Add UFS nodes
  2023-11-17 20:08 ` [PATCH v2 6/8] arm64: dts: qcom: sc7180: Add UFS nodes David Wronek
@ 2023-11-22 20:04   ` Konrad Dybcio
  0 siblings, 0 replies; 15+ messages in thread
From: Konrad Dybcio @ 2023-11-22 20:04 UTC (permalink / raw)
  To: David Wronek, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel



On 11/17/23 21:08, David Wronek wrote:
> Add the UFS, QMP PHY and ICE nodes for the Qualcomm SC7180 SoC.
> 
> Signed-off-by: David Wronek <davidwronek@gmail.com>
> ---
[...]

> +		ice: crypto@1d90000 {
> +			compatible = "qcom,sc7180-inline-crypto-engine",
> +				     "qcom,inline-crypto-engine";
> +			reg = <0x0 0x01d90000 0x0 0x8000>;
0x0 -> 0 for consistency with other nodes

Konrad

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH v2 7/8] arm64: dts: qcom: sm7125-xiaomi-common: Add UFS nodes
  2023-11-17 20:08 ` [PATCH v2 7/8] arm64: dts: qcom: sm7125-xiaomi-common: " David Wronek
@ 2023-11-22 20:06   ` Konrad Dybcio
  0 siblings, 0 replies; 15+ messages in thread
From: Konrad Dybcio @ 2023-11-22 20:06 UTC (permalink / raw)
  To: David Wronek, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel



On 11/17/23 21:08, David Wronek wrote:
> Enable the UFS found on the SM7125 Xiaomi smartphones.
> 
> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> Signed-off-by: David Wronek <davidwronek@gmail.com>
> ---
>   .../boot/dts/qcom/sm7125-xiaomi-common.dtsi      | 16 ++++++++++++++++
>   1 file changed, 16 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm7125-xiaomi-common.dtsi b/arch/arm64/boot/dts/qcom/sm7125-xiaomi-common.dtsi
> index e55cd83c19b8..22ad8a25217e 100644
> --- a/arch/arm64/boot/dts/qcom/sm7125-xiaomi-common.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm7125-xiaomi-common.dtsi
> @@ -398,6 +398,22 @@ sd-cd-pins {
>   	};
>   };
>   
> +&ufs_mem_hc {
> +	vcc-supply = <&vreg_l19a_3p0>;
> +	vcc-max-microamp = <600000>;
> +	vccq2-supply = <&vreg_l12a_1p8>;
> +	vccq2-max-microamp = <600000>;
> +	status = "okay";
> +};
> +
> +&ufs_mem_phy {
> +	vdda-phy-supply = <&vreg_l4a_0p88>;
> +	vdda-pll-supply = <&vreg_l3c_1p23>;
> +	vdda-phy-max-microamp = <62900>;
> +	vdda-pll-max-microamp = <18300>;
These regulators need regulator-allow-set-load and allowed-modes

Konrad

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH v2 8/8] arm64: dts: qcom: Add support for Xiaomi Redmi Note 9S
  2023-11-17 20:08 ` [PATCH v2 8/8] arm64: dts: qcom: Add support for Xiaomi Redmi Note 9S David Wronek
@ 2023-11-22 20:06   ` Konrad Dybcio
  0 siblings, 0 replies; 15+ messages in thread
From: Konrad Dybcio @ 2023-11-22 20:06 UTC (permalink / raw)
  To: David Wronek, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Herbert Xu, David S . Miller,
	Vinod Koul, Kishon Vijay Abraham I, Manivannan Sadhasivam,
	Alim Akhtar, Avri Altman, Bart Van Assche, Joe Mason, hexdump0815
  Cc: cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel,
	linux-crypto, linux-phy, linux-scsi, ~postmarketos/upstreaming,
	phone-devel



On 11/17/23 21:08, David Wronek wrote:
> From: Joe Mason <buddyjojo06@outlook.com>
> 
> Add a device tree for the Xiaomi Redmi Note 9S (curtana) phone, based on
> sm7125-xiaomi-common.dtsi.
> 
> Signed-off-by: Joe Mason <buddyjojo06@outlook.com>
> Signed-off-by: David Wronek <davidwronek@gmail.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-11-22 20:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-17 20:08 [PATCH v2 0/8] Add UFS support for SC7180/SM7125 David Wronek
2023-11-17 20:08 ` [PATCH v2 1/8] dt-bindings: crypto: ice: Document SC7180 inline crypto engine David Wronek
2023-11-19 16:11   ` Rob Herring
2023-11-17 20:08 ` [PATCH v2 2/8] dt-bindings: ufs: qcom: Add SC7180 compatible string David Wronek
2023-11-17 20:08 ` [PATCH v2 3/8] dt-bindings: phy: Add QMP UFS PHY compatible for SC7180 David Wronek
2023-11-19 16:12   ` Rob Herring
2023-11-17 20:08 ` [PATCH v2 4/8] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 9S David Wronek
2023-11-17 20:08 ` [PATCH v2 5/8] phy: qcom: qmp-ufs: Add SC7180 support David Wronek
2023-11-22 20:03   ` Konrad Dybcio
2023-11-17 20:08 ` [PATCH v2 6/8] arm64: dts: qcom: sc7180: Add UFS nodes David Wronek
2023-11-22 20:04   ` Konrad Dybcio
2023-11-17 20:08 ` [PATCH v2 7/8] arm64: dts: qcom: sm7125-xiaomi-common: " David Wronek
2023-11-22 20:06   ` Konrad Dybcio
2023-11-17 20:08 ` [PATCH v2 8/8] arm64: dts: qcom: Add support for Xiaomi Redmi Note 9S David Wronek
2023-11-22 20:06   ` Konrad Dybcio

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).