Message ID | 20220225120239.1303821-1-vigneshr@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: Initial support for Texas Instruments AM62 Platform | expand |
Hi Vignesh On February 25, 2022, thus sayeth Vignesh Raghavendra: > This adds AM62 SoC support. > > The AM62 SoC family is the follow on AM335x built on K3 Multicore SoC > architecture platform, providing ultra-low-power modes, dual display, > multi-sensor edge compute, security and other BOM-saving integration. > The AM62 SoC targets broad market to enable applications such as > Industrial HMI, PLC/CNC/Robot control, Medical Equipment, Building > Automation, Appliances and more. > > More details can be found in the Technical Reference Manual: > https://www.ti.com/lit/pdf/spruiv7 > > v3: > * Update DM firmware reserved region to at top of 512MB DDR region the patches look good to me :) Reviewed-by: Bryan Brattlof <bb@ti.com> have a great weekend ~Bryan
Hi Vignesh Raghavendra, On Fri, 25 Feb 2022 17:32:34 +0530, Vignesh Raghavendra wrote: > This adds AM62 SoC support. > > The AM62 SoC family is the follow on AM335x built on K3 Multicore SoC > architecture platform, providing ultra-low-power modes, dual display, > multi-sensor edge compute, security and other BOM-saving integration. > The AM62 SoC targets broad market to enable applications such as > Industrial HMI, PLC/CNC/Robot control, Medical Equipment, Building > Automation, Appliances and more. > > [...] I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/5] soc: ti: k3-socinfo: Add AM62x JTAG ID commit: c1f284b8207bb4e33d021e34dd3be525abc39b8f [2/5] dt-bindings: arm: ti: Add bindings for AM625 SoC commit: 52b7a9c87a72aa9798051b271fa7e4fb62910624 [3/5] dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62 commit: 67cf6b691ec36da1318051c6776ff3523200ebc7 [4/5] arm64: dts: ti: Introduce base support for AM62x SoC commit: c8c226192205cf536e3e975301b5ad2fcfb2de36 [5/5] arm64: dts: ti: Add support for AM62-SK commit: e32f766b6e378ec3b6095470b1cd54fdc79792c6 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] git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
On 05:32-20220228, Nishanth Menon wrote: > Hi Vignesh Raghavendra, > > On Fri, 25 Feb 2022 17:32:34 +0530, Vignesh Raghavendra wrote: > > This adds AM62 SoC support. > > > > The AM62 SoC family is the follow on AM335x built on K3 Multicore SoC > > architecture platform, providing ultra-low-power modes, dual display, > > multi-sensor edge compute, security and other BOM-saving integration. > > The AM62 SoC targets broad market to enable applications such as > > Industrial HMI, PLC/CNC/Robot control, Medical Equipment, Building > > Automation, Appliances and more. > > > > [...] > > I have applied the following to branch ti-k3-dts-next on [1]. > Thank you! > > [1/5] soc: ti: k3-socinfo: Add AM62x JTAG ID > commit: c1f284b8207bb4e33d021e34dd3be525abc39b8f > [2/5] dt-bindings: arm: ti: Add bindings for AM625 SoC > commit: 52b7a9c87a72aa9798051b271fa7e4fb62910624 > [3/5] dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62 > commit: 67cf6b691ec36da1318051c6776ff3523200ebc7 > [4/5] arm64: dts: ti: Introduce base support for AM62x SoC > commit: c8c226192205cf536e3e975301b5ad2fcfb2de36 > [5/5] arm64: dts: ti: Add support for AM62-SK > commit: e32f766b6e378ec3b6095470b1cd54fdc79792c6 Just a headsup -> I split the patches into two branches. [1/5] is available in ti-drivers-soc-next Vs the rest in ti-k3-dts-next