Message ID | 20201125052004.17823-1-d-gerlach@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: Initial support for Texas Instruments AM642 Platform | expand |
Dave, On 25/11/2020 7.20, Dave Gerlach wrote: > This series adds initial support for the latest new SoC, AM642, > from Texas Instruments. > > Additional detail can be found in the patch descriptions, also > see AM64X Technical Reference Manual (SPRUIM2, Nov 2020) for > further details: https://www.ti.com/lit/pdf/spruim2 Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Reviewed-by: Peter Ujfalusi <peter.ujfalusi@ti.com> fwiw, with these, plus the BCDMA/PKTDMA series [1] and one local dt patch to enable the DMAs on linux-next: https://pastebin.ubuntu.com/p/W5QkTMhrVp/ [1] https://lore.kernel.org/lkml/20201117105656.5236-1-peter.ujfalusi@ti.com/ > Regards, > Dave > > Dave Gerlach (3): > dt-bindings: arm: ti: Add bindings for AM642 SoC > arm64: dts: ti: Add Support for AM642 SoC > arm64: dts: ti: Add support for AM642 EVM > > .../devicetree/bindings/arm/ti/k3.yaml | 6 + > arch/arm64/boot/dts/ti/Makefile | 2 + > arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 178 ++++++++++++++++++ > arch/arm64/boot/dts/ti/k3-am64.dtsi | 95 ++++++++++ > arch/arm64/boot/dts/ti/k3-am642-evm.dts | 61 ++++++ > arch/arm64/boot/dts/ti/k3-am642.dtsi | 65 +++++++ > 6 files changed, 407 insertions(+) > create mode 100644 arch/arm64/boot/dts/ti/k3-am64-main.dtsi > create mode 100644 arch/arm64/boot/dts/ti/k3-am64.dtsi > create mode 100644 arch/arm64/boot/dts/ti/k3-am642-evm.dts > create mode 100644 arch/arm64/boot/dts/ti/k3-am642.dtsi > - Péter Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
On 14:40-20201127, Peter Ujfalusi wrote: > Dave, > > On 25/11/2020 7.20, Dave Gerlach wrote: > > This series adds initial support for the latest new SoC, AM642, > > from Texas Instruments. > > > > Additional detail can be found in the patch descriptions, also > > see AM64X Technical Reference Manual (SPRUIM2, Nov 2020) for > > further details: https://www.ti.com/lit/pdf/spruim2 > > Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com> > Reviewed-by: Peter Ujfalusi <peter.ujfalusi@ti.com> > > fwiw, with these, plus the BCDMA/PKTDMA series [1] and one local dt > patch to enable the DMAs on linux-next: > https://pastebin.ubuntu.com/p/W5QkTMhrVp/ > > [1] > https://lore.kernel.org/lkml/20201117105656.5236-1-peter.ujfalusi@ti.com/ > Thanks Peter, Lets see if Rob is able to get to the binding.. The queue looks pretty deep today :(