Message ID | 20240412-for-v6-10-am62-usb-typec-dt-v7-0-93b827adf97e@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: ti: am62: Add USB support for k3-am62p | expand |
Hi Roger Quadros, On Fri, 12 Apr 2024 15:01:57 +0300, Roger Quadros wrote: > This series first adds device nodes for USB0_PHY_CTRL and USB1_PHY_CTRL > in the wkup_conf node and fixes up the USB nodes to use the newly > added nodes. > > Then it adds USB support for AM62P SoC and AM62P5-SK board. > > cheers, > -roger > > [...] I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/3] arm64: dts: ti: k3-am62/a: use sub-node for USB_PHY_CTRL registers commit: c6e9f107eb0f1cab3514f551343892ca93c46628 [2/3] arm64: dts: ti: k3-am62p: add the USB sub-system commit: ae33c9d1646989c5c1b0257e0e4ff1aee1ba7491 [3/3] arm64: dts: ti: k3-am62a: Disable USB LPM commit: 9f8372e3a595452a204db409003e802273a81b30 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
Hi, This series first adds device nodes for USB0_PHY_CTRL and USB1_PHY_CTRL in the wkup_conf node and fixes up the USB nodes to use the newly added nodes. Then it adds USB support for AM62P SoC and AM62P5-SK board. cheers, -roger --- Changes in v7: - Rebased on v6.9-rc1 ti-next/ti-k3-dts-next - Link to v6 https://lore.kernel.org/all/20240226-b4-for-v6-5-am62-usb-typec-dt-v6-0-acf77fff4344@kernel.org/ To: Nishanth Menon <nm@ti.com> To: Vignesh Raghavendra <vigneshr@ti.com> To: Tero Kristo <kristo@kernel.org> To: Rob Herring <robh@kernel.org> To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> To: Conor Dooley <conor+dt@kernel.org> Cc: Andrew Davis <afd@ti.com> Cc: <b-liu@ti.com> Cc: <srk@ti.com> Cc: <r-gunasekaran@ti.com> Cc: <linux-arm-kernel@lists.infradead.org> Cc: <devicetree@vger.kernel.org> Cc: <linux-kernel@vger.kernel.org> Signed-off-by: Roger Quadros <rogerq@kernel.org> --- Roger Quadros (3): arm64: dts: ti: k3-am62/a: use sub-node for USB_PHY_CTRL registers arm64: dts: ti: k3-am62p: add the USB sub-system arm64: dts: ti: k3-am62a: Disable USB LPM arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 4 +- arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi | 10 +++++ arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 8 +++- arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi | 10 +++++ arch/arm64/boot/dts/ti/k3-am62p-main.dtsi | 52 ++++++++++++++++++++++ arch/arm64/boot/dts/ti/k3-am62p-wakeup.dtsi | 10 +++++ arch/arm64/boot/dts/ti/k3-am62p5-sk.dts | 67 +++++++++++++++++++++++++++++ 7 files changed, 157 insertions(+), 4 deletions(-) --- base-commit: 534ad093bb80f19c20b251a89f09ce1a0e3d4f2d change-id: 20240325-for-v6-10-am62-usb-typec-dt-564a902aa674 Best regards,