aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2023-06-11 18:18:34 +0100
committerTom Rini <trini@konsulko.com>2023-06-14 12:56:10 -0400
commit9e48796ed5448c13d05b68d88d0434d00c084b92 (patch)
treedc0df52acc7184aa16ed3b7d18776e329fd46e70
parent384b0be2ec864121353097f29cd5a23005f1685a (diff)
downloadu-boot-9e48796ed5448c13d05b68d88d0434d00c084b92.zip
u-boot-9e48796ed5448c13d05b68d88d0434d00c084b92.tar.gz
u-boot-9e48796ed5448c13d05b68d88d0434d00c084b92.tar.bz2
rockchip: Pinephone Pro: Add DDR RAM type config
Add the RAM_ROCKCHIP_LPDDR4 to fix the Pinephone Pro booting. When the configs were updated in 26f92be07e2 it somehow broke the PPP boot process so let's fix it. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> CC: Jagan Teki <jagan@edgeble.ai> CC: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r--configs/pinephone-pro-rk3399_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pinephone-pro-rk3399_defconfig b/configs/pinephone-pro-rk3399_defconfig
index 4edea88..e4a8bee 100644
--- a/configs/pinephone-pro-rk3399_defconfig
+++ b/configs/pinephone-pro-rk3399_defconfig
@@ -73,6 +73,7 @@ CONFIG_PMIC_RK8XX=y
CONFIG_REGULATOR_PWM=y
CONFIG_REGULATOR_RK8XX=y
CONFIG_PWM_ROCKCHIP=y
+CONFIG_RAM_ROCKCHIP_LPDDR4=y
CONFIG_DM_RNG=y
CONFIG_RNG_ROCKCHIP=y
CONFIG_BAUDRATE=1500000