Files
linux-stable-mirror/arch/arm/boot/dts/Makefile
T
Stefan Dösinger 7d1f68e87b ARM: dts: zte: Add D-Link DWR-932M support
This adds base DT definition for zx297520v3 and one board that consumes it.

The stock kernel does not use the armv7 timer, but it seems to work
fine. The board has other board-specific timers that would need a driver
and I see no reason to bother with them since the arm standard timer
works.

The caveat is the non-standard GIC setup needed to handle the timer's
level-low PPI. This is the responsibility of the boot loader and
documented in Documentation/arch/arm/zte/zx297520v3.rst.

Reviewed-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Stefan Dösinger <stefandoesinger@gmail.com>
---

Changes in
v8: Remove redundant label, use "arm,pl011" for uart0 and 2 too.
v6: Squash board + timer + uart patches into one
v5: Prepend the SoC name in the device specific DTS filename.
v4:
  Declare all uarts
  Remove the UART aliases for now. I can revisit this when I get my
  hands on a board that exposes two UARTs.
2026-05-14 00:02:39 +03:00

43 lines
819 B
Makefile

# SPDX-License-Identifier: GPL-2.0
subdir-y += actions
subdir-y += airoha
subdir-y += allwinner
subdir-y += alphascale
subdir-y += amazon
subdir-y += amlogic
subdir-y += arm
subdir-y += aspeed
subdir-y += axis
subdir-y += broadcom
subdir-y += calxeda
subdir-y += cirrus
subdir-y += cnxt
subdir-y += gemini
subdir-y += hisilicon
subdir-y += hpe
subdir-y += intel
subdir-y += marvell
subdir-y += mediatek
subdir-y += microchip
subdir-y += moxa
subdir-y += nspire
subdir-y += nuvoton
subdir-y += nvidia
subdir-y += nxp
subdir-y += qcom
subdir-y += realtek
subdir-y += renesas
subdir-y += rockchip
subdir-y += samsung
subdir-y += sigmastar
subdir-y += socionext
subdir-y += st
subdir-y += sunplus
subdir-y += synaptics
subdir-y += ti
subdir-y += unisoc
subdir-y += vt8500
subdir-y += xen
subdir-y += xilinx
subdir-y += zte