summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ti/omap/am4372.dtsi
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2023-07-24 18:39:09 +0300
committerTony Lindgren <tony@atomide.com>2023-07-31 09:25:10 +0300
commit5821d766932cc816518bdc5304b4fe4e99f65aaf (patch)
treefd5bb02306c46a1f0815342d96dc8b15704b845d /arch/arm/boot/dts/ti/omap/am4372.dtsi
parent22de06ae8c88dc76d3087b8c4ffc9268f979c7ec (diff)
downloadlinux-5821d766932cc816518bdc5304b4fe4e99f65aaf.tar.xz
arm: dts: ti: omap: Fix OPP table node names
Fix the opp table node names for opps to be compliant with bindings. Signed-off-by: Nishanth Menon <nm@ti.com> Message-ID: <20230724153911.1376830-4-nm@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/ti/omap/am4372.dtsi')
-rw-r--r--arch/arm/boot/dts/ti/omap/am4372.dtsi15
1 files changed, 10 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/ti/omap/am4372.dtsi b/arch/arm/boot/dts/ti/omap/am4372.dtsi
index 8613355bbd5e..9d2c064534f7 100644
--- a/arch/arm/boot/dts/ti/omap/am4372.dtsi
+++ b/arch/arm/boot/dts/ti/omap/am4372.dtsi
@@ -70,32 +70,37 @@
compatible = "operating-points-v2-ti-cpu";
syscon = <&scm_conf>;
- opp50-300000000 {
+ opp-50-300000000 {
+ /* OPP50 */
opp-hz = /bits/ 64 <300000000>;
opp-microvolt = <950000 931000 969000>;
opp-supported-hw = <0xFF 0x01>;
opp-suspend;
};
- opp100-600000000 {
+ opp-100-600000000 {
+ /* OPP100 */
opp-hz = /bits/ 64 <600000000>;
opp-microvolt = <1100000 1078000 1122000>;
opp-supported-hw = <0xFF 0x04>;
};
- opp120-720000000 {
+ opp-120-720000000 {
+ /* OPP120 */
opp-hz = /bits/ 64 <720000000>;
opp-microvolt = <1200000 1176000 1224000>;
opp-supported-hw = <0xFF 0x08>;
};
- oppturbo-800000000 {
+ opp-800000000{
+ /* OPP Turbo */
opp-hz = /bits/ 64 <800000000>;
opp-microvolt = <1260000 1234800 1285200>;
opp-supported-hw = <0xFF 0x10>;
};
- oppnitro-1000000000 {
+ opp-1000000000 {
+ /* OPP Nitro */
opp-hz = /bits/ 64 <1000000000>;
opp-microvolt = <1325000 1298500 1351500>;
opp-supported-hw = <0xFF 0x20>;