Skip to content

Commit e731f31

Browse files
committed
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull ARM SoC platform updates from Olof Johansson: "SoC changes, a substantial part of this is cleanup of some of the older platforms that used to have a bunch of board files. In particular: - Remove non-DT i.MX platforms that haven't seen activity in years, it's time to remove them. - A bunch of cleanup and removal of platform data for TI/OMAP platforms, moving over to genpd for power/reset control (yay!) - Major cleanup of Samsung S3C24xx and S3C64xx platforms, moving them closer to multiplatform support (not quite there yet, but getting close). There are a few other changes too, smaller fixlets, etc. For new platform support, the primary ones are: - New SoC: Hisilicon SD5203, ARM926EJ-S platform. - Cpufreq support for i.MX7ULP" * tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (121 commits) ARM: mstar: Select MStar intc ARM: stm32: Replace HTTP links with HTTPS ones ARM: debug: add UART early console support for SD5203 ARM: hisi: add support for SD5203 SoC ARM: omap3: enable off mode automatically clk: imx: imx35: Remove mx35_clocks_init() clk: imx: imx31: Remove mx31_clocks_init() clk: imx: imx27: Remove mx27_clocks_init() ARM: imx: Remove unused definitions ARM: imx35: Retrieve the IIM base address from devicetree ARM: imx3: Retrieve the AVIC base address from devicetree ARM: imx3: Retrieve the CCM base address from devicetree ARM: imx31: Retrieve the IIM base address from devicetree ARM: imx27: Retrieve the CCM base address from devicetree ARM: imx27: Retrieve the SYSCTRL base address from devicetree ARM: s3c64xx: bring back notes from removed debug-macro.S ARM: s3c24xx: fix Wunused-variable warning on !MMU ARM: samsung: fix PM debug build with DEBUG_LL but !MMU MAINTAINERS: mark linux-samsung-soc list non-moderated ARM: imx: Remove remnant board file support pieces ...
2 parents 1f70935 + accdab6 commit e731f31

450 files changed

Lines changed: 2671 additions & 18652 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/devicetree/bindings/arm/omap/prm-inst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ Required properties:
1818
(base address and length)
1919

2020
Optional properties:
21+
- #power-domain-cells: Should be 0 if the instance is a power domain provider.
2122
- #reset-cells: Should be 1 if the PRM instance in question supports resets.
2223

2324
Example:
2425

2526
prm_dsp2: prm@1b00 {
2627
compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst";
2728
reg = <0x1b00 0x40>;
29+
#power-domain-cells = <0>;
2830
#reset-cells = <1>;
2931
};

MAINTAINERS

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,8 +2199,8 @@ ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
21992199
L: openmoko-kernel@lists.openmoko.org (subscribers-only)
22002200
S: Orphan
22012201
W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
2202-
F: arch/arm/mach-s3c24xx/gta02.h
2203-
F: arch/arm/mach-s3c24xx/mach-gta02.c
2202+
F: arch/arm/mach-s3c/gta02.h
2203+
F: arch/arm/mach-s3c/mach-gta02.c
22042204

22052205
ARM/Orion SoC/Technologic Systems TS-78xx platform support
22062206
M: Alexander Clouter <alex@digriz.org.uk>
@@ -2379,7 +2379,7 @@ ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
23792379
M: Kukjin Kim <kgene@kernel.org>
23802380
M: Krzysztof Kozlowski <krzk@kernel.org>
23812381
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2382-
L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
2382+
L: linux-samsung-soc@vger.kernel.org
23832383
S: Maintained
23842384
Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
23852385
F: Documentation/arm/samsung/
@@ -2389,10 +2389,8 @@ F: arch/arm/boot/dts/exynos*
23892389
F: arch/arm/boot/dts/s3c*
23902390
F: arch/arm/boot/dts/s5p*
23912391
F: arch/arm/mach-exynos*/
2392-
F: arch/arm/mach-s3c24*/
2393-
F: arch/arm/mach-s3c64xx/
2392+
F: arch/arm/mach-s3c/
23942393
F: arch/arm/mach-s5p*/
2395-
F: arch/arm/plat-samsung/
23962394
F: arch/arm64/boot/dts/exynos/
23972395
F: drivers/*/*/*s3c24*
23982396
F: drivers/*/*s3c24*
@@ -2403,6 +2401,9 @@ F: drivers/soc/samsung/
24032401
F: drivers/tty/serial/samsung*
24042402
F: include/linux/soc/samsung/
24052403
N: exynos
2404+
N: s3c2410
2405+
N: s3c64xx
2406+
N: s5pv210
24062407

24072408
ARM/SAMSUNG MOBILE MACHINE SUPPORT
24082409
M: Kyungmin Park <kyungmin.park@samsung.com>
@@ -2421,7 +2422,7 @@ F: drivers/media/platform/s5p-g2d/
24212422

24222423
ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
24232424
M: Marek Szyprowski <m.szyprowski@samsung.com>
2424-
L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
2425+
L: linux-samsung-soc@vger.kernel.org
24252426
L: linux-media@vger.kernel.org
24262427
S: Maintained
24272428
F: Documentation/devicetree/bindings/media/s5p-cec.txt
@@ -3415,7 +3416,7 @@ M: bcm-kernel-feedback-list@broadcom.com
34153416
L: linux-arm-kernel@lists.infradead.org
34163417
S: Maintained
34173418
F: arch/arm/boot/dts/bcm470*
3418-
F: arch/arm/boot/dts/bcm5301x*.dtsi
3419+
F: arch/arm/boot/dts/bcm5301*
34193420
F: arch/arm/boot/dts/bcm953012*
34203421
F: arch/arm/mach-bcm/bcm_5301x.c
34213422

@@ -13447,7 +13448,7 @@ PCI DRIVER FOR SAMSUNG EXYNOS
1344713448
M: Jingoo Han <jingoohan1@gmail.com>
1344813449
L: linux-pci@vger.kernel.org
1344913450
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13450-
L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
13451+
L: linux-samsung-soc@vger.kernel.org
1345113452
S: Maintained
1345213453
F: drivers/pci/controller/dwc/pci-exynos.c
1345313454

@@ -13854,7 +13855,7 @@ M: Tomasz Figa <tomasz.figa@gmail.com>
1385413855
M: Krzysztof Kozlowski <krzk@kernel.org>
1385513856
M: Sylwester Nawrocki <s.nawrocki@samsung.com>
1385613857
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13857-
L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
13858+
L: linux-samsung-soc@vger.kernel.org
1385813859
S: Maintained
1385913860
Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
1386013861
T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
@@ -15415,7 +15416,7 @@ F: include/linux/mfd/samsung/
1541515416
SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
1541615417
M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
1541715418
L: linux-media@vger.kernel.org
15418-
L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
15419+
L: linux-samsung-soc@vger.kernel.org
1541915420
S: Maintained
1542015421
F: drivers/media/platform/s3c-camif/
1542115422
F: include/media/drv-intf/s3c_camif.h
@@ -15465,25 +15466,28 @@ SAMSUNG SOC CLOCK DRIVERS
1546515466
M: Sylwester Nawrocki <s.nawrocki@samsung.com>
1546615467
M: Tomasz Figa <tomasz.figa@gmail.com>
1546715468
M: Chanwoo Choi <cw00.choi@samsung.com>
15468-
L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
15469+
L: linux-samsung-soc@vger.kernel.org
1546915470
S: Supported
1547015471
T: git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git
1547115472
F: Documentation/devicetree/bindings/clock/exynos*.txt
1547215473
F: Documentation/devicetree/bindings/clock/samsung,s3c*
1547315474
F: Documentation/devicetree/bindings/clock/samsung,s5p*
1547415475
F: drivers/clk/samsung/
1547515476
F: include/dt-bindings/clock/exynos*.h
15477+
F: include/linux/clk/samsung.h
15478+
F: include/linux/platform_data/clk-s3c2410.h
1547615479

1547715480
SAMSUNG SPI DRIVERS
1547815481
M: Kukjin Kim <kgene@kernel.org>
1547915482
M: Krzysztof Kozlowski <krzk@kernel.org>
1548015483
M: Andi Shyti <andi@etezian.org>
1548115484
L: linux-spi@vger.kernel.org
15482-
L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
15485+
L: linux-samsung-soc@vger.kernel.org
1548315486
S: Maintained
1548415487
F: Documentation/devicetree/bindings/spi/spi-samsung.txt
1548515488
F: drivers/spi/spi-s3c*
1548615489
F: include/linux/platform_data/spi-s3c64xx.h
15490+
F: include/linux/spi/s3c24xx-fiq.h
1548715491

1548815492
SAMSUNG SXGBE DRIVERS
1548915493
M: Byungho An <bh74.an@samsung.com>
@@ -16001,19 +16005,17 @@ F: drivers/video/fbdev/simplefb.c
1600116005
F: include/linux/platform_data/simplefb.h
1600216006

1600316007
SIMTEC EB110ATX (Chalice CATS)
16004-
M: Vincent Sanders <vince@simtec.co.uk>
1600516008
M: Simtec Linux Team <linux@simtec.co.uk>
1600616009
S: Supported
1600716010
W: http://www.simtec.co.uk/products/EB110ATX/
1600816011

1600916012
SIMTEC EB2410ITX (BAST)
16010-
M: Vincent Sanders <vince@simtec.co.uk>
1601116013
M: Simtec Linux Team <linux@simtec.co.uk>
1601216014
S: Supported
1601316015
W: http://www.simtec.co.uk/products/EB2410ITX/
16014-
F: arch/arm/mach-s3c24xx/bast-ide.c
16015-
F: arch/arm/mach-s3c24xx/bast-irq.c
16016-
F: arch/arm/mach-s3c24xx/mach-bast.c
16016+
F: arch/arm/mach-s3c/bast-ide.c
16017+
F: arch/arm/mach-s3c/bast-irq.c
16018+
F: arch/arm/mach-s3c/mach-bast.c
1601716019

1601816020
SIOX
1601916021
M: Thorsten Scherer <t.scherer@eckelmann.de>
@@ -18952,7 +18954,7 @@ F: Documentation/devicetree/bindings/mfd/wm831x.txt
1895218954
F: Documentation/devicetree/bindings/regulator/wlf,arizona.yaml
1895318955
F: Documentation/devicetree/bindings/sound/wlf,arizona.yaml
1895418956
F: Documentation/hwmon/wm83??.rst
18955-
F: arch/arm/mach-s3c64xx/mach-crag6410*
18957+
F: arch/arm/mach-s3c/mach-crag6410*
1895618958
F: drivers/clk/clk-wm83*.c
1895718959
F: drivers/extcon/extcon-arizona.c
1895818960
F: drivers/gpio/gpio-*wm*.c

arch/arm/Kconfig

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,7 @@ config PHYS_OFFSET
268268
depends on !ARM_PATCH_PHYS_VIRT
269269
default DRAM_BASE if !MMU
270270
default 0x00000000 if ARCH_EBSA110 || \
271-
ARCH_FOOTBRIDGE || \
272-
ARCH_INTEGRATOR || \
273-
ARCH_REALVIEW
271+
ARCH_FOOTBRIDGE
274272
default 0x10000000 if ARCH_OMAP1 || ARCH_RPC
275273
default 0x20000000 if ARCH_S5PV210
276274
default 0xc0000000 if ARCH_SA1100
@@ -506,11 +504,12 @@ config ARCH_S3C24XX
506504
select GPIOLIB
507505
select GENERIC_IRQ_MULTI_HANDLER
508506
select HAVE_S3C2410_I2C if I2C
509-
select HAVE_S3C2410_WATCHDOG if WATCHDOG
510507
select HAVE_S3C_RTC if RTC_CLASS
511508
select NEED_MACH_IO_H
509+
select S3C2410_WATCHDOG
512510
select SAMSUNG_ATAGS
513511
select USE_OF
512+
select WATCHDOG
514513
help
515514
Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443
516515
and S3C2450 SoCs based systems, such as the Simtec Electronics BAST
@@ -639,7 +638,6 @@ source "arch/arm/mach-dove/Kconfig"
639638
source "arch/arm/mach-ep93xx/Kconfig"
640639

641640
source "arch/arm/mach-exynos/Kconfig"
642-
source "arch/arm/plat-samsung/Kconfig"
643641

644642
source "arch/arm/mach-footbridge/Kconfig"
645643

@@ -712,9 +710,7 @@ source "arch/arm/mach-realview/Kconfig"
712710

713711
source "arch/arm/mach-rockchip/Kconfig"
714712

715-
source "arch/arm/mach-s3c24xx/Kconfig"
716-
717-
source "arch/arm/mach-s3c64xx/Kconfig"
713+
source "arch/arm/mach-s3c/Kconfig"
718714

719715
source "arch/arm/mach-s5pv210/Kconfig"
720716

arch/arm/Kconfig.debug

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ choice
10051005
via SCIFA4 on Renesas SH-Mobile AG5 (SH73A0).
10061006

10071007
config DEBUG_S3C_UART0
1008-
depends on PLAT_SAMSUNG
1008+
depends on PLAT_SAMSUNG || ARCH_S5PV210 || ARCH_EXYNOS
10091009
select DEBUG_EXYNOS_UART if ARCH_EXYNOS
10101010
select DEBUG_S3C24XX_UART if ARCH_S3C24XX
10111011
select DEBUG_S3C64XX_UART if ARCH_S3C64XX
@@ -1017,7 +1017,7 @@ choice
10171017
by the boot-loader before use.
10181018

10191019
config DEBUG_S3C_UART1
1020-
depends on PLAT_SAMSUNG
1020+
depends on PLAT_SAMSUNG || ARCH_S5PV210 || ARCH_EXYNOS
10211021
select DEBUG_EXYNOS_UART if ARCH_EXYNOS
10221022
select DEBUG_S3C24XX_UART if ARCH_S3C24XX
10231023
select DEBUG_S3C64XX_UART if ARCH_S3C64XX
@@ -1029,7 +1029,7 @@ choice
10291029
by the boot-loader before use.
10301030

10311031
config DEBUG_S3C_UART2
1032-
depends on PLAT_SAMSUNG
1032+
depends on PLAT_SAMSUNG || ARCH_S5PV210 || ARCH_EXYNOS
10331033
select DEBUG_EXYNOS_UART if ARCH_EXYNOS
10341034
select DEBUG_S3C24XX_UART if ARCH_S3C24XX
10351035
select DEBUG_S3C64XX_UART if ARCH_S3C64XX
@@ -1041,7 +1041,7 @@ choice
10411041
by the boot-loader before use.
10421042

10431043
config DEBUG_S3C_UART3
1044-
depends on PLAT_SAMSUNG && (ARCH_EXYNOS || ARCH_S5PV210)
1044+
depends on ARCH_EXYNOS || ARCH_S5PV210
10451045
select DEBUG_EXYNOS_UART if ARCH_EXYNOS
10461046
select DEBUG_S3C64XX_UART if ARCH_S3C64XX
10471047
select DEBUG_S5PV210_UART if ARCH_S5PV210
@@ -1086,6 +1086,14 @@ choice
10861086
on SA-11x0 UART ports. The kernel will check for the first
10871087
enabled UART in a sequence 3-1-2.
10881088

1089+
config DEBUG_SD5203_UART
1090+
bool "Hisilicon SD5203 Debug UART"
1091+
depends on ARCH_SD5203
1092+
select DEBUG_UART_8250
1093+
help
1094+
Say Y here if you want kernel low-level debugging support
1095+
on SD5203 UART.
1096+
10891097
config DEBUG_SOCFPGA_UART0
10901098
depends on ARCH_SOCFPGA
10911099
bool "Use SOCFPGA UART0 for low-level debug"
@@ -1497,6 +1505,16 @@ config DEBUG_S3C64XX_UART
14971505
config DEBUG_S5PV210_UART
14981506
bool
14991507

1508+
config DEBUG_S3C_UART
1509+
depends on DEBUG_S3C2410_UART || DEBUG_S3C24XX_UART || \
1510+
DEBUG_S3C64XX_UART || DEBUG_S5PV210_UART || \
1511+
DEBUG_EXYNOS_UART
1512+
int
1513+
default "0" if DEBUG_S3C_UART0
1514+
default "1" if DEBUG_S3C_UART1
1515+
default "2" if DEBUG_S3C_UART2
1516+
default "3" if DEBUG_S3C_UART3
1517+
15001518
config DEBUG_OMAP2PLUS_UART
15011519
bool
15021520
depends on ARCH_OMAP2PLUS
@@ -1650,6 +1668,7 @@ config DEBUG_UART_PHYS
16501668
default 0x11006000 if DEBUG_MT6589_UART0
16511669
default 0x11009000 if DEBUG_MT8135_UART3
16521670
default 0x16000000 if DEBUG_INTEGRATOR
1671+
default 0x1600d000 if DEBUG_SD5203_UART
16531672
default 0x18000300 if DEBUG_BCM_5301X
16541673
default 0x18000400 if DEBUG_BCM_HR2
16551674
default 0x18010000 if DEBUG_SIRFATLAS7_UART0
@@ -1852,7 +1871,7 @@ config DEBUG_UART_VIRT
18521871
default 0xfec60000 if DEBUG_SIRFPRIMA2_UART1
18531872
default 0xfec90000 if DEBUG_RK32_UART2
18541873
default 0xfed0c000 if DEBUG_DAVINCI_DA8XX_UART1
1855-
default 0xfed0d000 if DEBUG_DAVINCI_DA8XX_UART2
1874+
default 0xfed0d000 if DEBUG_DAVINCI_DA8XX_UART2 || DEBUG_SD5203_UART
18561875
default 0xfed60000 if DEBUG_RK29_UART0
18571876
default 0xfed64000 if DEBUG_RK29_UART1 || DEBUG_RK3X_UART2
18581877
default 0xfed68000 if DEBUG_RK29_UART2 || DEBUG_RK3X_UART3

arch/arm/Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ machine-$(CONFIG_ARCH_REALTEK) += realtek
212212
machine-$(CONFIG_ARCH_REALVIEW) += realview
213213
machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip
214214
machine-$(CONFIG_ARCH_RPC) += rpc
215-
machine-$(CONFIG_ARCH_S3C24XX) += s3c24xx
216-
machine-$(CONFIG_ARCH_S3C64XX) += s3c64xx
215+
machine-$(CONFIG_PLAT_SAMSUNG) += s3c
217216
machine-$(CONFIG_ARCH_S5PV210) += s5pv210
218217
machine-$(CONFIG_ARCH_SA1100) += sa1100
219218
machine-$(CONFIG_ARCH_RENESAS) += shmobile
@@ -235,13 +234,9 @@ machine-$(CONFIG_PLAT_SPEAR) += spear
235234

236235
# Platform directory name. This list is sorted alphanumerically
237236
# by CONFIG_* macro name.
238-
plat-$(CONFIG_ARCH_EXYNOS) += samsung
239237
plat-$(CONFIG_ARCH_OMAP) += omap
240-
plat-$(CONFIG_ARCH_S3C64XX) += samsung
241-
plat-$(CONFIG_ARCH_S5PV210) += samsung
242238
plat-$(CONFIG_PLAT_ORION) += orion
243239
plat-$(CONFIG_PLAT_PXA) += pxa
244-
plat-$(CONFIG_PLAT_S3C24XX) += samsung
245240
plat-$(CONFIG_PLAT_VERSATILE) += versatile
246241

247242
ifeq ($(CONFIG_ARCH_EBSA110),y)

arch/arm/boot/dts/am33xx-l4.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@
425425

426426
target-module@3e000 { /* 0x44e3e000, ap 35 60.0 */
427427
compatible = "ti,sysc-omap4-simple", "ti,sysc";
428-
ti,hwmods = "rtc";
429428
reg = <0x3e074 0x4>,
430429
<0x3e078 0x4>;
431430
reg-names = "rev", "sysc";

arch/arm/boot/dts/am33xx.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@
578578
<SYSC_IDLE_SMART>;
579579
clocks = <&gfx_l3_clkctrl AM3_GFX_L3_GFX_CLKCTRL 0>;
580580
clock-names = "fck";
581+
power-domains = <&prm_gfx>;
581582
resets = <&prm_gfx 0>;
582583
reset-names = "rstctrl";
583584
#address-cells = <1>;
@@ -617,6 +618,7 @@
617618
prm_gfx: prm@1100 {
618619
compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
619620
reg = <0x1100 0x100>;
621+
#power-domain-cells = <0>;
620622
#reset-cells = <1>;
621623
};
622624
};

arch/arm/boot/dts/am4372.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@
517517
<SYSC_IDLE_SMART>;
518518
clocks = <&gfx_l3_clkctrl AM4_GFX_L3_GFX_CLKCTRL 0>;
519519
clock-names = "fck";
520+
power-domains = <&prm_gfx>;
520521
resets = <&prm_gfx 0>;
521522
reset-names = "rstctrl";
522523
#address-cells = <1>;
@@ -533,6 +534,7 @@
533534
prm_gfx: prm@400 {
534535
compatible = "ti,am4-prm-inst", "ti,omap-prm-inst";
535536
reg = <0x400 0x100>;
537+
#power-domain-cells = <0>;
536538
#reset-cells = <1>;
537539
};
538540

arch/arm/boot/dts/am437x-l4.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,8 @@
409409
ranges = <0x0 0x39000 0x1000>;
410410
};
411411

412-
target-module@3e000 { /* 0x44e3e000, ap 34 60.0 */
412+
rtc_target: target-module@3e000 { /* 0x44e3e000, ap 34 60.0 */
413413
compatible = "ti,sysc-omap4-simple", "ti,sysc";
414-
ti,hwmods = "rtc";
415414
reg = <0x3e074 0x4>,
416415
<0x3e078 0x4>;
417416
reg-names = "rev", "sysc";

arch/arm/boot/dts/am43x-epos-evm.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,10 @@
833833
status = "okay";
834834
};
835835

836+
&rtc_target {
837+
status = "disabled";
838+
};
839+
836840
&tscadc {
837841
status = "okay";
838842

0 commit comments

Comments
 (0)