ARM: ep93xx: DT for the Cirrus ep93xx SoC platforms
authorNikita Shubin <nikita.shubin@maquefel.me>
Sat, 19 Nov 2022 10:45:26 +0000 (13:45 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Sun, 27 Nov 2022 09:19:52 +0000 (12:19 +0300)
commit1873ef5c4a7fc578753d3f000b7d7f63a43b6434
tree99d8b4b48f3a8381066eb53aca00bfe865505c05
parentd00d5b35c616858ea5c57d63b3bdc4f265bf0c09
ARM: ep93xx: DT for the Cirrus ep93xx SoC platforms

This adds compulsory device tree support to the Cirrus ep93xx ARMv4
platform.

- We select PINCTRL_EP93xx

- We select COMMON_CLK_EP93XX, as clock driver moved out of platfrom
  code

- We select ARCH_HAS_RESET_CONTROLLER

We have to leave all MACH optins as they are used for board checking
before decomp, to turn off watchdog and fix ethernet.

Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
arch/arm/mach-ep93xx/Kconfig
arch/arm/mach-ep93xx/Makefile
arch/arm/mach-ep93xx/board-dt.c [new file with mode: 0644]