On 26/02/21 8:12 pm, Dave Gerlach wrote: > Hi, > This is v4 of the series to add 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 > > This version contains a few minor fixes from v3: > > * Add Rob's Ack to patch 2 > * Drop address-cells from interrupt controller node in patch 4 as [1] was dropped > * Add Suman's Signed-off-by to patch 3 > * Fix date range in Makefile for TI dtbs in patch 5 > * Include Reviewed-by from several people from v3 for multiple patches > > v3: https://lore.kernel.org/linux-arm-kernel/20210120202532.9011-1-d-gerlach@xxxxxx/ > v2: https://lore.kernel.org/linux-arm-kernel/20210119163927.774-1-d-gerlach@xxxxxx/ > v1: https://lore.kernel.org/linux-arm-kernel/20201125052004.17823-1-d-gerlach@xxxxxx/ Kernel Boot logs: https://pastebin.ubuntu.com/p/hFV56bM6Jx/ Tested-by: Kishon Vijay Abraham I <kishon@xxxxxx> > > Regards, > Dave > > [1] https://lore.kernel.org/linux-arm-kernel/161131973654.21299.8023411678794984222.b4-ty@xxxxxx/ > > Dave Gerlach (4): > dt-bindings: arm: ti: Add bindings for AM642 SoC > dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM64 > arm64: dts: ti: Add support for AM642 SoC > arm64: dts: ti: Add support for AM642 EVM > > Peter Ujfalusi (1): > arm64: dts: ti: k3-am64-main: Enable DMA support > > .../devicetree/bindings/arm/ti/k3.yaml | 6 + > arch/arm64/boot/dts/ti/Makefile | 4 +- > arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 405 ++++++++++++++++++ > arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi | 76 ++++ > arch/arm64/boot/dts/ti/k3-am64.dtsi | 103 +++++ > arch/arm64/boot/dts/ti/k3-am642-evm.dts | 246 +++++++++++ > arch/arm64/boot/dts/ti/k3-am642.dtsi | 65 +++ > include/dt-bindings/pinctrl/k3.h | 5 +- > 8 files changed, 908 insertions(+), 2 deletions(-) > create mode 100644 arch/arm64/boot/dts/ti/k3-am64-main.dtsi > create mode 100644 arch/arm64/boot/dts/ti/k3-am64-mcu.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 >