diff options
author | Nishanth Menon <nm@ti.com> | 2023-07-24 10:39:09 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-07-31 09:25:10 +0300 |
commit | 5821d766932cc816518bdc5304b4fe4e99f65aaf (patch) | |
tree | fd5bb02306c46a1f0815342d96dc8b15704b845d /arch/arm/boot/dts/ti/omap/am335x-osd335x-common.dtsi | |
parent | 22de06ae8c88dc76d3087b8c4ffc9268f979c7ec (diff) |
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/am335x-osd335x-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ti/omap/am335x-osd335x-common.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ti/omap/am335x-osd335x-common.dtsi b/arch/arm/boot/dts/ti/omap/am335x-osd335x-common.dtsi index 9863bf499a39..93a3af83feac 100644 --- a/arch/arm/boot/dts/ti/omap/am335x-osd335x-common.dtsi +++ b/arch/arm/boot/dts/ti/omap/am335x-osd335x-common.dtsi @@ -28,7 +28,8 @@ * the HW OPP table, the silicon looks like it is Revision 1.0 (ie the * EFUSE_SMA register reads as all zeros). */ - oppnitro-1000000000 { + opp-1000000000 { + /* OPP Nitro */ opp-supported-hw = <0x06 0x0100>; }; }; |