Skip to content

Commit 793e0d8

Browse files
macromorganmmind
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 1e9ac3e commit 793e0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
assigned-clocks = <&pmucru CLK_RTC_32K>, <&cru PLL_GPLL>,
6969
<&pmucru PLL_PPLL>, <&cru PLL_VPLL>;
7070
assigned-clock-rates = <32768>, <1200000000>,
71-
<200000000>, <108000000>;
71+
<200000000>, <292500000>;
7272
};
7373

7474
&gpio_keys_control {

0 commit comments

Comments
 (0)