init.power.sh: remove CPUBW min freq setting

CPU BW is set to 200Mhz in QC MTP, since on Pixel, we also adjust CPU BW
in touch PowerHint, we can relax the setting to 100Mhz.

Bug: 69271302
Test: boot
Change-Id: Iead3634d9c6fb0b3edc24ab0a19d62157a6a1793
diff --git a/init.power.sh b/init.power.sh
index 3dc650d..a610afb 100755
--- a/init.power.sh
+++ b/init.power.sh
@@ -18,7 +18,6 @@
 do
     write $cpubw/governor "bw_hwmon"
     write $cpubw/polling_interval 50
-    write $cpubw/min_freq 1525
     write $cpubw/bw_hwmon/mbps_zones "3143 5859 11863 13763"
     write $cpubw/bw_hwmon/sample_ms 4
     write $cpubw/bw_hwmon/io_percent 34