This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM62A-LP: CPU Frequency Scaling

Part Number: SK-AM62A-LP
Other Parts Discussed in Thread: AM62A3-Q1

		opp-1000000000 {
			opp-hz = /bits/ 64 <1000000000>;
			opp-supported-hw = <0x01 0x0006>;
			clock-latency-ns = <6000000>;
		};

In the device tree (k3-am62a7.dtsi), various CPU operating frequencies are given.

Among that, what does 'opp-supported-hw' means? And how it is determined?

Because in my custom device with AM62A3-Q1, 1250000 is not showing. Why?