mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-18 21:21:26 +02:00
This driver is checking the access rights of the different peripherals connected to the RIFSC bus. If access is denied, the associated device is not binded. Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Cover-letter: Enable OF_UPSTREAM for STM32 and STi platforms This series is enabling OF_UPSTREAM flag for STM32 MCU's, MPU's and STi platforms. For some boards, some defconfig and DT update are needed to keep the same functional level. The major impact concerns MPU's platform with introduction of STM32 System Bus. END Series-version: 2 Series-changes: 2 - Replace LOG_CATEGORY UCLASS_SIMPLE_BUS by UCLASS_NOP in both /arch/arm/mach-stm32mp/stm32mp2/rifsc.c and /arch/arm/mach-stm32mp/stm32mp1/etzpc.c. - Update board/st/stm32mp1/MAINTAINERS. - Fix DSI clock ssetting.
11 lines
261 B
Makefile
11 lines
261 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
|
|
#
|
|
# Copyright (C) 2023, STMicroelectronics - All Rights Reserved
|
|
#
|
|
|
|
obj-y += cpu.o
|
|
obj-y += arm64-mmu.o
|
|
obj-y += rifsc.o
|
|
obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
|
|
obj-$(CONFIG_STM32MP25X) += stm32mp25x.o
|