mbox series

[0/4] Add support for EcoNet EN7523 SoC

Message ID 20210730134552.853350-1-bert@biot.com (mailing list archive)
Headers show
Series Add support for EcoNet EN7523 SoC | expand

Message

Bert Vermeulen July 30, 2021, 1:45 p.m. UTC
This patchset adds support for the EcoNet EN7523 SoC, intended primarily
for xPON/xDSL routers.

John Crispin (4):
  dt-bindings: Add vendor prefix for EcoNet
  dt-bindings: arm: econet: Add binding for EN7523 SoC and EVB
  ARM: dts: Add basic support for EcoNet EN7523
  ARM: Add basic support for EcoNet EN7523 SoC

 .../devicetree/bindings/arm/econet.yaml       |  27 ++++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/Kconfig                              |  14 ++
 arch/arm/Makefile                             |   1 +
 arch/arm/boot/dts/Makefile                    |   2 +
 arch/arm/boot/dts/en7523-evb.dts              |  17 +++
 arch/arm/boot/dts/en7523.dtsi                 | 128 ++++++++++++++++++
 7 files changed, 191 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/econet.yaml
 create mode 100644 arch/arm/boot/dts/en7523-evb.dts
 create mode 100644 arch/arm/boot/dts/en7523.dtsi

Comments

Linus Walleij July 30, 2021, 2:26 p.m. UTC | #1
On Fri, Jul 30, 2021 at 3:48 PM Bert Vermeulen <bert@biot.com> wrote:

> This patchset adds support for the EcoNet EN7523 SoC, intended primarily
> for xPON/xDSL routers.
>
> John Crispin (4):
>   dt-bindings: Add vendor prefix for EcoNet
>   dt-bindings: arm: econet: Add binding for EN7523 SoC and EVB
>   ARM: dts: Add basic support for EcoNet EN7523
>   ARM: Add basic support for EcoNet EN7523 SoC

Given that this uses GIC v3 and so forth I recognize that this is brand new
ARM32 silicon. :O

All patches look good. Very interesting platform!
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij