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

Hi Tom,
Please pull this PR.
thanks, Jagan.
The following changes since commit b25f8e2112b1582ce6386e846800a31bab688e50:
Merge git://git.denx.de/u-boot-imx (2018-04-30 07:14:05 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to f3df7758b5fb4e1f8eb8f2bbd9b9354054884502:
board: sunxi: sun8i-v40: Add Bananapi M2 Berry support (2018-05-07 11:33:19 +0530)
---------------------------------------------------------------- Chen-Yu Tsai (5): sunxi: Disable R_I2C for Libre Computer Board ALL-H3-CC H3 ver. sunxi: Split out common board design for ALL-H3-CC device tree sunxi: Add Libre Computer Board ALL-H3-CC H2+ ver. sunxi: Add Libre Computer Board ALL-H3-CC H5 ver. sunxi: Sort dts Makefile entries for H3
Jagan Teki (2): ARM: dts: sun8i: Sync r40 dtsi from Linux board: sunxi: sun8i-v40: Add Bananapi M2 Berry support
arch/arm/dts/Makefile | 15 +- arch/arm/dts/sun50i-h5-libretech-all-h3-cc.dts | 13 ++ arch/arm/dts/sun8i-h2-plus-libretech-all-h3-cc.dts | 13 ++ arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts | 166 +----------------- arch/arm/dts/sun8i-r40.dtsi | 43 +++++ arch/arm/dts/sun8i-v40-bananapi-m2-berry.dts | 132 +++++++++++++++ arch/arm/dts/sunxi-libretech-all-h3-cc.dtsi | 168 ++++++++++++++++++ board/sunxi/MAINTAINERS | 9 +- configs/bananapi_m2_berry_defconfig | 14 ++ configs/libretech_all_h3_cc_h2_plus_defconfig | 15 ++ configs/libretech_all_h3_cc_h3_defconfig | 2 - configs/libretech_all_h3_cc_h5_defconfig | 15 ++ include/dt-bindings/clock/sun8i-r40-ccu.h | 187 +++++++++++++++++++++ include/dt-bindings/reset/sun8i-r40-ccu.h | 130 ++++++++++++++ 14 files changed, 749 insertions(+), 173 deletions(-) create mode 100644 arch/arm/dts/sun50i-h5-libretech-all-h3-cc.dts create mode 100644 arch/arm/dts/sun8i-h2-plus-libretech-all-h3-cc.dts create mode 100644 arch/arm/dts/sun8i-v40-bananapi-m2-berry.dts create mode 100644 arch/arm/dts/sunxi-libretech-all-h3-cc.dtsi create mode 100644 configs/bananapi_m2_berry_defconfig create mode 100644 configs/libretech_all_h3_cc_h2_plus_defconfig create mode 100644 configs/libretech_all_h3_cc_h5_defconfig create mode 100644 include/dt-bindings/clock/sun8i-r40-ccu.h create mode 100644 include/dt-bindings/reset/sun8i-r40-ccu.h

On Wed, May 09, 2018 at 04:33:12PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
thanks, Jagan.
The following changes since commit b25f8e2112b1582ce6386e846800a31bab688e50:
Merge git://git.denx.de/u-boot-imx (2018-04-30 07:14:05 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to f3df7758b5fb4e1f8eb8f2bbd9b9354054884502:
board: sunxi: sun8i-v40: Add Bananapi M2 Berry support (2018-05-07 11:33:19 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini