[PATCH v2 0/2] arm64: dts: x1e001de-devkit: USB retimers related fixes

Abel Vesa posted 2 patches 7 months, 4 weeks ago
arch/arm64/boot/dts/qcom/x1e001de-devkit.dts | 44 ++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
[PATCH v2 0/2] arm64: dts: x1e001de-devkit: USB retimers related fixes
Posted by Abel Vesa 7 months, 4 weeks ago
These fixes align all the USB retimer related nodes on the Devkit with the
CRD and T14s.

This patchset is based on Johan's:
https://lore.kernel.org/all/20250318074907.13903-1-johan+linaro@kernel.org/

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
Changes in v2:
- Added space between voltage value and SI unit in comments, like Johan
  suggested.
- Picked up Konrad's R-b tags
- Link to v1: https://lore.kernel.org/r/20250318-x1e001de-devkit-dts-fix-retimer-gpios-v1-0-1c092f630b0c@linaro.org

---
Abel Vesa (2):
      arm64: dts: qcom: x1e001de-devkit: Describe USB retimers resets pin configs
      arm64: dts: qcom: x1e001de-devkit: Fix pin config for USB0 retimer vregs

 arch/arm64/boot/dts/qcom/x1e001de-devkit.dts | 44 ++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
---
base-commit: bc8aa6cdadcc00862f2b5720e5de2e17f696a081
change-id: 20250318-x1e001de-devkit-dts-fix-retimer-gpios-bed83169401c

Best regards,
-- 
Abel Vesa <abel.vesa@linaro.org>
Re: [PATCH v2 0/2] arm64: dts: x1e001de-devkit: USB retimers related fixes
Posted by Bjorn Andersson 7 months, 2 weeks ago
On Tue, 22 Apr 2025 14:25:21 +0300, Abel Vesa wrote:
> These fixes align all the USB retimer related nodes on the Devkit with the
> CRD and T14s.
> 
> This patchset is based on Johan's:
> https://lore.kernel.org/all/20250318074907.13903-1-johan+linaro@kernel.org/
> 
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: qcom: x1e001de-devkit: Describe USB retimers resets pin configs
      commit: f76fdcd2550991c854a698a9f881b1579455fc0a
[2/2] arm64: dts: qcom: x1e001de-devkit: Fix pin config for USB0 retimer vregs
      commit: 635d0c8edf26994dc1dcbc09add9423aa61869b0

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH v2 0/2] arm64: dts: x1e001de-devkit: USB retimers related fixes
Posted by Johan Hovold 7 months, 4 weeks ago
On Tue, Apr 22, 2025 at 02:25:21PM +0300, Abel Vesa wrote:
> These fixes align all the USB retimer related nodes on the Devkit with the
> CRD and T14s.
> 
> This patchset is based on Johan's:
> https://lore.kernel.org/all/20250318074907.13903-1-johan+linaro@kernel.org/

> Changes in v2:
> - Added space between voltage value and SI unit in comments, like Johan
>   suggested.
> - Picked up Konrad's R-b tags
> - Link to v1: https://lore.kernel.org/r/20250318-x1e001de-devkit-dts-fix-retimer-gpios-v1-0-1c092f630b0c@linaro.org

Assuming you verified that PMIC power-source settings matches what the
firmware has configured:

Reviewed-by: Johan Hovold <johan+linaro@kernel.org>

Johan