Skip to content

Commit 2219b0c

Browse files
committed
Merge tag 'soc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull ARM SoC updates from Arnd Bergmann: "The SoC updates this time are mainly removing obsolete code from the OMAP2 platform, another step in the eternal cleanup of that platform. There are two new SoCs getting added: STMicroelectronics stm32mp13 and Microchip lan966. Both fit into existing platforms and require minimal changes here. A couple of MAINTAINER file updates relate to those changes, and update some file paths" * tag 'soc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (28 commits) MAINTAINERS: Update BCM7XXX entry with additional patterns MAINTAINERS: add pinctrl-apple-gpio to ARM/APPLE MACHINE MAINTAINERS: Add pasemi i2c to ARM/APPLE MACHINE ARM: SPEAr: Update MAINTAINERS entries ARM: OMAP2+: Drop unused CM defines for am3 ARM: OMAP2+: Drop unused CM and SCRM defines for omap4 ARM: OMAP2+: Drop unused CM and SCRM defines for omap5 ARM: OMAP2+: Drop unused CM defines for dra7 ARM: OMAP2+: Drop unused PRM defines for am3 ARM: OMAP2+: Drop unused PRM defines for am4 ARM: OMAP2+: Drop unused PRM defines for omap4 ARM: OMAP2+: Drop unused PRM defines for omap5 ARM: OMAP2+: Drop unused PRM defines for dra7 ARM: OMAP2+: Fix comment typo ARM: OMAP2+: Fix typo in some comments ARM: at91: add basic support for new SoC family lan966 dt-bindings: arm: at91: Document lan966 pcb8291 and pcb8290 boards ARM: at91: Documentation: add lan966 family ARM: at91: Documentation: add sama7g5 family MAINTAINERS: add an entry for NXP S32G boards ...
2 parents 43e1b12 + fc3d4ae commit 2219b0c

30 files changed

+135
-4318
lines changed

Documentation/arm/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ SoC-specific documents
5555
stm32/stm32h750-overview
5656
stm32/stm32f769-overview
5757
stm32/stm32f429-overview
58+
stm32/stm32mp13-overview
5859
stm32/stm32mp157-overview
5960

6061
sunxi

Documentation/arm/microchip.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,26 @@ the Microchip website: http://www.microchip.com.
137137

138138
http://ww1.microchip.com/downloads/en/DeviceDoc/DS60001476B.pdf
139139

140+
* ARM Cortex-A7 based SoCs
141+
- sama7g5 family
142+
143+
- sama7g51
144+
- sama7g52
145+
- sama7g53
146+
- sama7g54 (device superset)
147+
148+
* Datasheet
149+
150+
Coming soon
151+
152+
- lan966 family
153+
- lan9662
154+
- lan9668
155+
156+
* Datasheet
157+
158+
Coming soon
159+
140160
* ARM Cortex-M7 MCUs
141161
- sams70 family
142162

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
===================
2+
STM32MP13 Overview
3+
===================
4+
5+
Introduction
6+
------------
7+
8+
The STM32MP131/STM32MP133/STM32MP135 are Cortex-A MPU aimed at various applications.
9+
They feature:
10+
11+
- One Cortex-A7 application core
12+
- Standard memories interface support
13+
- Standard connectivity, widely inherited from the STM32 MCU family
14+
- Comprehensive security support
15+
16+
More details:
17+
18+
- Cortex-A7 core running up to @900MHz
19+
- FMC controller to connect SDRAM, NOR and NAND memories
20+
- QSPI
21+
- SD/MMC/SDIO support
22+
- 2*Ethernet controller
23+
- CAN
24+
- ADC/DAC
25+
- USB EHCI/OHCI controllers
26+
- USB OTG
27+
- I2C, SPI, CAN busses support
28+
- Several general purpose timers
29+
- Serial Audio interface
30+
- LCD controller
31+
- DCMIPP
32+
- SPDIFRX
33+
- DFSDM
34+
35+
:Authors:
36+
37+
- Alexandre Torgue <[email protected]>

Documentation/devicetree/bindings/arm/atmel-at91.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,18 @@ properties:
150150
- const: microchip,sama7g5
151151
- const: microchip,sama7
152152

153+
- description: Microchip LAN9662 PCB8291 Evaluation Board.
154+
items:
155+
- const: microchip,lan9662-pcb8291
156+
- const: microchip,lan9662
157+
- const: microchip,lan966
158+
159+
- description: Microchip LAN9668 PCB8290 Evaluation Board.
160+
items:
161+
- const: microchip,lan9668-pcb8290
162+
- const: microchip,lan9668
163+
- const: microchip,lan966
164+
153165
- items:
154166
- enum:
155167
- atmel,sams70j19

MAINTAINERS

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,13 +1721,17 @@ B: https://github.com/AsahiLinux/linux/issues
17211721
C: irc://irc.oftc.net/asahi-dev
17221722
T: git https://github.com/AsahiLinux/linux.git
17231723
F: Documentation/devicetree/bindings/arm/apple.yaml
1724+
F: Documentation/devicetree/bindings/i2c/apple,i2c.yaml
17241725
F: Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml
17251726
F: Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml
17261727
F: Documentation/devicetree/bindings/pci/apple,pcie.yaml
17271728
F: Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml
17281729
F: arch/arm64/boot/dts/apple/
1730+
F: drivers/i2c/busses/i2c-pasemi-core.c
1731+
F: drivers/i2c/busses/i2c-pasemi-platform.c
17291732
F: drivers/irqchip/irq-apple-aic.c
17301733
F: drivers/mailbox/apple-mailbox.c
1734+
F: drivers/pinctrl/pinctrl-apple-gpio.c
17311735
F: include/dt-bindings/interrupt-controller/apple-aic.h
17321736
F: include/dt-bindings/pinctrl/apple.h
17331737
F: include/linux/apple-mailbox.h
@@ -2315,6 +2319,14 @@ F: arch/arm/boot/dts/nuvoton-wpcm450*
23152319
F: arch/arm/mach-npcm/wpcm450.c
23162320
F: drivers/*/*wpcm*
23172321

2322+
ARM/NXP S32G ARCHITECTURE
2323+
M: Chester Lin <[email protected]>
2324+
R: Andreas Färber <[email protected]>
2325+
R: Matthias Brugger <[email protected]>
2326+
L: [email protected] (moderated for non-subscribers)
2327+
S: Maintained
2328+
F: arch/arm64/boot/dts/freescale/s32g*.dts*
2329+
23182330
ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
23192331
L: [email protected] (subscribers-only)
23202332
S: Orphan
@@ -3633,6 +3645,8 @@ F: arch/arm/mm/cache-b15-rac.c
36333645
F: drivers/bus/brcmstb_gisb.c
36343646
F: drivers/pci/controller/pcie-brcmstb.c
36353647
N: brcmstb
3648+
N: bcm7038
3649+
N: bcm7120
36363650

36373651
BROADCOM BDC DRIVER
36383652
M: Al Cooper <[email protected]>
@@ -14987,13 +15001,6 @@ L: [email protected]
1498715001
S: Maintained
1498815002
F: drivers/pinctrl/pinctrl-single.c
1498915003

14990-
PIN CONTROLLER - ST SPEAR
14991-
M: Viresh Kumar <[email protected]>
14992-
L: [email protected] (moderated for non-subscribers)
14993-
S: Maintained
14994-
W: http://www.st.com/spear
14995-
F: drivers/pinctrl/spear/
14996-
1499715004
PKTCDVD DRIVER
1499815005
1499915006
S: Orphan
@@ -17771,21 +17778,17 @@ W: https://github.com/linux-speakup/speakup
1777117778
B: https://github.com/linux-speakup/speakup/issues
1777217779
F: drivers/accessibility/speakup/
1777317780

17774-
SPEAR CLOCK FRAMEWORK SUPPORT
17775-
M: Viresh Kumar <[email protected]>
17776-
L: [email protected] (moderated for non-subscribers)
17777-
S: Maintained
17778-
W: http://www.st.com/spear
17779-
F: drivers/clk/spear/
17780-
17781-
SPEAR PLATFORM SUPPORT
17781+
SPEAR PLATFORM/CLOCK/PINCTRL SUPPORT
1778217782
M: Viresh Kumar <[email protected]>
1778317783
M: Shiraz Hashim <[email protected]>
17784+
1778417785
L: [email protected] (moderated for non-subscribers)
1778517786
S: Maintained
1778617787
W: http://www.st.com/spear
1778717788
F: arch/arm/boot/dts/spear*
1778817789
F: arch/arm/mach-spear/
17790+
F: drivers/clk/spear/
17791+
F: drivers/pinctrl/spear/
1778917792

1779017793
SPI NOR SUBSYSTEM
1779117794
M: Tudor Ambarus <[email protected]>

arch/arm/mach-at91/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ config SOC_SAMA7G5
6767
help
6868
Select this if you are using one of Microchip's SAMA7G5 family SoC.
6969

70+
config SOC_LAN966
71+
bool "ARMv7 based Microchip LAN966 SoC family"
72+
depends on ARCH_MULTI_V7
73+
select DW_APB_TIMER_OF
74+
select ARM_GIC
75+
select MEMORY
76+
help
77+
This enables support for ARMv7 based Microchip LAN966 SoC family.
78+
7079
config SOC_AT91RM9200
7180
bool "AT91RM9200"
7281
depends on ARCH_MULTI_V4T

arch/arm/mach-omap2/cm-regbits-44xx.h

Lines changed: 0 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -20,71 +20,11 @@
2020
#define __ARCH_ARM_MACH_OMAP2_CM_REGBITS_44XX_H
2121

2222
#define OMAP4430_ABE_STATDEP_SHIFT 3
23-
#define OMAP4430_AUTO_DPLL_MODE_MASK (0x7 << 0)
24-
#define OMAP4430_CLKSEL_SHIFT 24
25-
#define OMAP4430_CLKSEL_WIDTH 0x1
26-
#define OMAP4430_CLKSEL_MASK (1 << 24)
27-
#define OMAP4430_CLKSEL_0_0_SHIFT 0
28-
#define OMAP4430_CLKSEL_0_0_WIDTH 0x1
29-
#define OMAP4430_CLKSEL_0_1_SHIFT 0
30-
#define OMAP4430_CLKSEL_0_1_WIDTH 0x2
31-
#define OMAP4430_CLKSEL_24_25_SHIFT 24
32-
#define OMAP4430_CLKSEL_24_25_WIDTH 0x2
33-
#define OMAP4430_CLKSEL_60M_SHIFT 24
34-
#define OMAP4430_CLKSEL_60M_WIDTH 0x1
35-
#define OMAP4430_CLKSEL_AESS_FCLK_SHIFT 24
36-
#define OMAP4430_CLKSEL_AESS_FCLK_WIDTH 0x1
37-
#define OMAP4430_CLKSEL_CORE_SHIFT 0
38-
#define OMAP4430_CLKSEL_CORE_WIDTH 0x1
39-
#define OMAP4430_CLKSEL_DIV_SHIFT 24
40-
#define OMAP4430_CLKSEL_DIV_WIDTH 0x1
41-
#define OMAP4430_CLKSEL_FCLK_SHIFT 24
42-
#define OMAP4430_CLKSEL_FCLK_WIDTH 0x2
43-
#define OMAP4430_CLKSEL_INTERNAL_SOURCE_SHIFT 25
44-
#define OMAP4430_CLKSEL_INTERNAL_SOURCE_WIDTH 0x1
45-
#define OMAP4430_CLKSEL_L3_SHIFT 4
46-
#define OMAP4430_CLKSEL_L3_WIDTH 0x1
47-
#define OMAP4430_CLKSEL_L4_SHIFT 8
48-
#define OMAP4430_CLKSEL_L4_WIDTH 0x1
49-
#define OMAP4430_CLKSEL_OPP_SHIFT 0
50-
#define OMAP4430_CLKSEL_OPP_WIDTH 0x2
51-
#define OMAP4430_CLKSEL_PMD_STM_CLK_SHIFT 27
52-
#define OMAP4430_CLKSEL_PMD_STM_CLK_WIDTH 0x3
53-
#define OMAP4430_CLKSEL_PMD_TRACE_CLK_MASK (0x7 << 24)
54-
#define OMAP4430_CLKSEL_SGX_FCLK_MASK (1 << 24)
55-
#define OMAP4430_CLKSEL_SOURCE_MASK (0x3 << 24)
56-
#define OMAP4430_CLKSEL_SOURCE_24_24_MASK (1 << 24)
57-
#define OMAP4430_CLKSEL_UTMI_P1_SHIFT 24
58-
#define OMAP4430_CLKSEL_UTMI_P1_WIDTH 0x1
59-
#define OMAP4430_CLKSEL_UTMI_P2_SHIFT 25
60-
#define OMAP4430_CLKSEL_UTMI_P2_WIDTH 0x1
6123
#define OMAP4430_CLKTRCTRL_SHIFT 0
6224
#define OMAP4430_CLKTRCTRL_MASK (0x3 << 0)
63-
#define OMAP4430_DPLL_BYP_CLKSEL_SHIFT 23
64-
#define OMAP4430_DPLL_BYP_CLKSEL_WIDTH 0x1
65-
#define OMAP4430_DPLL_CLKOUTHIF_DIV_MASK (0x1f << 0)
66-
#define OMAP4430_DPLL_CLKOUTHIF_GATE_CTRL_SHIFT 8
67-
#define OMAP4430_DPLL_CLKOUTX2_GATE_CTRL_MASK (1 << 10)
68-
#define OMAP4430_DPLL_CLKOUT_DIV_SHIFT 0
69-
#define OMAP4430_DPLL_CLKOUT_DIV_WIDTH 0x5
70-
#define OMAP4430_DPLL_CLKOUT_DIV_MASK (0x1f << 0)
71-
#define OMAP4430_DPLL_CLKOUT_DIV_0_6_MASK (0x7f << 0)
72-
#define OMAP4430_DPLL_CLKOUT_GATE_CTRL_MASK (1 << 8)
73-
#define OMAP4430_DPLL_DIV_MASK (0x7f << 0)
74-
#define OMAP4430_DPLL_DIV_0_7_MASK (0xff << 0)
75-
#define OMAP4430_DPLL_EN_MASK (0x7 << 0)
76-
#define OMAP4430_DPLL_LPMODE_EN_MASK (1 << 10)
77-
#define OMAP4430_DPLL_MULT_MASK (0x7ff << 8)
78-
#define OMAP4430_DPLL_MULT_USB_MASK (0xfff << 8)
79-
#define OMAP4430_DPLL_REGM4XEN_MASK (1 << 11)
80-
#define OMAP4430_DPLL_SD_DIV_MASK (0xff << 24)
8125
#define OMAP4430_DSS_STATDEP_SHIFT 8
8226
#define OMAP4430_DUCATI_STATDEP_SHIFT 0
8327
#define OMAP4430_GFX_STATDEP_SHIFT 10
84-
#define OMAP4430_HSDIVIDER_CLKOUT1_DIV_MASK (0x1f << 0)
85-
#define OMAP4430_HSDIVIDER_CLKOUT2_DIV_MASK (0x1f << 0)
86-
#define OMAP4430_HSDIVIDER_CLKOUT3_DIV_MASK (0x1f << 0)
87-
#define OMAP4430_HSDIVIDER_CLKOUT4_DIV_MASK (0x1f << 0)
8828
#define OMAP4430_IDLEST_SHIFT 16
8929
#define OMAP4430_IDLEST_MASK (0x3 << 16)
9030
#define OMAP4430_IVAHD_STATDEP_SHIFT 2
@@ -98,46 +38,5 @@
9838
#define OMAP4430_MEMIF_STATDEP_SHIFT 4
9939
#define OMAP4430_MODULEMODE_SHIFT 0
10040
#define OMAP4430_MODULEMODE_MASK (0x3 << 0)
101-
#define OMAP4430_OPTFCLKEN_48MHZ_CLK_SHIFT 9
102-
#define OMAP4430_OPTFCLKEN_BGAP_32K_SHIFT 8
103-
#define OMAP4430_OPTFCLKEN_CLK32K_SHIFT 8
104-
#define OMAP4430_OPTFCLKEN_CTRLCLK_SHIFT 8
105-
#define OMAP4430_OPTFCLKEN_DBCLK_SHIFT 8
106-
#define OMAP4430_OPTFCLKEN_DSSCLK_SHIFT 8
107-
#define OMAP4430_OPTFCLKEN_FCLK_SHIFT 8
108-
#define OMAP4430_OPTFCLKEN_FCLK0_SHIFT 8
109-
#define OMAP4430_OPTFCLKEN_FCLK1_SHIFT 9
110-
#define OMAP4430_OPTFCLKEN_FCLK2_SHIFT 10
111-
#define OMAP4430_OPTFCLKEN_FUNC48MCLK_SHIFT 15
112-
#define OMAP4430_OPTFCLKEN_HSIC480M_P1_CLK_SHIFT 13
113-
#define OMAP4430_OPTFCLKEN_HSIC480M_P2_CLK_SHIFT 14
114-
#define OMAP4430_OPTFCLKEN_HSIC60M_P1_CLK_SHIFT 11
115-
#define OMAP4430_OPTFCLKEN_HSIC60M_P2_CLK_SHIFT 12
116-
#define OMAP4430_OPTFCLKEN_PER24MC_GFCLK_SHIFT 8
117-
#define OMAP4430_OPTFCLKEN_PERABE24M_GFCLK_SHIFT 9
118-
#define OMAP4430_OPTFCLKEN_PHY_48M_SHIFT 8
119-
#define OMAP4430_OPTFCLKEN_SLIMBUS_CLK_SHIFT 10
120-
#define OMAP4430_OPTFCLKEN_SLIMBUS_CLK_11_11_SHIFT 11
121-
#define OMAP4430_OPTFCLKEN_SYS_CLK_SHIFT 10
122-
#define OMAP4460_OPTFCLKEN_TS_FCLK_SHIFT 8
123-
#define OMAP4430_OPTFCLKEN_TV_CLK_SHIFT 11
124-
#define OMAP4430_OPTFCLKEN_USB_CH0_CLK_SHIFT 8
125-
#define OMAP4430_OPTFCLKEN_USB_CH1_CLK_SHIFT 9
126-
#define OMAP4430_OPTFCLKEN_USB_CH2_CLK_SHIFT 10
127-
#define OMAP4430_OPTFCLKEN_UTMI_P1_CLK_SHIFT 8
128-
#define OMAP4430_OPTFCLKEN_UTMI_P2_CLK_SHIFT 9
129-
#define OMAP4430_OPTFCLKEN_UTMI_P3_CLK_SHIFT 10
130-
#define OMAP4430_OPTFCLKEN_XCLK_SHIFT 8
131-
#define OMAP4430_PAD_CLKS_GATE_SHIFT 8
132-
#define OMAP4430_PMD_STM_MUX_CTRL_SHIFT 20
133-
#define OMAP4430_PMD_STM_MUX_CTRL_WIDTH 0x2
134-
#define OMAP4430_PMD_TRACE_MUX_CTRL_SHIFT 22
135-
#define OMAP4430_PMD_TRACE_MUX_CTRL_WIDTH 0x2
136-
#define OMAP4430_SCALE_FCLK_SHIFT 0
137-
#define OMAP4430_SCALE_FCLK_WIDTH 0x1
138-
#define OMAP4430_SLIMBUS_CLK_GATE_SHIFT 10
139-
#define OMAP4430_ST_DPLL_CLK_MASK (1 << 0)
140-
#define OMAP4430_SYS_CLKSEL_SHIFT 0
141-
#define OMAP4430_SYS_CLKSEL_WIDTH 0x3
14241
#define OMAP4430_TESLA_STATDEP_SHIFT 1
14342
#endif

0 commit comments

Comments
 (0)