[U-Boot] Pull request: u-boot-sunxi/master

Hi Tom,
Please pull this PR.
thanks, Jagan.
The following changes since commit f05ebbf47a9dc863ff4bb084649ecb34d728b5f2:
bcm968380gerg: Add MAINTAINERS file (2018-08-09 11:48:39 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to d8024074e43c2a99ecf93d919544d82f69025521:
board: sunxi: Remove unused local variables (2018-08-20 18:10:43 +0530)
---------------------------------------------------------------- Andre Przywara (1): sunxi: A64: fix default DRAM_ODT_EN symbol
Icenowy Zheng (1): sunxi: fix sid base address macro name for H6
Jagan Teki (5): clk: Kconfig: Ascending order to sub directiory kconfigs ARM: dts: sun8i: Update A83T dts(i) files from Linux-v4.18-rc3 ARM: dts: sun8i: Update R40/V40 dts(i) files from Linux-v4.18-rc3 configs: sun7i: Fix to use emmc dts for OLinuXino_MICRO-eMMC board: sunxi: Remove unused local variables
arch/arm/dts/axp81x.dtsi | 169 +++++ arch/arm/dts/sun8i-a83t-allwinner-h8homlet-v2.dts | 195 ++++- arch/arm/dts/sun8i-a83t-bananapi-m3.dts | 298 +++++++- arch/arm/dts/sun8i-a83t-cubietruck-plus.dts | 322 +++++++- arch/arm/dts/sun8i-a83t-tbs-a711.dts | 355 ++++++++- arch/arm/dts/sun8i-a83t.dtsi | 885 ++++++++++++++++++++-- arch/arm/dts/sun8i-r40-bananapi-m2-ultra.dts | 168 +++- arch/arm/dts/sun8i-r40.dtsi | 303 +++++++- arch/arm/dts/sun8i-v40-bananapi-m2-berry.dts | 50 ++ arch/arm/include/asm/arch-sunxi/cpu_sun50i_h6.h | 2 +- arch/arm/mach-sunxi/Kconfig | 1 - board/sunxi/board.c | 2 - configs/A20-OLinuXino_MICRO-eMMC_defconfig | 2 +- configs/Bananapi_M2_Ultra_defconfig | 1 - configs/amarula_a64_relic_defconfig | 1 - configs/bananapi_m2_berry_defconfig | 1 - configs/sopine_baseboard_defconfig | 1 - drivers/clk/Kconfig | 8 +- include/dt-bindings/clock/sun8i-a83t-ccu.h | 140 ++++ include/dt-bindings/reset/sun8i-a83t-ccu.h | 98 +++ 20 files changed, 2874 insertions(+), 128 deletions(-) create mode 100644 arch/arm/dts/axp81x.dtsi create mode 100644 include/dt-bindings/clock/sun8i-a83t-ccu.h create mode 100644 include/dt-bindings/reset/sun8i-a83t-ccu.h

On Mon, Aug 20, 2018 at 06:14:05PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
thanks, Jagan.
The following changes since commit f05ebbf47a9dc863ff4bb084649ecb34d728b5f2:
bcm968380gerg: Add MAINTAINERS file (2018-08-09 11:48:39 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to d8024074e43c2a99ecf93d919544d82f69025521:
board: sunxi: Remove unused local variables (2018-08-20 18:10:43 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini