On 21/01/21 8:09 pm, Lokesh Vutla wrote: > AM642 StarterKit (SK) board is a low cost, small form factor board > designed for TI’s AM642 SoC. This series introduces basic support for > AM642 SK. > > Depends on Dave's series for adding AM642 SoC: > https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=418539 Tested this with MMC rootfs after applying https://lore.kernel.org/linux-devicetree/20210113115908.3882-3-a-govindraju@xxxxxx/ Logs: https://pastebin.ubuntu.com/p/xGRMjXb5q5/ Tested-by: Kishon Vijay Abraham I <kishon@xxxxxx> Thanks Kishon > > Lokesh Vutla (2): > dt-bindings: arm: ti: Add bindings for AM642 SK > arm64: dts: ti: Add support for AM642 SK > > .../devicetree/bindings/arm/ti/k3.yaml | 1 + > arch/arm64/boot/dts/ti/Makefile | 3 +- > arch/arm64/boot/dts/ti/k3-am642-sk.dts | 145 ++++++++++++++++++ > 3 files changed, 148 insertions(+), 1 deletion(-) > create mode 100644 arch/arm64/boot/dts/ti/k3-am642-sk.dts >