diff options
author | Nishanth Menon <nm@ti.com> | 2023-07-24 10:39:08 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-07-31 09:25:10 +0300 |
commit | 22de06ae8c88dc76d3087b8c4ffc9268f979c7ec (patch) | |
tree | 172682ab6a5161eb5e3daf39e5d6e2dab6cbb5a1 | |
parent | bb29eb38511e27dfd9fe08c28aab10ba2e4c5349 (diff) |
arm: dts: ti: omap: am5729-beagleboneai: Drop the OPP
opp_slow is not defined in the table in dra7 or derivatives, drop the
definition.
Signed-off-by: Nishanth Menon <nm@ti.com>
Message-ID: <20230724153911.1376830-3-nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts b/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts index 149cfafb90bf..9a234dc1431d 100644 --- a/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts +++ b/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts @@ -677,12 +677,6 @@ clock-frequency = <100000>; }; -&cpu0_opp_table { - opp_slow-500000000 { - opp-shared; - }; -}; - &ipu2 { status = "okay"; memory-region = <&ipu2_memory_region>; |