
Hi Tom,
On Mon, Nov 8, 2021 at 9:17 PM Tom Rini trini@konsulko.com wrote:
On Tue, Nov 02, 2021 at 07:35:53PM +0530, Sinthu Raja wrote:
From: Sinthu Raja sinthu.raja@ti.com
Add R5 specific dts for J721E-SK
Signed-off-by: Sinthu Raja sinthu.raja@ti.com
Changes in V2:
- J721E EAIK board name is changed to J721E SK, rename all occurrences of eaik
to sk.
- Rename file from eaik to sk.
arch/arm/dts/Makefile | 3 +- arch/arm/dts/k3-j721e-r5-sk-u-boot.dtsi | 31 ++ arch/arm/dts/k3-j721e-r5-sk.dts | 646 ++++++++++++++++++++++++ 3 files changed, 679 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/k3-j721e-r5-sk-u-boot.dtsi create mode 100644 arch/arm/dts/k3-j721e-r5-sk.dts
Has arch/arm/dts/k3-j721e-r5-sk.dts been queued up in linux-next or similar yet?
Yes, this is queued in linux-next [1].
[1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/arc...
-- Tom