ARM: dts: omap443x: Correct sgx clock to 307.2MHz as used on motorola vendor kernel
authorCarl Philipp Klemm <philipp@uvos.xyz>
Mon, 4 Jan 2021 19:56:31 +0000 (20:56 +0100)
committerTony Lindgren <tony@atomide.com>
Tue, 26 Jan 2021 11:18:52 +0000 (13:18 +0200)
The Android vendor kernel uses 307.2MHz or a divider ratio of /5 while active
153600000 or /10 is only used when the sgx core is inactive.

Signed-off-by: Carl Philipp Klemm <philipp@uvos.xyz>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap443x.dtsi

index dd8ef58..8466161 100644 (file)
 /include/ "omap443x-clocks.dtsi"
 
 /*
- * Use dpll_per for sgx at 153.6MHz like droid4 stock v3.0.8 Android kernel
+ * Use dpll_per for sgx at 307.2MHz like droid4 stock v3.0.8 Android kernel
  */
 &sgx_module {
        assigned-clocks = <&l3_gfx_clkctrl OMAP4_GPU_CLKCTRL 24>,
                          <&dpll_per_m7x2_ck>;
-       assigned-clock-rates = <0>, <153600000>;
+       assigned-clock-rates = <0>, <307200000>;
        assigned-clock-parents = <&dpll_per_m7x2_ck>;
 };