
On Tuesday 19 December 2017 01:34 AM, Tom Rini wrote:
On Mon, Dec 18, 2017 at 03:04:24PM +0530, Lokesh Vutla wrote:
Add initial dts support for am574x-idk
Signed-off-by: Lokesh Vutla lokeshvutla@ti.com
- DTS patch posted to kernel: https://patchwork.kernel.org/patch/10118295/
arch/arm/dts/Makefile | 1 + arch/arm/dts/am572x-idk-common.dtsi | 100 ++++++++++++++++++++++++++++++ arch/arm/dts/am572x-idk.dts | 93 +-------------------------- arch/arm/dts/am574x-idk.dts | 22 +++++++ arch/arm/dts/am57xx-commercial-grade.dtsi | 1 + arch/arm/dts/am57xx-industrial-grade.dtsi | 1 + configs/am57xx_evm_defconfig | 2 +- configs/am57xx_hs_evm_defconfig | 2 +- 8 files changed, 128 insertions(+), 94 deletions(-) create mode 100644 arch/arm/dts/am572x-idk-common.dtsi create mode 100644 arch/arm/dts/am574x-idk.dts
What's the status of these DTS/DTSI files wrt the kernel? Thanks!
DTS patches merged today. Will post a v2 of this series soon.
Thanks and regards, Lokesh