Pull request: u-boot-rockchip-20210121

Hi Tom,
Please pull the rockchip updates/fixes: - New board: rk3328 NanoPi R2S board; - Fix init voltage for some rk3399 boards; - enable rng for rk3399 by default; - set default to SPI bus 1 for SPI-flash for some board; - add dwc PCIe controller driver on rockchip platform;
Gitlab ci: https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/5992
Thanks, - Kever
The following changes since commit 83433fdab4920e206700bca33b9040c7978afc9d:
Merge branch '2021-01-20-fs-fixes' (2021-01-20 16:45:43 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20210121
for you to fetch changes up to 9ddc0787bd660214366e386ce689dd78299ac9d0:
pci: Add Rockchip dwc based PCIe controller driver (2021-01-21 12:00:45 +0800)
---------------------------------------------------------------- David Bauer (1): rockchip: rk3328: Add support for FriendlyARM NanoPi R2S
Hugh Cole-Baker (2): rockchip: rk3399-roc-pc: default to SPI bus 1 for SPI-flash rockchip: puma-haikou: default to SPI bus 1 for SPI-flash
Kever Yang (3): rockchip: evb-rk3399: Provide init voltage rockchip: firefly-rk3399: Provide init voltage rockchip: leez-rk3399: Provide init voltage
Peter Robinson (2): arm: dts: rockchip: rk3399: enable rng at the SoC level configs: rk3399: enable rng on firefly/rock960/rockpro64
Shawn Lin (2): phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHY pci: Add Rockchip dwc based PCIe controller driver
arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3328-nanopi-r2s-u-boot.dtsi | 40 ++ arch/arm/dts/rk3328-nanopi-r2s.dts | 370 +++++++++++ arch/arm/dts/rk3399-evb-u-boot.dtsi | 8 +- arch/arm/dts/rk3399-firefly-u-boot.dtsi | 4 + arch/arm/dts/rk3399-leez-p710-u-boot.dtsi | 4 + arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi | 4 - arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi | 3 +- arch/arm/dts/rk3399-roc-pc-u-boot.dtsi | 4 - arch/arm/dts/rk3399-rockpro64-u-boot.dtsi | 4 - arch/arm/dts/rk3399-u-boot.dtsi | 2 +- board/rockchip/evb_rk3328/MAINTAINERS | 7 + configs/firefly-rk3399_defconfig | 2 + configs/nanopi-r2s-rk3328_defconfig | 98 +++ configs/puma-rk3399_defconfig | 2 + configs/roc-pc-mezzanine-rk3399_defconfig | 1 + configs/roc-pc-rk3399_defconfig | 1 + configs/rock960-rk3399_defconfig | 2 + configs/rockpro64-rk3399_defconfig | 2 + drivers/pci/Kconfig | 9 + drivers/pci/Makefile | 1 + drivers/pci/pcie_dw_rockchip.c | 877 +++++++++++++++++++++++++ drivers/phy/rockchip/Kconfig | 9 + drivers/phy/rockchip/Makefile | 1 + drivers/phy/rockchip/phy-rockchip-snps-pcie3.c | 157 +++++ 25 files changed, 1594 insertions(+), 19 deletions(-) create mode 100644 arch/arm/dts/rk3328-nanopi-r2s-u-boot.dtsi create mode 100644 arch/arm/dts/rk3328-nanopi-r2s.dts create mode 100644 configs/nanopi-r2s-rk3328_defconfig create mode 100644 drivers/pci/pcie_dw_rockchip.c create mode 100644 drivers/phy/rockchip/phy-rockchip-snps-pcie3.c

Kever Yang kever.yang@rock-chips.com writes:
Hi,
Hi Tom,
Please pull the rockchip updates/fixes:
- New board: rk3328 NanoPi R2S board;
- Fix init voltage for some rk3399 boards;
- enable rng for rk3399 by default;
- set default to SPI bus 1 for SPI-flash for some board;
- add dwc PCIe controller driver on rockchip platform;
I don't remember getting any mail about my patches related to edp on pinebook pro patchset (https://patchwork.ozlabs.org/project/uboot/list/?series=215793).
Did I miss something something ?
Thanks, Arnaud

Hi Arnaud,
On 2021/1/21 下午7:39, Arnaud Patard (Rtp) wrote:
Kever Yang kever.yang@rock-chips.com writes:
Hi,
Hi Tom,
Please pull the rockchip updates/fixes:
- New board: rk3328 NanoPi R2S board;
- Fix init voltage for some rk3399 boards;
- enable rng for rk3399 by default;
- set default to SPI bus 1 for SPI-flash for some board;
- add dwc PCIe controller driver on rockchip platform;
I don't remember getting any mail about my patches related to edp on pinebook pro patchset (https://patchwork.ozlabs.org/project/uboot/list/?series=215793).
Did I miss something something ?
Sorry, I was plan to reply, but busy at other things and forgot.
Too many typo at subjects in different patches, will need to update.
Thanks,
- Kever
Thanks, Arnaud

On Thu, Jan 21, 2021 at 06:07:17PM +0800, Kever Yang wrote:
Hi Tom,
Please pull the rockchip updates/fixes:
- New board: rk3328 NanoPi R2S board;
- Fix init voltage for some rk3399 boards;
- enable rng for rk3399 by default;
- set default to SPI bus 1 for SPI-flash for some board;
- add dwc PCIe controller driver on rockchip platform;
Gitlab ci: https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/5992
Thanks,
- Kever
The following changes since commit 83433fdab4920e206700bca33b9040c7978afc9d:
Merge branch '2021-01-20-fs-fixes' (2021-01-20 16:45:43 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20210121
for you to fetch changes up to 9ddc0787bd660214366e386ce689dd78299ac9d0:
pci: Add Rockchip dwc based PCIe controller driver (2021-01-21 12:00:45 +0800)
Applied to u-boot/master, thanks!
participants (3)
-
Arnaud Patard
-
Kever Yang
-
Tom Rini