
Assorted Renesas fixes below, namely MMC clocking breakage fix, clock Kconfig fix, pin control unused symbols removal, and sysinfo fix and enablement on now fixed platforms.
The following changes since commit b08ffdffdce95e267e782366f4a77bf6b5537b28:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-03-06 14:56:05 -0500)
are available in the Git repository at:
git://source.denx.de/u-boot-sh.git master
for you to fetch changes up to ae08097faac226a951f4258c481e3e62d6ed8ac2:
ARM: dts: renesas: Enable sysinfo on R-Car D3 Draak (2023-03-10 17:46:09 +0100)
---------------------------------------------------------------- Marek Vasut (4): mmc: renesas-sdhi: Always configure default SDnH clock rate to 800 MHz mmc: renesas-sdhi: Add proper probe error fail path clk: renesas: Always select DM_RESET to prevent inobvious failure of rst_gen3 subdriver pinctrl: renesas: Drop non-existent PFC info table entries
Tam Nguyen (3): sysinfo: rcar3: Fix Draak and Eagle board code ARM: dts: renesas: Enable sysinfo on R-Car V3H Condor/Condor-I ARM: dts: renesas: Enable sysinfo on R-Car D3 Draak
arch/arm/dts/r8a77980-condor-u-boot.dts | 17 +++++++++++++++++ arch/arm/dts/r8a77995-draak-u-boot.dts | 19 +++++++++++++++++++ configs/r8a77980_condor_defconfig | 5 +++++ configs/r8a77995_draak_defconfig | 5 +++++ drivers/clk/renesas/Kconfig | 1 + drivers/mmc/renesas-sdhi.c | 30 +++++++++++++++++++++++------- drivers/pinctrl/renesas/sh_pfc.h | 15 --------------- drivers/sysinfo/rcar3.c | 19 +++++++++++++++++-- 8 files changed, 87 insertions(+), 24 deletions(-)

On Sat, Mar 11, 2023 at 12:00:07AM +0100, Marek Vasut wrote:
Assorted Renesas fixes below, namely MMC clocking breakage fix, clock Kconfig fix, pin control unused symbols removal, and sysinfo fix and enablement on now fixed platforms.
The following changes since commit b08ffdffdce95e267e782366f4a77bf6b5537b28:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-03-06 14:56:05 -0500)
are available in the Git repository at:
git://source.denx.de/u-boot-sh.git master
for you to fetch changes up to ae08097faac226a951f4258c481e3e62d6ed8ac2:
ARM: dts: renesas: Enable sysinfo on R-Car D3 Draak (2023-03-10 17:46:09 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini