Re: [PATCH v1 10/10] arm64: dts: qcom: ipq9574: populate the opp table based on the eFuse

From: Krzysztof Kozlowski
Date: Thu Sep 07 2023 - 12:19:01 EST


On 07/09/2023 07:21, Varadarajan Narayanan wrote:
> IPQ95xx SoCs have different OPPs available for the CPU based on
> SoC variant. This can be determined from an eFuse register
> present in the silicon.
>
> Add support to read the eFuse and populate the OPPs based on it.
>

...

> };
> @@ -223,6 +254,11 @@
> reg = <0x000a4000 0x5a1>;
> #address-cells = <1>;
> #size-cells = <1>;
> +
> + cpu_speed_bin: cpu_speed_bin@15 {

No underscores in node names

Best regards,
Krzysztof