[PULL u-boot] Please pull u-boot-amlogic-20201116

Hi Tom,
This PR fixes the MMC driver on SM1 based platforms, syncs the SoC Ids and fixes 2 potential build warning.
The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/5354
Thanks, Neil
The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6:
libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20201116
for you to fetch changes up to c87eab81616d671a6004ffc95847bad21b7eb005:
ARM: dts: meson-sm1: add u-boot specific MMC controller compatible (2020-11-12 14:31:29 +0100)
---------------------------------------------------------------- - Clock fix MMC driver for SM1 based platforms - sync SOC Ids from Linux 5.10-rc1 - fix potential build warning on meson_dw_hdmi and meson-g12a-usb2 phy
---------------------------------------------------------------- Jaehoon Chung (2): phy: meson-g12a-usb2: fix the potential build warning video: meson: meson_dw_hdmi: fix the potential build warning
Neil Armstrong (4): ARM: mach-meson: update SoC IDs mmc: meson-gx: move arch header to local header mmc: meson-gx: change clock phase value on SM1 SoCs ARM: dts: meson-sm1: add u-boot specific MMC controller compatible
.../dts/meson-g12b-a311d-khadas-vim3-u-boot.dtsi | 1 + arch/arm/dts/meson-khadas-vim3-u-boot.dtsi | 2 -- arch/arm/dts/meson-sm1-khadas-vim3l-u-boot.dtsi | 1 + arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi | 2 +- arch/arm/dts/meson-sm1-sei610-u-boot.dtsi | 2 +- arch/arm/dts/meson-sm1-u-boot.dtsi | 20 +++++++++++++++ arch/arm/mach-meson/board-info.c | 7 +++++- drivers/mmc/meson_gx_mmc.c | 29 ++++++++++++++++++---- .../sd_emmc.h => drivers/mmc/meson_gx_mmc.h | 10 +++++--- drivers/phy/meson-g12a-usb2.c | 4 +-- drivers/video/meson/meson_dw_hdmi.c | 2 ++ 11 files changed, 64 insertions(+), 16 deletions(-) create mode 100644 arch/arm/dts/meson-sm1-u-boot.dtsi rename arch/arm/include/asm/arch-meson/sd_emmc.h => drivers/mmc/meson_gx_mmc.h (95%)

On Mon, Nov 16, 2020 at 11:23:19AM +0100, Neil Armstrong wrote:
Hi Tom,
This PR fixes the MMC driver on SM1 based platforms, syncs the SoC Ids and fixes 2 potential build warning.
The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/5354
Thanks, Neil
The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6:
libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20201116
for you to fetch changes up to c87eab81616d671a6004ffc95847bad21b7eb005:
ARM: dts: meson-sm1: add u-boot specific MMC controller compatible (2020-11-12 14:31:29 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Neil Armstrong
-
Tom Rini