summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* rockchip: rk3399: rock-pi4: Add init value for vdd_logKever Yang2019-11-171-0/+4
| | | | | | | We should set the init value when vdd_log is enabled, or else the vdd_log output voltage may not in soc required range. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
* rockchip: dts: rk3399: rock-pi-4: Use LPDDR4-100 dtsiJagan Teki2019-07-201-0/+2
| | | | | | | | | | | | | | | | | Use LPDDR4-100 sdram timings dtsi for RockPI-4 board. All these timings are processed during TPL stage of rock-pi-4 board, bootchain. This make TPL would replace rockchip in house rkbin in current bootchain. Bootchain after and before this change: TPL -> SPL -> U-Boot proper rkbin -> SPL -> U-Boot proper Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <Kever.yang@rock-chips.com>
* rockchip: dts: rk3399: Add 'same-as-spl' for Rock PI 4Andy Yan2019-07-191-1/+1
| | | | | | | | Let the board continue boot from the storage device where it bootup. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Kever Yang <Kever.yang@rock-chips.com>
* rockchip: dts: rk3399: Add spl-boot-order for Rock PI 4Andy Yan2019-07-191-0/+5
| | | | | | | | | | RK3399 use sdhci for eMMC and DW MMC for SD Card, and spl will only try to boot from SDMMC if we don't specify other boot device for spl-boot-order. So add sdhci and sdmmc for spl-boot-order here. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
* rockchip: rk3399: Add Rock PI 4 supportJagan Teki2019-05-301-0/+6
Add initial support for Rock PI 4 board. Specification - Rockchip RK3399 - LPDDR4 - eMMC - SD card slot - RTL8211E 1Gbps - HDMI In/Out, DP, MIPI DSI/CSI - PCIe M.2 - USB 2.0, USB-3.0 - USB C Type Commit details of rk3399-rock-pi-4.dts sync from Linux 5.1-rc2: "arm64: dts: rockchip: add ROCK Pi 4 DTS support" (sha1: 1b5715c602fda7b812af0e190eddcce2812e5417) Signed-off-by: Akash Gajjar <akash@openedev.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>