Skip to content

Commit 50f5ad2

Browse files
bryanbrattlofr-vignesh
authored andcommitted
arm64: dts: ti: k3-am62p5-sk: add 1.4ghz opp entry
The AM62Px reference board is capable of supplying 0v85 to the VDD_CORE which allows the Cortex-A53s to operate at 1.4GHz according to chapter 6.6 of the SoC's data sheet[0] . Append the 1.4Ghz entry to the OPP table to enable this frequency [0] https://www.ti.com/lit/ds/symlink/am62p-q1.pdf Signed-off-by: Bryan Brattlof <bb@ti.com> Signed-off-by: Dhruva Gole <d-gole@ti.com> Link: https://lore.kernel.org/r/20241008132052.407994-5-d-gole@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 76d855f commit 50f5ad2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-am62p5-sk.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,15 @@
128128
};
129129
};
130130

131+
opp-table {
132+
/* Requires VDD_CORE at 0v85 */
133+
opp-1400000000 {
134+
opp-hz = /bits/ 64 <1400000000>;
135+
opp-supported-hw = <0x01 0x0004>;
136+
clock-latency-ns = <6000000>;
137+
};
138+
};
139+
131140
tlv320_mclk: clk-0 {
132141
#clock-cells = <0>;
133142
compatible = "fixed-clock";

0 commit comments

Comments
 (0)