diff options
author | Nishanth Menon <[email protected]> | 2023-07-24 10:39:07 -0500 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2023-07-31 09:25:10 +0300 |
commit | bb29eb38511e27dfd9fe08c28aab10ba2e4c5349 (patch) | |
tree | 2ef5beec5e41661ea6b60767c19220f1845dfcd3 | |
parent | c4c774ba80454ba877d5ec228351a209ef8a8406 (diff) |
arm: dts: ti: omap: omap36xx: Rename opp_supply nodename
Use opp-supply as the proper node name.
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Dhruva Gole <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/ti/omap/omap36xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ti/omap/omap36xx.dtsi b/arch/arm/boot/dts/ti/omap/omap36xx.dtsi index fff9c3d34193..50e640a32b5c 100644 --- a/arch/arm/boot/dts/ti/omap/omap36xx.dtsi +++ b/arch/arm/boot/dts/ti/omap/omap36xx.dtsi @@ -71,7 +71,7 @@ }; }; - opp_supply_mpu_iva: opp_supply { + opp_supply_mpu_iva: opp-supply { compatible = "ti,omap-opp-supply"; ti,absolute-max-voltage-uv = <1375000>; }; |