
On Fri, Apr 15, 2022 at 07:39:27PM +0530, Vignesh Raghavendra wrote:
From: Suman Anna s-anna@ti.com
Introduce the basic AM62 SoC description dtsi files. While doing this, lets reuse the DDR controller definition from AM64 as the instance is the same
Signed-off-by: Gowtham Tammana g-tammana@ti.com Signed-off-by: Suman Anna s-anna@ti.com Signed-off-by: Vignesh Raghavendra vigneshr@ti.com
arch/arm/dts/k3-am62-ddr.dtsi | 11 + arch/arm/dts/k3-am62-main.dtsi | 503 +++++++++++++++++++++++++++++++ arch/arm/dts/k3-am62-mcu.dtsi | 36 +++ arch/arm/dts/k3-am62-wakeup.dtsi | 41 +++ arch/arm/dts/k3-am62.dtsi | 105 +++++++ arch/arm/dts/k3-am625.dtsi | 103 +++++++ 6 files changed, 799 insertions(+)
Since the commit doesn't say, what is the status of this with upstream Linux kernel? Thanks.