]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ARM: bcm: Support BCMBCA debug UART
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 23 Sep 2024 19:49:21 +0000 (21:49 +0200)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Tue, 8 Oct 2024 22:02:31 +0000 (15:02 -0700)
commit60d76ce9fa621286ed6c41a1f85afe95563e9e5d
treea2013dbc8afdd7f33ed18ab40a7479c422f0cc0f
parent9852d85ec9d492ebef56dc5f229416c925758edc
ARM: bcm: Support BCMBCA debug UART

The debug UART on the BCMBCA SoCs are in a different place
than on the other BCM platforms. Support this with a static
map when debugging is explicitly configured.

Right now I can only test this on BCM6846 so this is the
only compatible I list for the debug boardfile, but other
compatibles from the BCMBCA family can be added to get
LL_DEBUG support.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: William Zhang <william.zhang@broadcom.com>
Link: https://lore.kernel.org/r/20240923-bcm-arm-bcm6846-v2-1-f4a7191b501a@linaro.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/Kconfig.debug
arch/arm/mach-bcm/Makefile
arch/arm/mach-bcm/board_bcmbca.c [new file with mode: 0644]