diff options
author | Chris Morgan <macromorgan@hotmail.com> | 2023-10-18 17:33:56 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-10-19 10:46:15 +0200 |
commit | 793e0d8988bc0e6bf2ff5c6df7fc81ec8c53a93e (patch) | |
tree | 31814b6f3c05379042e70dbaf6d06d705e50139d /arch | |
parent | arm64: dts: rockchip: add support for Powkiddy RGB30 (diff) | |
download | linux-793e0d8988bc0e6bf2ff5c6df7fc81ec8c53a93e.tar.xz linux-793e0d8988bc0e6bf2ff5c6df7fc81ec8c53a93e.zip |
arm64: dts: rockchip: Update VPLL Frequency for RGB30
Set the VPLL frequency for the RGB30 to 292.5MHz to support running
the 720x720 display panel at 59.97hz. Without this change, the panel
runs at 59.08hz.
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Link: https://lore.kernel.org/r/20231018153357.343142-3-macroalpha82@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts b/arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts index c7828c99a1bb..3ebc21608213 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts +++ b/arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts @@ -68,7 +68,7 @@ assigned-clocks = <&pmucru CLK_RTC_32K>, <&cru PLL_GPLL>, <&pmucru PLL_PPLL>, <&cru PLL_VPLL>; assigned-clock-rates = <32768>, <1200000000>, - <200000000>, <108000000>; + <200000000>, <292500000>; }; &gpio_keys_control { |