Message ID | 20210121143924.26213-1-lokeshvutla@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: Initial support for Texas Instruments AM642 SK | expand |
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@ti.com/ Logs: https://pastebin.ubuntu.com/p/xGRMjXb5q5/ Tested-by: Kishon Vijay Abraham I <kishon@ti.com> 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 >
On 21:11-20210121, Kishon Vijay Abraham I wrote: > > > 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@ti.com/ > > Logs: https://pastebin.ubuntu.com/p/xGRMjXb5q5/ > > Tested-by: Kishon Vijay Abraham I <kishon@ti.com> Thanks, but can you confirm this works with logs against linux-next? I see you have tested against 5.11.0-rc1 which does need the patch applied.