From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 5 Mar 2018 21:33:12 +0100 Subject: [U-Boot] [PULL] u-boot-sh/master Message-ID: <90c8dae7-9214-cd00-4e74-0d7f547d6cfb@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, below is the final PR for 2018.03 from me. It adds R8A77965 M3N and a matching board. All that are mostly various IDs, since on this level the SoC is ~compatible with 7796 . There are two critical fixes though, the PFC one and the PHY reset GPIO. btw it'd be nice if the release didn't overlap with ELC. The following changes since commit 77bba970e2372b01156c66585db3d6fc751c7178: Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2018-03-01 15:50:52 -0500) are available in the Git repository at: git://git.denx.de/u-boot-sh.git master for you to fetch changes up to b2c38dc3d3693578e8067ca2333ab3f6e6cc00d4: ARM: dts: rmobile: Add PHY reset GPIO (2018-03-05 11:48:53 +0100) ---------------------------------------------------------------- Marek Vasut (15): ARM: rmobile: Add R8A77965 M3N IDs clk: renesas: Add R8A77965 M3N entries gpio: rcar: Add R8A77965 M3N entries mmc: uniphier-sd: Add R8A77965 M3N entries net: ravb: Add R8A77965 M3N entries pinctrl: rmobile: Add R8A77965 M3N entries usb: xhci-rcar: Add R8A77965 M3N entries ARM: dts: rmobile: Import R8A77965 M3N DT files from Linux ARM: dts: rmobile: Add RAVB node to R8A77965 M3N DT ARM: dts: rmobile: Add EHCI nodes to R8A77965 M3N DT ARM: dts: rmobile: Add xHCI node to R8A77965 M3N DT ARM: dts: rmobile: Add SDHI nodes to R8A77965 M3N DT ARM: rmobile: Add R8A77965 Salvator-XS board support ARM: dts: rmobile: Make PFC and RST available early on Gen2 only ARM: dts: rmobile: Add PHY reset GPIO arch/arm/dts/Makefile | 1 + arch/arm/dts/r8a7790-u-boot.dtsi | 8 ++ arch/arm/dts/r8a7791-u-boot.dtsi | 8 ++ arch/arm/dts/r8a7792-u-boot.dtsi | 8 ++ arch/arm/dts/r8a7793-u-boot.dtsi | 8 ++ arch/arm/dts/r8a7794-u-boot.dtsi | 8 ++ arch/arm/dts/r8a77965-salvator-x-u-boot.dts | 10 ++ arch/arm/dts/r8a77965-salvator-x.dts | 21 ++++ arch/arm/dts/r8a77965-u-boot.dtsi | 13 +++ arch/arm/dts/r8a77965.dtsi | 818 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/dts/r8a779x-u-boot.dtsi | 8 -- arch/arm/dts/salvator-common.dtsi | 1 + arch/arm/dts/ulcb.dtsi | 1 + arch/arm/mach-rmobile/cpu_info.c | 1 + arch/arm/mach-rmobile/include/mach/rmobile.h | 1 + arch/arm/mach-rmobile/memmap-gen3.c | 1 + board/renesas/salvator-x/MAINTAINERS | 1 + configs/r8a77965_salvator-x_defconfig | 60 +++++++++++ drivers/clk/renesas/r8a7796-cpg-mssr.c | 19 ++++ drivers/gpio/gpio-rcar.c | 1 + drivers/mmc/uniphier-sd.c | 1 + drivers/net/ravb.c | 1 + drivers/pinctrl/renesas/pfc.c | 3 + drivers/usb/host/xhci-rcar.c | 1 + include/dt-bindings/power/r8a77965-sysc.h | 30 ++++++ 25 files changed, 1025 insertions(+), 8 deletions(-) create mode 100644 arch/arm/dts/r8a77965-salvator-x-u-boot.dts create mode 100644 arch/arm/dts/r8a77965-salvator-x.dts create mode 100644 arch/arm/dts/r8a77965-u-boot.dtsi create mode 100644 arch/arm/dts/r8a77965.dtsi create mode 100644 configs/r8a77965_salvator-x_defconfig create mode 100644 include/dt-bindings/power/r8a77965-sysc.h