linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/5] arm64: dts: qcom: sdm845: Add UFS DT nodes
@ 2018-12-06 23:31 Evan Green
  2018-12-06 23:32 ` [PATCH v6 1/5] dt-bindings: phy-qcom-qmp: Fix register underspecification Evan Green
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Evan Green @ 2018-12-06 23:31 UTC (permalink / raw)
  To: Rob Herring, Andy Gross, Kishon Vijay Abraham I
  Cc: Douglas Anderson, Stephen Boyd, Evan Green, devicetree,
	Grygorii Strashko, linux-arm-msm, Can Guo, linux-kernel,
	Vivek Gautam, Manu Gautam, Rob Herring, David Brown,
	Mark Rutland

Update the device tree bindings for the QMP PHY to properly
specify the registers for dual-lane PHYs. Update the driver to use
those new registers. Add the DT nodes for UFS on SDM845 and MTP.
Finally, fix up the USB3 PHY on SDM845, which also has a dual-lane phy

Andy/Kishon,
Just a heads up that these changes stack on top of each other,
and if taken through separate trees might break things a little until
they come back together.

Changes in v6:
- Removed resets and reset-names (Bjorn)
- Renamed nodes (Bjorn)
- Fix renamed nodes in MTP (Bjorn)

Changes in v5:
- Fix incorrect register value in example, copied from real life!

Changes in v4:
- Remove "status" from DT binding example (Rob)

Changes in v3:
 - Removed erroneous fixup for USB UniPro PHY, which is not dual lane (Doug)

Changes in v2:
- Added dt bindings change, corresponding driver fixup, and USB PHY fixup
- Renamed ufsphy to phy (Vivek)
- Removed #clock-cells (Vivek)

Can Guo (1):
  arm64: dts: qcom: sdm845: Add UFS nodes for sdm845-mtp

Evan Green (4):
  dt-bindings: phy-qcom-qmp: Fix register underspecification
  phy: qcom-qmp: Utilize fully-specified DT registers
  arm64: dts: qcom: sdm845: add UFS controller
  arm64: dts: qcom: sdm845: Add USB PHY lane two

 .../devicetree/bindings/phy/qcom-qmp-phy.txt  | 70 ++++++++++++++++---
 arch/arm64/boot/dts/qcom/sdm845-mtp.dts       | 14 ++++
 arch/arm64/boot/dts/qcom/sdm845.dtsi          | 68 +++++++++++++++++-
 drivers/phy/qualcomm/phy-qcom-qmp.c           | 51 ++++++++++----
 4 files changed, 181 insertions(+), 22 deletions(-)

-- 
2.18.1


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

* [PATCH v6 1/5] dt-bindings: phy-qcom-qmp: Fix register underspecification
  2018-12-06 23:31 [PATCH v6 0/5] arm64: dts: qcom: sdm845: Add UFS DT nodes Evan Green
@ 2018-12-06 23:32 ` Evan Green
  2018-12-06 23:32 ` [PATCH v6 2/5] phy: qcom-qmp: Utilize fully-specified DT registers Evan Green
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Evan Green @ 2018-12-06 23:32 UTC (permalink / raw)
  To: Rob Herring, Andy Gross, Kishon Vijay Abraham I
  Cc: Douglas Anderson, Stephen Boyd, Evan Green, devicetree,
	Mark Rutland, Rob Herring, linux-kernel

Add register regions for the second lane of dual-lane nodes.
This additional specification is needed so that the driver can stop
reaching beyond the tx and rx register allocations to get at the
second lane registers in a dual-lane PHY.

While in there, document #clock-cells as optional for PHYs that don't
provide a pipe clock. Also, document the pcs_misc register region, which
was being quietly supplied and used.

Signed-off-by: Evan Green <evgreen@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Rob Herring <robh@kernel.org>

---

Changes in v6: None
Changes in v5:
- Fix incorrect register value in example, copied from real life!

Changes in v4:
- Remove "status" from DT binding example (Rob)

Changes in v3: None
Changes in v2:
- Added dt bindings change, corresponding driver fixup, and USB PHY fixup

 .../devicetree/bindings/phy/qcom-qmp-phy.txt  | 70 ++++++++++++++++---
 1 file changed, 62 insertions(+), 8 deletions(-)

diff --git a/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt b/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt
index fbc198d5dd39e..f7b532125a4d9 100644
--- a/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt
+++ b/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt
@@ -25,7 +25,7 @@ Required properties:
   - For all others:
     - The reg-names property shouldn't be defined.
 
- - #clock-cells: must be 1
+ - #clock-cells: must be 1 (PCIe and USB3 PHYs only)
     - Phy pll outputs a bunch of clocks for Tx, Rx and Pipe
       interface (for pipe based PHYs). These clock are then gate-controlled
       by gcc.
@@ -82,23 +82,26 @@ Required nodes:
  - Each device node of QMP phy is required to have as many child nodes as
    the number of lanes the PHY has.
 
-Required properties for child node:
+Required properties for child nodes of PCIe PHYs (one child per lane):
  - reg: list of offset and length pairs of register sets for PHY blocks -
-	- index 0: tx
-	- index 1: rx
-	- index 2: pcs
-	- index 3: pcs_misc (optional)
+	tx, rx, pcs, and pcs_misc (optional).
+ - #phy-cells: must be 0
 
+Required properties for a single "lanes" child node of non-PCIe PHYs:
+ - reg: list of offset and length pairs of register sets for PHY blocks
+	For 1-lane devices:
+		tx, rx, pcs, and (optionally) pcs_misc
+	For 2-lane devices:
+		tx0, rx0, pcs, tx1, rx1, and (optionally) pcs_misc
  - #phy-cells: must be 0
 
-Required properties child node of pcie and usb3 qmp phys:
+Required properties for child node of PCIe and USB3 qmp phys:
  - clocks: a list of phandles and clock-specifier pairs,
 	   one for each entry in clock-names.
  - clock-names: Must contain following:
 		 "pipe<lane-number>" for pipe clock specific to each lane.
  - clock-output-names: Name of the PHY clock that will be the parent for
 		       the above pipe clock.
-
 	For "qcom,ipq8074-qmp-pcie-phy":
 		- "pcie20_phy0_pipe_clk"	Pipe Clock parent
 			(or)
@@ -150,3 +153,54 @@ Example:
 		...
 		...
 	};
+
+	phy@88eb000 {
+		compatible = "qcom,sdm845-qmp-usb3-uni-phy";
+		reg = <0x88eb000 0x18c>;
+		#clock-cells = <1>;
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+
+		clocks = <&gcc GCC_USB3_SEC_PHY_AUX_CLK>,
+			 <&gcc GCC_USB_PHY_CFG_AHB2PHY_CLK>,
+			 <&gcc GCC_USB3_SEC_CLKREF_CLK>,
+			 <&gcc GCC_USB3_SEC_PHY_COM_AUX_CLK>;
+		clock-names = "aux", "cfg_ahb", "ref", "com_aux";
+
+		resets = <&gcc GCC_USB3PHY_PHY_SEC_BCR>,
+			 <&gcc GCC_USB3_PHY_SEC_BCR>;
+		reset-names = "phy", "common";
+
+		lane@88eb200 {
+			reg = <0x88eb200 0x128>,
+			      <0x88eb400 0x1fc>,
+			      <0x88eb800 0x218>,
+			      <0x88eb600 0x70>;
+			#phy-cells = <0>;
+			clocks = <&gcc GCC_USB3_SEC_PHY_PIPE_CLK>;
+			clock-names = "pipe0";
+			clock-output-names = "usb3_uni_phy_pipe_clk_src";
+		};
+	};
+
+	phy@1d87000 {
+		compatible = "qcom,sdm845-qmp-ufs-phy";
+		reg = <0x1d87000 0x18c>;
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+		clock-names = "ref",
+			      "ref_aux";
+		clocks = <&gcc GCC_UFS_MEM_CLKREF_CLK>,
+			 <&gcc GCC_UFS_PHY_PHY_AUX_CLK>;
+
+		lanes@1d87400 {
+			reg = <0x1d87400 0x108>,
+			      <0x1d87600 0x1e0>,
+			      <0x1d87c00 0x1dc>,
+			      <0x1d87800 0x108>,
+			      <0x1d87a00 0x1e0>;
+			#phy-cells = <0>;
+		};
+	};
-- 
2.18.1


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

* [PATCH v6 2/5] phy: qcom-qmp: Utilize fully-specified DT registers
  2018-12-06 23:31 [PATCH v6 0/5] arm64: dts: qcom: sdm845: Add UFS DT nodes Evan Green
  2018-12-06 23:32 ` [PATCH v6 1/5] dt-bindings: phy-qcom-qmp: Fix register underspecification Evan Green
@ 2018-12-06 23:32 ` Evan Green
  2018-12-07  8:46   ` Vivek Gautam
  2018-12-06 23:32 ` [PATCH v6 3/5] arm64: dts: qcom: sdm845: add UFS controller Evan Green
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 9+ messages in thread
From: Evan Green @ 2018-12-06 23:32 UTC (permalink / raw)
  To: Rob Herring, Andy Gross, Kishon Vijay Abraham I
  Cc: Douglas Anderson, Stephen Boyd, Evan Green, Grygorii Strashko,
	Can Guo, linux-kernel, Vivek Gautam, Manu Gautam

Utilize the newly fixed up DT bindings to get the tx2 and rx2 register
regions for the second lane of dual-lane PHYs. Before this change,
the driver was simply using lane one's register region and adding
0x400, which reached well beyond the DT-specified register
allocation. This would have been a crash were it not for the page size
on ARM64. Fix the driver not to rely on the magic of virtual memory by
using the newly specified DT register regions for tx2 and rx2.

In order to support existing device trees, this change also contains a
fallback mode for when those new register regions don't exist, which
reverts to the original behavior of overreaching and prints a complaint.

Signed-off-by: Evan Green <evgreen@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
---
As Doug mentioned, this should land before the dts patches land, otherwise
the old driver code will use the tx2 register region as pcs_misc.

Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None

 drivers/phy/qualcomm/phy-qcom-qmp.c | 51 +++++++++++++++++++++--------
 1 file changed, 38 insertions(+), 13 deletions(-)

diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c
index 514db7248a5d0..8204d55e2d650 100644
--- a/drivers/phy/qualcomm/phy-qcom-qmp.c
+++ b/drivers/phy/qualcomm/phy-qcom-qmp.c
@@ -72,6 +72,9 @@
 
 #define MAX_PROP_NAME				32
 
+/* Define the assumed distance between lanes for underspecified device trees. */
+#define QMP_PHY_LEGACY_LANE_STRIDE		0x400
+
 struct qmp_phy_init_tbl {
 	unsigned int offset;
 	unsigned int val;
@@ -733,9 +736,6 @@ struct qmp_phy_cfg {
 	bool has_phy_dp_com_ctrl;
 	/* true, if PHY has secondary tx/rx lanes to be configured */
 	bool is_dual_lane_phy;
-	/* Register offset of secondary tx/rx lanes for USB DP combo PHY */
-	unsigned int tx_b_lane_offset;
-	unsigned int rx_b_lane_offset;
 
 	/* true, if PCS block has no separate SW_RESET register */
 	bool no_pcs_sw_reset;
@@ -748,6 +748,8 @@ struct qmp_phy_cfg {
  * @tx: iomapped memory space for lane's tx
  * @rx: iomapped memory space for lane's rx
  * @pcs: iomapped memory space for lane's pcs
+ * @tx2: iomapped memory space for second lane's tx (in dual lane PHYs)
+ * @rx2: iomapped memory space for second lane's rx (in dual lane PHYs)
  * @pcs_misc: iomapped memory space for lane's pcs_misc
  * @pipe_clk: pipe lock
  * @index: lane index
@@ -759,6 +761,8 @@ struct qmp_phy {
 	void __iomem *tx;
 	void __iomem *rx;
 	void __iomem *pcs;
+	void __iomem *tx2;
+	void __iomem *rx2;
 	void __iomem *pcs_misc;
 	struct clk *pipe_clk;
 	unsigned int index;
@@ -975,8 +979,6 @@ static const struct qmp_phy_cfg qmp_v3_usb3phy_cfg = {
 
 	.has_phy_dp_com_ctrl	= true,
 	.is_dual_lane_phy	= true,
-	.tx_b_lane_offset	= 0x400,
-	.rx_b_lane_offset	= 0x400,
 };
 
 static const struct qmp_phy_cfg qmp_v3_usb3_uniphy_cfg = {
@@ -1031,9 +1033,6 @@ static const struct qmp_phy_cfg sdm845_ufsphy_cfg = {
 	.mask_pcs_ready		= PCS_READY,
 
 	.is_dual_lane_phy	= true,
-	.tx_b_lane_offset	= 0x400,
-	.rx_b_lane_offset	= 0x400,
-
 	.no_pcs_sw_reset	= true,
 };
 
@@ -1238,12 +1237,12 @@ static int qcom_qmp_phy_init(struct phy *phy)
 	qcom_qmp_phy_configure(tx, cfg->regs, cfg->tx_tbl, cfg->tx_tbl_num);
 	/* Configuration for other LANE for USB-DP combo PHY */
 	if (cfg->is_dual_lane_phy)
-		qcom_qmp_phy_configure(tx + cfg->tx_b_lane_offset, cfg->regs,
+		qcom_qmp_phy_configure(qphy->tx2, cfg->regs,
 				       cfg->tx_tbl, cfg->tx_tbl_num);
 
 	qcom_qmp_phy_configure(rx, cfg->regs, cfg->rx_tbl, cfg->rx_tbl_num);
 	if (cfg->is_dual_lane_phy)
-		qcom_qmp_phy_configure(rx + cfg->rx_b_lane_offset, cfg->regs,
+		qcom_qmp_phy_configure(qphy->rx2, cfg->regs,
 				       cfg->rx_tbl, cfg->rx_tbl_num);
 
 	qcom_qmp_phy_configure(pcs, cfg->regs, cfg->pcs_tbl, cfg->pcs_tbl_num);
@@ -1615,8 +1614,9 @@ int qcom_qmp_phy_create(struct device *dev, struct device_node *np, int id)
 
 	/*
 	 * Get memory resources for each phy lane:
-	 * Resources are indexed as: tx -> 0; rx -> 1; pcs -> 2; and
-	 * pcs_misc (optional) -> 3.
+	 * Resources are indexed as: tx -> 0; rx -> 1; pcs -> 2.
+	 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5
+	 * For single lane PHYs: pcs_misc (optional) -> 3.
 	 */
 	qphy->tx = of_iomap(np, 0);
 	if (!qphy->tx)
@@ -1630,7 +1630,32 @@ int qcom_qmp_phy_create(struct device *dev, struct device_node *np, int id)
 	if (!qphy->pcs)
 		return -ENOMEM;
 
-	qphy->pcs_misc = of_iomap(np, 3);
+	/*
+	 * If this is a dual-lane PHY, then there should be registers for the
+	 * second lane. Some old device trees did not specify this, so fall
+	 * back to old legacy behavior of assuming they can be reached at an
+	 * offset from the first lane.
+	 */
+	if (qmp->cfg->is_dual_lane_phy) {
+		qphy->tx2 = of_iomap(np, 3);
+		qphy->rx2 = of_iomap(np, 4);
+		if (!qphy->tx2 || !qphy->rx2) {
+			dev_warn(dev,
+				 "Underspecified device tree, falling back to legacy register regions\n");
+
+			/* In the old version, pcs_misc is at index 3. */
+			qphy->pcs_misc = qphy->tx2;
+			qphy->tx2 = qphy->tx + QMP_PHY_LEGACY_LANE_STRIDE;
+			qphy->rx2 = qphy->rx + QMP_PHY_LEGACY_LANE_STRIDE;
+
+		} else {
+			qphy->pcs_misc = of_iomap(np, 5);
+		}
+
+	} else {
+		qphy->pcs_misc = of_iomap(np, 3);
+	}
+
 	if (!qphy->pcs_misc)
 		dev_vdbg(dev, "PHY pcs_misc-reg not used\n");
 
-- 
2.18.1


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

* [PATCH v6 3/5] arm64: dts: qcom: sdm845: add UFS controller
  2018-12-06 23:31 [PATCH v6 0/5] arm64: dts: qcom: sdm845: Add UFS DT nodes Evan Green
  2018-12-06 23:32 ` [PATCH v6 1/5] dt-bindings: phy-qcom-qmp: Fix register underspecification Evan Green
  2018-12-06 23:32 ` [PATCH v6 2/5] phy: qcom-qmp: Utilize fully-specified DT registers Evan Green
@ 2018-12-06 23:32 ` Evan Green
  2018-12-06 23:32 ` [PATCH v6 4/5] arm64: dts: qcom: sdm845: Add UFS nodes for sdm845-mtp Evan Green
  2018-12-06 23:32 ` [PATCH v6 5/5] arm64: dts: qcom: sdm845: Add USB PHY lane two Evan Green
  4 siblings, 0 replies; 9+ messages in thread
From: Evan Green @ 2018-12-06 23:32 UTC (permalink / raw)
  To: Rob Herring, Andy Gross, Kishon Vijay Abraham I
  Cc: Douglas Anderson, Stephen Boyd, Evan Green, devicetree,
	linux-arm-msm, linux-kernel, Rob Herring, David Brown,
	Mark Rutland

Add the UFS controller and PHY to SDM845.

Signed-off-by: Evan Green <evgreen@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

---
As Doug mentioned in v2, this should land after (or with) the driver fix
in this series.

Changes in v6:
- Removed resets and reset-names (Bjorn)
- Renamed nodes (Bjorn)

Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2:
- Renamed ufsphy to phy (Vivek)
- Removed #clock-cells (Vivek)

 arch/arm64/boot/dts/qcom/sdm845.dtsi | 64 ++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 1419b0098cb38..9e4ad805d2936 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -816,6 +816,70 @@
 			};
 		};
 
+		ufs_mem_hc: ufshc@1d84000 {
+			compatible = "qcom,sdm845-ufshc", "qcom,ufshc",
+				     "jedec,ufs-2.0";
+			reg = <0x1d84000 0x2500>;
+			interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>;
+			phys = <&ufs_mem_phy_lanes>;
+			phy-names = "ufsphy";
+			lanes-per-direction = <2>;
+			power-domains = <&gcc UFS_PHY_GDSC>;
+
+			clock-names =
+				"core_clk",
+				"bus_aggr_clk",
+				"iface_clk",
+				"core_clk_unipro",
+				"ref_clk",
+				"tx_lane0_sync_clk",
+				"rx_lane0_sync_clk",
+				"rx_lane1_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>,
+				<&gcc GCC_UFS_PHY_RX_SYMBOL_1_CLK>;
+			freq-table-hz =
+				<50000000 200000000>,
+				<0 0>,
+				<0 0>,
+				<37500000 150000000>,
+				<0 0>,
+				<0 0>,
+				<0 0>,
+				<0 0>;
+
+			status = "disabled";
+		};
+
+		ufs_mem_phy: phy@1d87000 {
+			compatible = "qcom,sdm845-qmp-ufs-phy";
+			reg = <0x1d87000 0x18c>;
+			#address-cells = <1>;
+			#size-cells = <1>;
+			ranges;
+			clock-names = "ref",
+				      "ref_aux";
+			clocks = <&gcc GCC_UFS_MEM_CLKREF_CLK>,
+				 <&gcc GCC_UFS_PHY_PHY_AUX_CLK>;
+
+			status = "disabled";
+
+			ufs_mem_phy_lanes: lanes@1d87400 {
+				reg = <0x1d87400 0x108>,
+				      <0x1d87600 0x1e0>,
+				      <0x1d87c00 0x1dc>,
+				      <0x1d87800 0x108>,
+				      <0x1d87a00 0x1e0>;
+				#phy-cells = <0>;
+			};
+		};
+
 		tcsr_mutex_regs: syscon@1f40000 {
 			compatible = "syscon";
 			reg = <0x1f40000 0x40000>;
-- 
2.18.1


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

* [PATCH v6 4/5] arm64: dts: qcom: sdm845: Add UFS nodes for sdm845-mtp
  2018-12-06 23:31 [PATCH v6 0/5] arm64: dts: qcom: sdm845: Add UFS DT nodes Evan Green
                   ` (2 preceding siblings ...)
  2018-12-06 23:32 ` [PATCH v6 3/5] arm64: dts: qcom: sdm845: add UFS controller Evan Green
@ 2018-12-06 23:32 ` Evan Green
  2018-12-06 23:32 ` [PATCH v6 5/5] arm64: dts: qcom: sdm845: Add USB PHY lane two Evan Green
  4 siblings, 0 replies; 9+ messages in thread
From: Evan Green @ 2018-12-06 23:32 UTC (permalink / raw)
  To: Rob Herring, Andy Gross, Kishon Vijay Abraham I
  Cc: Douglas Anderson, Stephen Boyd, Can Guo, Evan Green, devicetree,
	linux-arm-msm, linux-kernel, Rob Herring, David Brown,
	Mark Rutland

From: Can Guo <cang@codeaurora.org>

Enable the UFS host controller and PHY on sdm845-mtp.

Signed-off-by: Can Guo <cang@codeaurora.org>
Signed-off-by: Evan Green <evgreen@chromium.org>
Reviewed-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>

---

Changes in v6:
- Fix renamed nodes in MTP (Bjorn)

Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None

 arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
index b3def03581775..99b1eefef0ff2 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
@@ -366,6 +366,20 @@
 	status = "okay";
 };
 
+&ufs_mem_hc {
+	status = "okay";
+
+	vcc-supply = <&vreg_l20a_2p95>;
+	vcc-max-microamp = <600000>;
+};
+
+&ufs_mem_phy {
+	status = "okay";
+
+	vdda-phy-supply = <&vdda_ufs1_core>;
+	vdda-pll-supply = <&vdda_ufs1_1p2>;
+};
+
 &usb_1 {
 	status = "okay";
 };
-- 
2.18.1


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

* [PATCH v6 5/5] arm64: dts: qcom: sdm845: Add USB PHY lane two
  2018-12-06 23:31 [PATCH v6 0/5] arm64: dts: qcom: sdm845: Add UFS DT nodes Evan Green
                   ` (3 preceding siblings ...)
  2018-12-06 23:32 ` [PATCH v6 4/5] arm64: dts: qcom: sdm845: Add UFS nodes for sdm845-mtp Evan Green
@ 2018-12-06 23:32 ` Evan Green
  4 siblings, 0 replies; 9+ messages in thread
From: Evan Green @ 2018-12-06 23:32 UTC (permalink / raw)
  To: Rob Herring, Andy Gross, Kishon Vijay Abraham I
  Cc: Douglas Anderson, Stephen Boyd, Evan Green, devicetree,
	linux-arm-msm, linux-kernel, Rob Herring, David Brown,
	Mark Rutland

Add the second lane registers for the USB PHY, now that the
QMP phy bindings have been updated. This way the driver can stop
reaching beyond its register region to get at the second lane.

Signed-off-by: Evan Green <evgreen@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---

Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3:
 - Removed erroneous fixup for USB UniPro PHY, which is not dual lane (Doug)

Changes in v2: None

 arch/arm64/boot/dts/qcom/sdm845.dtsi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 9e4ad805d2936..e2256953dac4c 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -1193,10 +1193,12 @@
 				 <&gcc GCC_USB3_PHY_PRIM_BCR>;
 			reset-names = "phy", "common";
 
-			usb_1_ssphy: lane@88e9200 {
+			usb_1_ssphy: lanes@88e9200 {
 				reg = <0x88e9200 0x128>,
 				      <0x88e9400 0x200>,
 				      <0x88e9c00 0x218>,
+				      <0x88e9600 0x128>,
+				      <0x88e9800 0x200>,
 				      <0x88e9a00 0x100>;
 				#phy-cells = <0>;
 				clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>;
-- 
2.18.1


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

* Re: [PATCH v6 2/5] phy: qcom-qmp: Utilize fully-specified DT registers
  2018-12-06 23:32 ` [PATCH v6 2/5] phy: qcom-qmp: Utilize fully-specified DT registers Evan Green
@ 2018-12-07  8:46   ` Vivek Gautam
  2018-12-08  3:52     ` Kishon Vijay Abraham I
  0 siblings, 1 reply; 9+ messages in thread
From: Vivek Gautam @ 2018-12-07  8:46 UTC (permalink / raw)
  To: evgreen
  Cc: Rob Herring, Andy Gross, kishon, Doug Anderson, swboyd,
	Grygorii Strashko, Can Guo, open list, Manu Gautam

On Fri, Dec 7, 2018 at 5:06 AM Evan Green <evgreen@chromium.org> wrote:
>
> Utilize the newly fixed up DT bindings to get the tx2 and rx2 register
> regions for the second lane of dual-lane PHYs. Before this change,
> the driver was simply using lane one's register region and adding
> 0x400, which reached well beyond the DT-specified register
> allocation. This would have been a crash were it not for the page size
> on ARM64. Fix the driver not to rely on the magic of virtual memory by
> using the newly specified DT register regions for tx2 and rx2.
>
> In order to support existing device trees, this change also contains a
> fallback mode for when those new register regions don't exist, which
> reverts to the original behavior of overreaching and prints a complaint.
>
> Signed-off-by: Evan Green <evgreen@chromium.org>
> Reviewed-by: Douglas Anderson <dianders@chromium.org>
> ---
> As Doug mentioned, this should land before the dts patches land, otherwise
> the old driver code will use the tx2 register region as pcs_misc.
>
> Changes in v6: None
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
>  drivers/phy/qualcomm/phy-qcom-qmp.c | 51 +++++++++++++++++++++--------
>  1 file changed, 38 insertions(+), 13 deletions(-)
>
> diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c
> index 514db7248a5d0..8204d55e2d650 100644
> --- a/drivers/phy/qualcomm/phy-qcom-qmp.c
> +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c
> @@ -72,6 +72,9 @@
>
>  #define MAX_PROP_NAME                          32
>
> +/* Define the assumed distance between lanes for underspecified device trees. */
> +#define QMP_PHY_LEGACY_LANE_STRIDE             0x400
> +
>  struct qmp_phy_init_tbl {
>         unsigned int offset;
>         unsigned int val;
> @@ -733,9 +736,6 @@ struct qmp_phy_cfg {
>         bool has_phy_dp_com_ctrl;
>         /* true, if PHY has secondary tx/rx lanes to be configured */
>         bool is_dual_lane_phy;
> -       /* Register offset of secondary tx/rx lanes for USB DP combo PHY */
> -       unsigned int tx_b_lane_offset;
> -       unsigned int rx_b_lane_offset;
>
>         /* true, if PCS block has no separate SW_RESET register */
>         bool no_pcs_sw_reset;
> @@ -748,6 +748,8 @@ struct qmp_phy_cfg {
>   * @tx: iomapped memory space for lane's tx
>   * @rx: iomapped memory space for lane's rx
>   * @pcs: iomapped memory space for lane's pcs
> + * @tx2: iomapped memory space for second lane's tx (in dual lane PHYs)
> + * @rx2: iomapped memory space for second lane's rx (in dual lane PHYs)
>   * @pcs_misc: iomapped memory space for lane's pcs_misc
>   * @pipe_clk: pipe lock
>   * @index: lane index
> @@ -759,6 +761,8 @@ struct qmp_phy {
>         void __iomem *tx;
>         void __iomem *rx;
>         void __iomem *pcs;
> +       void __iomem *tx2;
> +       void __iomem *rx2;
>         void __iomem *pcs_misc;
>         struct clk *pipe_clk;
>         unsigned int index;
> @@ -975,8 +979,6 @@ static const struct qmp_phy_cfg qmp_v3_usb3phy_cfg = {
>
>         .has_phy_dp_com_ctrl    = true,
>         .is_dual_lane_phy       = true,
> -       .tx_b_lane_offset       = 0x400,
> -       .rx_b_lane_offset       = 0x400,
>  };
>
>  static const struct qmp_phy_cfg qmp_v3_usb3_uniphy_cfg = {
> @@ -1031,9 +1033,6 @@ static const struct qmp_phy_cfg sdm845_ufsphy_cfg = {
>         .mask_pcs_ready         = PCS_READY,
>
>         .is_dual_lane_phy       = true,
> -       .tx_b_lane_offset       = 0x400,
> -       .rx_b_lane_offset       = 0x400,
> -
>         .no_pcs_sw_reset        = true,
>  };
>
> @@ -1238,12 +1237,12 @@ static int qcom_qmp_phy_init(struct phy *phy)
>         qcom_qmp_phy_configure(tx, cfg->regs, cfg->tx_tbl, cfg->tx_tbl_num);
>         /* Configuration for other LANE for USB-DP combo PHY */
>         if (cfg->is_dual_lane_phy)
> -               qcom_qmp_phy_configure(tx + cfg->tx_b_lane_offset, cfg->regs,
> +               qcom_qmp_phy_configure(qphy->tx2, cfg->regs,
>                                        cfg->tx_tbl, cfg->tx_tbl_num);
>
>         qcom_qmp_phy_configure(rx, cfg->regs, cfg->rx_tbl, cfg->rx_tbl_num);
>         if (cfg->is_dual_lane_phy)
> -               qcom_qmp_phy_configure(rx + cfg->rx_b_lane_offset, cfg->regs,
> +               qcom_qmp_phy_configure(qphy->rx2, cfg->regs,
>                                        cfg->rx_tbl, cfg->rx_tbl_num);
>
>         qcom_qmp_phy_configure(pcs, cfg->regs, cfg->pcs_tbl, cfg->pcs_tbl_num);
> @@ -1615,8 +1614,9 @@ int qcom_qmp_phy_create(struct device *dev, struct device_node *np, int id)
>
>         /*
>          * Get memory resources for each phy lane:
> -        * Resources are indexed as: tx -> 0; rx -> 1; pcs -> 2; and
> -        * pcs_misc (optional) -> 3.
> +        * Resources are indexed as: tx -> 0; rx -> 1; pcs -> 2.
> +        * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5
> +        * For single lane PHYs: pcs_misc (optional) -> 3.
>          */
>         qphy->tx = of_iomap(np, 0);
>         if (!qphy->tx)
> @@ -1630,7 +1630,32 @@ int qcom_qmp_phy_create(struct device *dev, struct device_node *np, int id)
>         if (!qphy->pcs)
>                 return -ENOMEM;
>
> -       qphy->pcs_misc = of_iomap(np, 3);
> +       /*
> +        * If this is a dual-lane PHY, then there should be registers for the
> +        * second lane. Some old device trees did not specify this, so fall
> +        * back to old legacy behavior of assuming they can be reached at an
> +        * offset from the first lane.
> +        */
> +       if (qmp->cfg->is_dual_lane_phy) {
> +               qphy->tx2 = of_iomap(np, 3);
> +               qphy->rx2 = of_iomap(np, 4);
> +               if (!qphy->tx2 || !qphy->rx2) {
> +                       dev_warn(dev,
> +                                "Underspecified device tree, falling back to legacy register regions\n");
> +
> +                       /* In the old version, pcs_misc is at index 3. */
> +                       qphy->pcs_misc = qphy->tx2;
> +                       qphy->tx2 = qphy->tx + QMP_PHY_LEGACY_LANE_STRIDE;
> +                       qphy->rx2 = qphy->rx + QMP_PHY_LEGACY_LANE_STRIDE;
> +
> +               } else {
> +                       qphy->pcs_misc = of_iomap(np, 5);
> +               }
> +
> +       } else {
> +               qphy->pcs_misc = of_iomap(np, 3);
> +       }
> +
>         if (!qphy->pcs_misc)
>                 dev_vdbg(dev, "PHY pcs_misc-reg not used\n");
>
> --
> 2.18.1
>

Tested on db820c [1]. USB, PCIe come up.
Tested-by: Vivek Gautam <vivek.gautam@codeaurora.org>

[1] https://github.com/vivekgautam1/linux/tree/origin/v4.20-rc5/db820c

BRs

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation

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

* Re: [PATCH v6 2/5] phy: qcom-qmp: Utilize fully-specified DT registers
  2018-12-07  8:46   ` Vivek Gautam
@ 2018-12-08  3:52     ` Kishon Vijay Abraham I
  2018-12-10 16:29       ` Evan Green
  0 siblings, 1 reply; 9+ messages in thread
From: Kishon Vijay Abraham I @ 2018-12-08  3:52 UTC (permalink / raw)
  To: Vivek Gautam, evgreen
  Cc: Rob Herring, Andy Gross, Doug Anderson, swboyd, Can Guo,
	open list, Manu Gautam

Hi,

On 07/12/18 2:16 PM, Vivek Gautam wrote:
> On Fri, Dec 7, 2018 at 5:06 AM Evan Green <evgreen@chromium.org> wrote:
>>
>> Utilize the newly fixed up DT bindings to get the tx2 and rx2 register
>> regions for the second lane of dual-lane PHYs. Before this change,
>> the driver was simply using lane one's register region and adding
>> 0x400, which reached well beyond the DT-specified register
>> allocation. This would have been a crash were it not for the page size
>> on ARM64. Fix the driver not to rely on the magic of virtual memory by
>> using the newly specified DT register regions for tx2 and rx2.
>>
>> In order to support existing device trees, this change also contains a
>> fallback mode for when those new register regions don't exist, which
>> reverts to the original behavior of overreaching and prints a complaint.
>>
>> Signed-off-by: Evan Green <evgreen@chromium.org>
>> Reviewed-by: Douglas Anderson <dianders@chromium.org>
>> ---
>> As Doug mentioned, this should land before the dts patches land, otherwise
>> the old driver code will use the tx2 register region as pcs_misc.
>>
>> Changes in v6: None
>> Changes in v5: None
>> Changes in v4: None
>> Changes in v3: None
>> Changes in v2: None
>>
>>  drivers/phy/qualcomm/phy-qcom-qmp.c | 51 +++++++++++++++++++++--------
>>  1 file changed, 38 insertions(+), 13 deletions(-)
>>
>> diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c
>> index 514db7248a5d0..8204d55e2d650 100644
>> --- a/drivers/phy/qualcomm/phy-qcom-qmp.c
>> +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c
>> @@ -72,6 +72,9 @@
>>
>>  #define MAX_PROP_NAME                          32
>>
>> +/* Define the assumed distance between lanes for underspecified device trees. */
>> +#define QMP_PHY_LEGACY_LANE_STRIDE             0x400
>> +
>>  struct qmp_phy_init_tbl {
>>         unsigned int offset;
>>         unsigned int val;
>> @@ -733,9 +736,6 @@ struct qmp_phy_cfg {
>>         bool has_phy_dp_com_ctrl;
>>         /* true, if PHY has secondary tx/rx lanes to be configured */
>>         bool is_dual_lane_phy;
>> -       /* Register offset of secondary tx/rx lanes for USB DP combo PHY */
>> -       unsigned int tx_b_lane_offset;
>> -       unsigned int rx_b_lane_offset;
>>
>>         /* true, if PCS block has no separate SW_RESET register */
>>         bool no_pcs_sw_reset;
>> @@ -748,6 +748,8 @@ struct qmp_phy_cfg {
>>   * @tx: iomapped memory space for lane's tx
>>   * @rx: iomapped memory space for lane's rx
>>   * @pcs: iomapped memory space for lane's pcs
>> + * @tx2: iomapped memory space for second lane's tx (in dual lane PHYs)
>> + * @rx2: iomapped memory space for second lane's rx (in dual lane PHYs)
>>   * @pcs_misc: iomapped memory space for lane's pcs_misc
>>   * @pipe_clk: pipe lock
>>   * @index: lane index
>> @@ -759,6 +761,8 @@ struct qmp_phy {
>>         void __iomem *tx;
>>         void __iomem *rx;
>>         void __iomem *pcs;
>> +       void __iomem *tx2;
>> +       void __iomem *rx2;
>>         void __iomem *pcs_misc;
>>         struct clk *pipe_clk;
>>         unsigned int index;
>> @@ -975,8 +979,6 @@ static const struct qmp_phy_cfg qmp_v3_usb3phy_cfg = {
>>
>>         .has_phy_dp_com_ctrl    = true,
>>         .is_dual_lane_phy       = true,
>> -       .tx_b_lane_offset       = 0x400,
>> -       .rx_b_lane_offset       = 0x400,
>>  };
>>
>>  static const struct qmp_phy_cfg qmp_v3_usb3_uniphy_cfg = {
>> @@ -1031,9 +1033,6 @@ static const struct qmp_phy_cfg sdm845_ufsphy_cfg = {
>>         .mask_pcs_ready         = PCS_READY,
>>
>>         .is_dual_lane_phy       = true,
>> -       .tx_b_lane_offset       = 0x400,
>> -       .rx_b_lane_offset       = 0x400,
>> -
>>         .no_pcs_sw_reset        = true,
>>  };
>>
>> @@ -1238,12 +1237,12 @@ static int qcom_qmp_phy_init(struct phy *phy)
>>         qcom_qmp_phy_configure(tx, cfg->regs, cfg->tx_tbl, cfg->tx_tbl_num);
>>         /* Configuration for other LANE for USB-DP combo PHY */
>>         if (cfg->is_dual_lane_phy)
>> -               qcom_qmp_phy_configure(tx + cfg->tx_b_lane_offset, cfg->regs,
>> +               qcom_qmp_phy_configure(qphy->tx2, cfg->regs,
>>                                        cfg->tx_tbl, cfg->tx_tbl_num);
>>
>>         qcom_qmp_phy_configure(rx, cfg->regs, cfg->rx_tbl, cfg->rx_tbl_num);
>>         if (cfg->is_dual_lane_phy)
>> -               qcom_qmp_phy_configure(rx + cfg->rx_b_lane_offset, cfg->regs,
>> +               qcom_qmp_phy_configure(qphy->rx2, cfg->regs,
>>                                        cfg->rx_tbl, cfg->rx_tbl_num);
>>
>>         qcom_qmp_phy_configure(pcs, cfg->regs, cfg->pcs_tbl, cfg->pcs_tbl_num);
>> @@ -1615,8 +1614,9 @@ int qcom_qmp_phy_create(struct device *dev, struct device_node *np, int id)
>>
>>         /*
>>          * Get memory resources for each phy lane:
>> -        * Resources are indexed as: tx -> 0; rx -> 1; pcs -> 2; and
>> -        * pcs_misc (optional) -> 3.
>> +        * Resources are indexed as: tx -> 0; rx -> 1; pcs -> 2.
>> +        * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5
>> +        * For single lane PHYs: pcs_misc (optional) -> 3.
>>          */
>>         qphy->tx = of_iomap(np, 0);
>>         if (!qphy->tx)
>> @@ -1630,7 +1630,32 @@ int qcom_qmp_phy_create(struct device *dev, struct device_node *np, int id)
>>         if (!qphy->pcs)
>>                 return -ENOMEM;
>>
>> -       qphy->pcs_misc = of_iomap(np, 3);
>> +       /*
>> +        * If this is a dual-lane PHY, then there should be registers for the
>> +        * second lane. Some old device trees did not specify this, so fall
>> +        * back to old legacy behavior of assuming they can be reached at an
>> +        * offset from the first lane.
>> +        */
>> +       if (qmp->cfg->is_dual_lane_phy) {
>> +               qphy->tx2 = of_iomap(np, 3);
>> +               qphy->rx2 = of_iomap(np, 4);
>> +               if (!qphy->tx2 || !qphy->rx2) {
>> +                       dev_warn(dev,
>> +                                "Underspecified device tree, falling back to legacy register regions\n");
>> +
>> +                       /* In the old version, pcs_misc is at index 3. */
>> +                       qphy->pcs_misc = qphy->tx2;
>> +                       qphy->tx2 = qphy->tx + QMP_PHY_LEGACY_LANE_STRIDE;
>> +                       qphy->rx2 = qphy->rx + QMP_PHY_LEGACY_LANE_STRIDE;
>> +
>> +               } else {
>> +                       qphy->pcs_misc = of_iomap(np, 5);
>> +               }
>> +
>> +       } else {
>> +               qphy->pcs_misc = of_iomap(np, 3);
>> +       }
>> +
>>         if (!qphy->pcs_misc)
>>                 dev_vdbg(dev, "PHY pcs_misc-reg not used\n");
>>
>> --
>> 2.18.1
>>
> 
> Tested on db820c [1]. USB, PCIe come up.
> Tested-by: Vivek Gautam <vivek.gautam@codeaurora.org>
> 
> [1] https://github.com/vivekgautam1/linux/tree/origin/v4.20-rc5/db820c

Thank you Vivek.
Evan, can you resend this series after rebasing to phy -next and also your
other series?

Thanks
Kishon

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

* Re: [PATCH v6 2/5] phy: qcom-qmp: Utilize fully-specified DT registers
  2018-12-08  3:52     ` Kishon Vijay Abraham I
@ 2018-12-10 16:29       ` Evan Green
  0 siblings, 0 replies; 9+ messages in thread
From: Evan Green @ 2018-12-10 16:29 UTC (permalink / raw)
  To: kishon
  Cc: vivek.gautam, robh, Andy Gross, Doug Anderson, swboyd, cang,
	linux-kernel, Manu Gautam

On Fri, Dec 7, 2018 at 7:52 PM Kishon Vijay Abraham I <kishon@ti.com> wrote:
>
> Hi,
>
> On 07/12/18 2:16 PM, Vivek Gautam wrote:
> > On Fri, Dec 7, 2018 at 5:06 AM Evan Green <evgreen@chromium.org> wrote:
> >>
> >> Utilize the newly fixed up DT bindings to get the tx2 and rx2 register
> >> regions for the second lane of dual-lane PHYs. Before this change,
> >> the driver was simply using lane one's register region and adding
> >> 0x400, which reached well beyond the DT-specified register
> >> allocation. This would have been a crash were it not for the page size
> >> on ARM64. Fix the driver not to rely on the magic of virtual memory by
> >> using the newly specified DT register regions for tx2 and rx2.
> >>
> >> In order to support existing device trees, this change also contains a
> >> fallback mode for when those new register regions don't exist, which
> >> reverts to the original behavior of overreaching and prints a complaint.
> >>
> >> Signed-off-by: Evan Green <evgreen@chromium.org>
> >> Reviewed-by: Douglas Anderson <dianders@chromium.org>
> >> ---
> >> As Doug mentioned, this should land before the dts patches land, otherwise
> >> the old driver code will use the tx2 register region as pcs_misc.
> >>
> >> Changes in v6: None
> >> Changes in v5: None
> >> Changes in v4: None
> >> Changes in v3: None
> >> Changes in v2: None
> >>
> >>  drivers/phy/qualcomm/phy-qcom-qmp.c | 51 +++++++++++++++++++++--------
> >>  1 file changed, 38 insertions(+), 13 deletions(-)
> >>
> >> diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c
> >> index 514db7248a5d0..8204d55e2d650 100644
> >> --- a/drivers/phy/qualcomm/phy-qcom-qmp.c
> >> +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c
> >> @@ -72,6 +72,9 @@
> >>
> >>  #define MAX_PROP_NAME                          32
> >>
> >> +/* Define the assumed distance between lanes for underspecified device trees. */
> >> +#define QMP_PHY_LEGACY_LANE_STRIDE             0x400
> >> +
> >>  struct qmp_phy_init_tbl {
> >>         unsigned int offset;
> >>         unsigned int val;
> >> @@ -733,9 +736,6 @@ struct qmp_phy_cfg {
> >>         bool has_phy_dp_com_ctrl;
> >>         /* true, if PHY has secondary tx/rx lanes to be configured */
> >>         bool is_dual_lane_phy;
> >> -       /* Register offset of secondary tx/rx lanes for USB DP combo PHY */
> >> -       unsigned int tx_b_lane_offset;
> >> -       unsigned int rx_b_lane_offset;
> >>
> >>         /* true, if PCS block has no separate SW_RESET register */
> >>         bool no_pcs_sw_reset;
> >> @@ -748,6 +748,8 @@ struct qmp_phy_cfg {
> >>   * @tx: iomapped memory space for lane's tx
> >>   * @rx: iomapped memory space for lane's rx
> >>   * @pcs: iomapped memory space for lane's pcs
> >> + * @tx2: iomapped memory space for second lane's tx (in dual lane PHYs)
> >> + * @rx2: iomapped memory space for second lane's rx (in dual lane PHYs)
> >>   * @pcs_misc: iomapped memory space for lane's pcs_misc
> >>   * @pipe_clk: pipe lock
> >>   * @index: lane index
> >> @@ -759,6 +761,8 @@ struct qmp_phy {
> >>         void __iomem *tx;
> >>         void __iomem *rx;
> >>         void __iomem *pcs;
> >> +       void __iomem *tx2;
> >> +       void __iomem *rx2;
> >>         void __iomem *pcs_misc;
> >>         struct clk *pipe_clk;
> >>         unsigned int index;
> >> @@ -975,8 +979,6 @@ static const struct qmp_phy_cfg qmp_v3_usb3phy_cfg = {
> >>
> >>         .has_phy_dp_com_ctrl    = true,
> >>         .is_dual_lane_phy       = true,
> >> -       .tx_b_lane_offset       = 0x400,
> >> -       .rx_b_lane_offset       = 0x400,
> >>  };
> >>
> >>  static const struct qmp_phy_cfg qmp_v3_usb3_uniphy_cfg = {
> >> @@ -1031,9 +1033,6 @@ static const struct qmp_phy_cfg sdm845_ufsphy_cfg = {
> >>         .mask_pcs_ready         = PCS_READY,
> >>
> >>         .is_dual_lane_phy       = true,
> >> -       .tx_b_lane_offset       = 0x400,
> >> -       .rx_b_lane_offset       = 0x400,
> >> -
> >>         .no_pcs_sw_reset        = true,
> >>  };
> >>
> >> @@ -1238,12 +1237,12 @@ static int qcom_qmp_phy_init(struct phy *phy)
> >>         qcom_qmp_phy_configure(tx, cfg->regs, cfg->tx_tbl, cfg->tx_tbl_num);
> >>         /* Configuration for other LANE for USB-DP combo PHY */
> >>         if (cfg->is_dual_lane_phy)
> >> -               qcom_qmp_phy_configure(tx + cfg->tx_b_lane_offset, cfg->regs,
> >> +               qcom_qmp_phy_configure(qphy->tx2, cfg->regs,
> >>                                        cfg->tx_tbl, cfg->tx_tbl_num);
> >>
> >>         qcom_qmp_phy_configure(rx, cfg->regs, cfg->rx_tbl, cfg->rx_tbl_num);
> >>         if (cfg->is_dual_lane_phy)
> >> -               qcom_qmp_phy_configure(rx + cfg->rx_b_lane_offset, cfg->regs,
> >> +               qcom_qmp_phy_configure(qphy->rx2, cfg->regs,
> >>                                        cfg->rx_tbl, cfg->rx_tbl_num);
> >>
> >>         qcom_qmp_phy_configure(pcs, cfg->regs, cfg->pcs_tbl, cfg->pcs_tbl_num);
> >> @@ -1615,8 +1614,9 @@ int qcom_qmp_phy_create(struct device *dev, struct device_node *np, int id)
> >>
> >>         /*
> >>          * Get memory resources for each phy lane:
> >> -        * Resources are indexed as: tx -> 0; rx -> 1; pcs -> 2; and
> >> -        * pcs_misc (optional) -> 3.
> >> +        * Resources are indexed as: tx -> 0; rx -> 1; pcs -> 2.
> >> +        * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5
> >> +        * For single lane PHYs: pcs_misc (optional) -> 3.
> >>          */
> >>         qphy->tx = of_iomap(np, 0);
> >>         if (!qphy->tx)
> >> @@ -1630,7 +1630,32 @@ int qcom_qmp_phy_create(struct device *dev, struct device_node *np, int id)
> >>         if (!qphy->pcs)
> >>                 return -ENOMEM;
> >>
> >> -       qphy->pcs_misc = of_iomap(np, 3);
> >> +       /*
> >> +        * If this is a dual-lane PHY, then there should be registers for the
> >> +        * second lane. Some old device trees did not specify this, so fall
> >> +        * back to old legacy behavior of assuming they can be reached at an
> >> +        * offset from the first lane.
> >> +        */
> >> +       if (qmp->cfg->is_dual_lane_phy) {
> >> +               qphy->tx2 = of_iomap(np, 3);
> >> +               qphy->rx2 = of_iomap(np, 4);
> >> +               if (!qphy->tx2 || !qphy->rx2) {
> >> +                       dev_warn(dev,
> >> +                                "Underspecified device tree, falling back to legacy register regions\n");
> >> +
> >> +                       /* In the old version, pcs_misc is at index 3. */
> >> +                       qphy->pcs_misc = qphy->tx2;
> >> +                       qphy->tx2 = qphy->tx + QMP_PHY_LEGACY_LANE_STRIDE;
> >> +                       qphy->rx2 = qphy->rx + QMP_PHY_LEGACY_LANE_STRIDE;
> >> +
> >> +               } else {
> >> +                       qphy->pcs_misc = of_iomap(np, 5);
> >> +               }
> >> +
> >> +       } else {
> >> +               qphy->pcs_misc = of_iomap(np, 3);
> >> +       }
> >> +
> >>         if (!qphy->pcs_misc)
> >>                 dev_vdbg(dev, "PHY pcs_misc-reg not used\n");
> >>
> >> --
> >> 2.18.1
> >>
> >
> > Tested on db820c [1]. USB, PCIe come up.
> > Tested-by: Vivek Gautam <vivek.gautam@codeaurora.org>
> >
> > [1] https://github.com/vivekgautam1/linux/tree/origin/v4.20-rc5/db820c
>
> Thank you Vivek.
> Evan, can you resend this series after rebasing to phy -next and also your
> other series?

Sure. The other series you're referring to is the #clock-cells one
here [1] I assume? I will resend both on top of phy-next.

-Evan

[1] https://lkml.org/lkml/2018/11/30/214

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

end of thread, other threads:[~2018-12-10 16:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-06 23:31 [PATCH v6 0/5] arm64: dts: qcom: sdm845: Add UFS DT nodes Evan Green
2018-12-06 23:32 ` [PATCH v6 1/5] dt-bindings: phy-qcom-qmp: Fix register underspecification Evan Green
2018-12-06 23:32 ` [PATCH v6 2/5] phy: qcom-qmp: Utilize fully-specified DT registers Evan Green
2018-12-07  8:46   ` Vivek Gautam
2018-12-08  3:52     ` Kishon Vijay Abraham I
2018-12-10 16:29       ` Evan Green
2018-12-06 23:32 ` [PATCH v6 3/5] arm64: dts: qcom: sdm845: add UFS controller Evan Green
2018-12-06 23:32 ` [PATCH v6 4/5] arm64: dts: qcom: sdm845: Add UFS nodes for sdm845-mtp Evan Green
2018-12-06 23:32 ` [PATCH v6 5/5] arm64: dts: qcom: sdm845: Add USB PHY lane two Evan Green

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