mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
5debcd01e2
- Start making audio and GPU clks work on Marvell MMP2/MMP3 SoCs - Add support for X1830 and X1000 Ingenic SoC clk controllers - Add support for Qualcomm's MSM8939 Generic Clock Controller - Add some GPU, NPU, and UFS clks to Qualcomm SM8150 driver - Enable supply regulators for GPU gdscs on Qualcomm SoCs - Add support for Si5342, Si5344 and Si5345 chips * clk-mmp: clk: mmp2: Add audio clock controller driver dt-bindings: clock: Add Marvell MMP Audio Clock Controller binding clk: mmp2: Add support for power islands dt-bindings: marvell,mmp2: Add ids for the power domains dt-bindings: clock: Make marvell,mmp2-clock a power controller clk: mmp2: Add the audio clock clk: mmp2: Add the I2S clocks clk: mmp2: Rename mmp2_pll_init() to mmp2_main_clk_init() clk: mmp2: Move thermal register defines up a bit dt-bindings: marvell,mmp2: Add clock id for the Audio clock dt-bindings: marvell,mmp2: Add clock id for the I2S clocks clk: mmp: frac: Allow setting bits other than the numerator/denominator clk: mmp: frac: Do not lose last 4 digits of precision * clk-intel: clk: intel: remove redundant initialization of variable rate64 clk: intel: Add CGU clock driver for a new SoC dt-bindings: clk: intel: Add bindings document & header file for CGU * clk-ingenic: clk: ingenic: Mark ingenic_tcu_of_match as __maybe_unused clk: X1000: Add FIXDIV for SSI clock of X1000. dt-bindings: clock: Add and reorder ABI for X1000. clk: Ingenic: Add CGU driver for X1830. dt-bindings: clock: Add X1830 clock bindings. clk: Ingenic: Adjust cgu code to make it compatible with X1830. clk: Ingenic: Remove unnecessary spinlock when reading registers. * clk-qcom: clk: qcom: Add missing msm8998 ufs_unipro_core_clk_src dt-bindings: clock: Add YAML schemas for QCOM A53 PLL clk: qcom: gcc-msm8939: Add MSM8939 Generic Clock Controller clk: qcom: gcc: Add support for Secure control source clock dt-bindings: clock: Add gcc_sec_ctrl_clk_src clock ID clk: qcom: gcc: Add support for a new frequency for SC7180 clk: qcom: Add DT bindings for MSM8939 GCC clk: qcom: gcc: Add missing UFS clocks for SM8150 clk: qcom: gcc: Add GPU and NPU clocks for SM8150 clk: qcom: mmcc-msm8996: Properly describe GPU_GX gdsc clk: qcom: gdsc: Handle GDSC regulator supplies clk: qcom: msm8916: Fix the address location of pll->config_reg * clk-silabs: clk: clk-si5341: Add support for the Si5345 series
180 lines
4.6 KiB
Text
180 lines
4.6 KiB
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
menuconfig ARCH_MMP
|
|
bool "Marvell PXA168/910/MMP2/MMP3"
|
|
depends on ARCH_MULTI_V5 || ARCH_MULTI_V7
|
|
select GPIO_PXA
|
|
select GPIOLIB
|
|
select PINCTRL
|
|
select PLAT_PXA
|
|
help
|
|
Support for Marvell's PXA168/PXA910(MMP), MMP2, and MMP3 processor lines.
|
|
|
|
if ARCH_MMP
|
|
|
|
menu "Marvell PXA168/910/MMP2 Implementations"
|
|
|
|
if ATAGS
|
|
|
|
config MACH_ASPENITE
|
|
bool "Marvell's PXA168 Aspenite Development Board"
|
|
depends on ARCH_MULTI_V5
|
|
select CPU_PXA168
|
|
help
|
|
Say 'Y' here if you want to support the Marvell PXA168-based
|
|
Aspenite Development Board.
|
|
|
|
config MACH_ZYLONITE2
|
|
bool "Marvell's PXA168 Zylonite2 Development Board"
|
|
depends on ARCH_MULTI_V5
|
|
select CPU_PXA168
|
|
help
|
|
Say 'Y' here if you want to support the Marvell PXA168-based
|
|
Zylonite2 Development Board.
|
|
|
|
config MACH_AVENGERS_LITE
|
|
bool "Marvell's PXA168 Avengers Lite Development Board"
|
|
depends on ARCH_MULTI_V5
|
|
select CPU_PXA168
|
|
help
|
|
Say 'Y' here if you want to support the Marvell PXA168-based
|
|
Avengers Lite Development Board.
|
|
|
|
config MACH_TAVOREVB
|
|
bool "Marvell's PXA910 TavorEVB Development Board"
|
|
depends on ARCH_MULTI_V5
|
|
select CPU_PXA910
|
|
help
|
|
Say 'Y' here if you want to support the Marvell PXA910-based
|
|
TavorEVB Development Board.
|
|
|
|
config MACH_TTC_DKB
|
|
bool "Marvell's PXA910 TavorEVB Development Board"
|
|
depends on ARCH_MULTI_V5
|
|
select CPU_PXA910
|
|
help
|
|
Say 'Y' here if you want to support the Marvell PXA910-based
|
|
TTC_DKB Development Board.
|
|
|
|
config MACH_BROWNSTONE
|
|
bool "Marvell's Brownstone Development Platform"
|
|
depends on ARCH_MULTI_V7
|
|
select CPU_MMP2
|
|
help
|
|
Say 'Y' here if you want to support the Marvell MMP2-based
|
|
Brown Development Platform.
|
|
MMP2-based board can't be co-existed with PXA168-based &
|
|
PXA910-based development board. Since MMP2 is compatible to
|
|
ARMv7 architecture.
|
|
|
|
config MACH_FLINT
|
|
bool "Marvell's Flint Development Platform"
|
|
depends on ARCH_MULTI_V7
|
|
select CPU_MMP2
|
|
help
|
|
Say 'Y' here if you want to support the Marvell MMP2-based
|
|
Flint Development Platform.
|
|
MMP2-based board can't be co-existed with PXA168-based &
|
|
PXA910-based development board. Since MMP2 is compatible to
|
|
ARMv7 architecture.
|
|
|
|
config MACH_MARVELL_JASPER
|
|
bool "Marvell's Jasper Development Platform"
|
|
depends on ARCH_MULTI_V7
|
|
select CPU_MMP2
|
|
help
|
|
Say 'Y' here if you want to support the Marvell MMP2-base
|
|
Jasper Development Platform.
|
|
MMP2-based board can't be co-existed with PXA168-based &
|
|
PXA910-based development board. Since MMP2 is compatible to
|
|
ARMv7 architecture.
|
|
|
|
config MACH_TETON_BGA
|
|
bool "Marvell's PXA168 Teton BGA Development Board"
|
|
depends on ARCH_MULTI_V5
|
|
select CPU_PXA168
|
|
help
|
|
Say 'Y' here if you want to support the Marvell PXA168-based
|
|
Teton BGA Development Board.
|
|
|
|
config MACH_GPLUGD
|
|
bool "Marvell's PXA168 GuruPlug Display (gplugD) Board"
|
|
depends on ARCH_MULTI_V5
|
|
select CPU_PXA168
|
|
help
|
|
Say 'Y' here if you want to support the Marvell PXA168-based
|
|
GuruPlug Display (gplugD) Board
|
|
endif
|
|
|
|
config MACH_MMP_DT
|
|
bool "Support MMP (ARMv5) platforms from device tree"
|
|
depends on ARCH_MULTI_V5
|
|
select PINCTRL
|
|
select PINCTRL_SINGLE
|
|
select ARCH_HAS_RESET_CONTROLLER
|
|
select CPU_MOHAWK
|
|
help
|
|
Include support for Marvell MMP2 based platforms using
|
|
the device tree. Needn't select any other machine while
|
|
MACH_MMP_DT is enabled.
|
|
|
|
config MACH_MMP2_DT
|
|
bool "Support MMP2 (ARMv7) platforms from device tree"
|
|
depends on ARCH_MULTI_V7
|
|
select PINCTRL
|
|
select PINCTRL_SINGLE
|
|
select ARCH_HAS_RESET_CONTROLLER
|
|
select CPU_PJ4
|
|
select PM_GENERIC_DOMAINS if PM
|
|
select PM_GENERIC_DOMAINS_OF if PM && OF
|
|
help
|
|
Include support for Marvell MMP2 based platforms using
|
|
the device tree.
|
|
|
|
config MACH_MMP3_DT
|
|
bool "Support MMP3 (ARMv7) platforms"
|
|
depends on ARCH_MULTI_V7
|
|
select ARM_GIC
|
|
select HAVE_ARM_SCU if SMP
|
|
select HAVE_ARM_TWD if SMP
|
|
select CACHE_L2X0
|
|
select PINCTRL
|
|
select PINCTRL_SINGLE
|
|
select ARCH_HAS_RESET_CONTROLLER
|
|
select CPU_PJ4B
|
|
select PM_GENERIC_DOMAINS if PM
|
|
select PM_GENERIC_DOMAINS_OF if PM && OF
|
|
help
|
|
Say 'Y' here if you want to include support for platforms
|
|
with Marvell MMP3 processor, also known as PXA2128 or
|
|
Armada 620.
|
|
|
|
endmenu
|
|
|
|
config CPU_PXA168
|
|
bool
|
|
select CPU_MOHAWK
|
|
help
|
|
Select code specific to PXA168
|
|
|
|
config CPU_PXA910
|
|
bool
|
|
select CPU_MOHAWK
|
|
help
|
|
Select code specific to PXA910
|
|
|
|
config CPU_MMP2
|
|
bool
|
|
select CPU_PJ4
|
|
help
|
|
Select code specific to MMP2. MMP2 is ARMv7 compatible.
|
|
|
|
config USB_EHCI_MV_U2O
|
|
bool "EHCI support for PXA USB OTG controller"
|
|
depends on USB_EHCI_MV
|
|
help
|
|
Enables support for OTG controller which can be switched to host mode.
|
|
|
|
config MMP_SRAM
|
|
bool
|
|
|
|
endif
|