Commit 793e0d89 authored by Chris Morgan's avatar Chris Morgan Committed by Heiko Stuebner

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: default avatarChris Morgan <macromorgan@hotmail.com>
Link: https://lore.kernel.org/r/20231018153357.343142-3-macroalpha82@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 1e9ac3e8
...@@ -68,7 +68,7 @@ &cru { ...@@ -68,7 +68,7 @@ &cru {
assigned-clocks = <&pmucru CLK_RTC_32K>, <&cru PLL_GPLL>, assigned-clocks = <&pmucru CLK_RTC_32K>, <&cru PLL_GPLL>,
<&pmucru PLL_PPLL>, <&cru PLL_VPLL>; <&pmucru PLL_PPLL>, <&cru PLL_VPLL>;
assigned-clock-rates = <32768>, <1200000000>, assigned-clock-rates = <32768>, <1200000000>,
<200000000>, <108000000>; <200000000>, <292500000>;
}; };
&gpio_keys_control { &gpio_keys_control {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment