aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Robinson2023-06-11 18:18:34 +0100
committerTom Rini2023-06-14 15:48:45 -0400
commit70ca9f62f3ac3cb67be696815e8be8600623795f (patch)
treeeb39cf3e188e67527b41052ca78cf3bce27be1b1
parenta7e4dffcd8c582bf4344548270d2fc7ac6c0f9ec (diff)
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 4edea88665f..e4a8beeb1ab 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