pwm table: fix cpu pwm regulator config [1/1]

PD#SWPL-195669

Problem:
fix s6 cpu pwm regulator config

Solution:
fix regulator config

Verify:
s6

Change-Id: Ifdff3741e3255fa50c4c3b33f7a8cecaccc15e6e
Signed-off-by: chao.zhang <chao.zhang@amlogic.com>
This commit is contained in:
chao.zhang
2025-04-17 15:21:23 +08:00
committed by codewalkerster
parent 007b544ff4
commit a3d94dea52
2 changed files with 10 additions and 9 deletions
+9 -9
View File
@@ -333,26 +333,26 @@
<969000 17>,
<959000 19>,
<949000 22>,
<939000 26>,
<929000 29>,
<939000 25>,
<929000 28>,
<919000 31>,
<909000 33>,
<899000 36>,
<889000 40>,
<879000 43>,
<889000 39>,
<879000 42>,
<869000 44>,
<859000 47>,
<849000 51>,
<839000 54>,
<839000 53>,
<829000 56>,
<819000 58>,
<809000 61>,
<799000 65>,
<789000 68>,
<799000 64>,
<789000 67>,
<779000 69>,
<769000 72>,
<759000 76>,
<749000 79>,
<759000 75>,
<749000 78>,
<739000 81>,
<729000 83>,
<719000 86>,
@@ -0,0 +1 @@
SWPL-195669