mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

PXs3 reference board can change each USB port 0 and 1 to device mode with jumpers. Prepare devicetree sources for USB port 0 and 1. This specifies dr_mode, pinctrl, and some quirks and removes nodes for unused phys and vbus-supply properties. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Link: https://lore.kernel.org/r/20220913042321.4817-8-hayashi.kunihiko@socionext.com' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
11 lines
292 B
Makefile
11 lines
292 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
dtb-$(CONFIG_ARCH_UNIPHIER) += \
|
|
uniphier-ld11-global.dtb \
|
|
uniphier-ld11-ref.dtb \
|
|
uniphier-ld20-akebi96.dtb \
|
|
uniphier-ld20-global.dtb \
|
|
uniphier-ld20-ref.dtb \
|
|
uniphier-pxs3-ref.dtb \
|
|
uniphier-pxs3-ref-gadget0.dtb \
|
|
uniphier-pxs3-ref-gadget1.dtb
|