[PATCH 6/8] arm: orion5x: Add DT-based support for Netgear WNR854T
Rob Herring
robh at kernel.org
Wed Aug 31 08:26:25 PDT 2016
On Fri, Aug 26, 2016 at 10:21:02AM +0100, Jamie Lentin wrote:
> This is a router based on the mv88f5181 chipset.
>
> http://www.netgear.com/support/product/WNR854T.aspx
> http://wiki.openwrt.org/toh/netgear/wnr854t
>
> Signed-off-by: Jamie Lentin <jm at lentin.co.uk>
> ---
> .../bindings/arm/marvell/marvell,orion5x.txt | 1 +
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/orion5x-netgear-wnr854t.dts | 212 +++++++++++++++++++++
For the bindings,
Acked-by: Rob Herring <robh at kernel.org>
> arch/arm/mach-orion5x/Kconfig | 6 +
> arch/arm/mach-orion5x/Makefile | 1 +
> arch/arm/mach-orion5x/board-wnr854t.c | 78 ++++++++
This is all PCI setup it appears. The PCI driver should be converted to
a modern PCI host driver before it is supported with DT IMO.
Rob
More information about the linux-arm-kernel
mailing list