mbox series

[v2,0/2] arm64: dts: qcom: sm8550: Add USB HC and PHY support

Message ID 20230119004533.1869870-1-abel.vesa@linaro.org
Headers show
Series arm64: dts: qcom: sm8550: Add USB HC and PHY support | expand

Message

Abel Vesa Jan. 19, 2023, 12:45 a.m. UTC
This patchset adds USB controller and PHYs support to SM8550 platform
and enables them on the MTP board.

The v1 was here:
https://lore.kernel.org/all/20221116132212.2842655-1-abel.vesa@linaro.org/

Changes since v1:
 * fixed the clocks and clock-names of qmpphy to be aligned with sc8280xp
 * dropped the child node from the phy nodes, like Johan suggested,
   and updated to use the sc8280xp binding scheme
 * moved status property last everywhere needed
 * dropped the newline for phy-names, like Konrad suggested
 * decided to move #address-cells, #size-cells and ranges properties
   in such a way to be aligned with sc8280xp 

Abel Vesa (2):
  arm64: dts: qcom: sm8550: Add USB PHYs and controller nodes
  arm64: dts: qcom: sm8550-mtp: Add USB PHYs and HC nodes

 arch/arm64/boot/dts/qcom/sm8550-mtp.dts | 22 ++++++
 arch/arm64/boot/dts/qcom/sm8550.dtsi    | 92 ++++++++++++++++++++++++-
 2 files changed, 113 insertions(+), 1 deletion(-)

Comments

Bjorn Andersson Jan. 19, 2023, 2:42 a.m. UTC | #1
On Thu, 19 Jan 2023 02:45:31 +0200, Abel Vesa wrote:
> This patchset adds USB controller and PHYs support to SM8550 platform
> and enables them on the MTP board.
> 
> The v1 was here:
> https://lore.kernel.org/all/20221116132212.2842655-1-abel.vesa@linaro.org/
> 
> Changes since v1:
>  * fixed the clocks and clock-names of qmpphy to be aligned with sc8280xp
>  * dropped the child node from the phy nodes, like Johan suggested,
>    and updated to use the sc8280xp binding scheme
>  * moved status property last everywhere needed
>  * dropped the newline for phy-names, like Konrad suggested
>  * decided to move #address-cells, #size-cells and ranges properties
>    in such a way to be aligned with sc8280xp
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: qcom: sm8550: Add USB PHYs and controller nodes
      commit: 7f7e5c1b037fc38dfc4f9530fcdb6fa8bd9fd01c
[2/2] arm64: dts: qcom: sm8550-mtp: Add USB PHYs and HC nodes
      commit: 772e6bc4a0a9c426385115d720743bae7804d499

Best regards,