Advertisement
Guest User

Untitled

a guest
Apr 28th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 60.25 KB | Source Code | 0 0
  1. [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  2. [    0.000000] Linux version 5.10.145-cip17Bridge-OSv1.0.0 (andreas@unicorn) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2022.11) 11.3.0, GNU ld (GNU Binutils) 2.38) #1 SMP Fri Apr 28 15:48:53 CEST 2023
  3. [    0.000000] Machine model: Radxa Zero
  4. [    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'secmon@5000000': base 0x0000000005000000, size 3 MiB
  5. [    0.000000] Reserved memory: created CMA memory pool at 0x0000000025c00000, size 256 MiB
  6. [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  7. [    0.000000] NUMA: No NUMA configuration found
  8. [    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000003fe5afff]
  9. [    0.000000] NUMA: NODE_DATA [mem 0x3fc01800-0x3fc02fff]
  10. [    0.000000] Zone ranges:
  11. [    0.000000]   DMA      [mem 0x0000000000000000-0x000000003fe5afff]
  12. [    0.000000]   Normal   empty
  13. [    0.000000] Movable zone start for each node
  14. [    0.000000] Early memory node ranges
  15. [    0.000000]   node   0: [mem 0x0000000000000000-0x000000003fe5afff]
  16. [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003fe5afff]
  17. [    0.000000] On node 0 totalpages: 261723
  18. [    0.000000]   DMA zone: 4090 pages used for memmap
  19. [    0.000000]   DMA zone: 0 pages reserved
  20. [    0.000000]   DMA zone: 261723 pages, LIFO batch:63
  21. [    0.000000] On node 0, zone DMA: 421 pages in unavailable ranges
  22. [    0.000000] psci: probing for conduit method from DT.
  23. [    0.000000] psci: PSCIv1.0 detected in firmware.
  24. [    0.000000] psci: Using standard PSCI v0.2 function IDs
  25. [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
  26. [    0.000000] psci: SMC Calling Convention v1.1
  27. [    0.000000] percpu: Embedded 22 pages/cpu s51608 r8192 d30312 u90112
  28. [    0.000000] pcpu-alloc: s51608 r8192 d30312 u90112 alloc=22*4096
  29. [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  30. [    0.000000] Detected VIPT I-cache on CPU0
  31. [    0.000000] CPU features: detected: ARM erratum 845719
  32. [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 257633
  33. [    0.000000] Policy zone: DMA
  34. [    0.000000] Kernel command line: root=PARTUUID=00000000-01 rootfstype=ext4 rootwait console=tty1
  35. [    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  36. [    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
  37. [    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
  38. [    0.000000] Memory: 742480K/1046892K available (10558K kernel code, 1314K rwdata, 4000K rodata, 1984K init, 525K bss, 42268K reserved, 262144K cma-reserved)
  39. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  40. [    0.000000] rcu: Hierarchical RCU implementation.
  41. [    0.000000] rcu:     RCU event tracing is enabled.
  42. [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  43. [    0.000000]  Trampoline variant of Tasks RCU enabled.
  44. [    0.000000]  Rude variant of Tasks RCU enabled.
  45. [    0.000000]  Tracing variant of Tasks RCU enabled.
  46. [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  47. [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  48. [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  49. [    0.000000] GIC: Using split EOI/Deactivate mode
  50. [    0.000000] irq_meson_gpio: 100 to 8 gpio interrupt mux initialized
  51. [    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  52. [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  53. [    0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  54. [    0.000193] Console: colour dummy device 80x25
  55. [    0.000490] printk: console [tty1] enabled
  56. [    0.000570] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  57. [    0.000591] pid_max: default: 32768 minimum: 301
  58. [    0.000662] LSM: Security Framework initializing
  59. [    0.000692] Yama: becoming mindful.
  60. [    0.000778] AppArmor: AppArmor initialized
  61. [    0.000822] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  62. [    0.000842] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  63. [    0.002522] rcu: Hierarchical SRCU implementation.
  64. [    0.003957] smp: Bringing up secondary CPUs ...
  65. [    0.004486] Detected VIPT I-cache on CPU1
  66. [    0.004552] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  67. [    0.005101] Detected VIPT I-cache on CPU2
  68. [    0.005132] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  69. [    0.005639] Detected VIPT I-cache on CPU3
  70. [    0.005664] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  71. [    0.005723] smp: Brought up 1 node, 4 CPUs
  72. [    0.005777] SMP: Total of 4 processors activated.
  73. [    0.005787] CPU features: detected: 32-bit EL0 Support
  74. [    0.005797] CPU features: detected: CRC32 instructions
  75. [    0.015461] CPU: All CPU(s) started at EL2
  76. [    0.015533] alternatives: patching kernel code
  77. [    0.016905] devtmpfs: initialized
  78. [    0.027353] Registered cp15_barrier emulation handler
  79. [    0.027391] Registered setend emulation handler
  80. [    0.027577] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  81. [    0.027617] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  82. [    0.034099] pinctrl core: initialized pinctrl subsystem
  83. [    0.035577] NET: Registered protocol family 16
  84. [    0.037080] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
  85. [    0.037195] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  86. [    0.037283] audit: initializing netlink subsys (disabled)
  87. [    0.037473] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1
  88. [    0.038118] thermal_sys: Registered thermal governor 'fair_share'
  89. [    0.038131] thermal_sys: Registered thermal governor 'bang_bang'
  90. [    0.038152] thermal_sys: Registered thermal governor 'step_wise'
  91. [    0.038163] thermal_sys: Registered thermal governor 'user_space'
  92. [    0.038897] cpuidle: using governor menu
  93. [    0.039045] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  94. [    0.039145] ASID allocator initialised with 65536 entries
  95. [    0.039172] Serial: AMBA PL011 UART driver
  96. [    0.074678] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  97. [    0.074713] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  98. [    0.074725] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  99. [    0.074736] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  100. [    0.076785] cryptd: max_cpu_qlen set to 1000
  101. [    0.081403] reg-fixed-voltage regulator-flash_1v8: Failed to register regulator: -517
  102. [    0.081747] reg-fixed-voltage regulator-vcc_1v8: Failed to register regulator: -517
  103. [    0.081838] reg-fixed-voltage regulator-vcc_3v3: Failed to register regulator: -517
  104. [    0.081976] reg-fixed-voltage regulator-vddao_1v8: Failed to register regulator: -517
  105. [    0.082055] VDDAO_3V3: supplied by DC_IN
  106. [    0.082614] iommu: Default domain type: Translated
  107. [    0.082871] vgaarb: loaded
  108. [    0.083719] SCSI subsystem initialized
  109. [    0.084009] usbcore: registered new interface driver usbfs
  110. [    0.084069] usbcore: registered new interface driver hub
  111. [    0.084124] usbcore: registered new device driver usb
  112. [    0.084252] pps_core: LinuxPPS API ver. 1 registered
  113. [    0.084265] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  114. [    0.084290] PTP clock support registered
  115. [    0.084321] EDAC MC: Ver: 3.0.0
  116. [    0.086585] NetLabel: Initializing
  117. [    0.086617] NetLabel:  domain hash size = 128
  118. [    0.086625] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
  119. [    0.086689] NetLabel:  unlabeled traffic allowed by default
  120. [    0.087074] clocksource: Switched to clocksource arch_sys_counter
  121. [    0.087926] AppArmor: AppArmor Filesystem Enabled
  122. [    0.095639] NET: Registered protocol family 2
  123. [    0.095811] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
  124. [    0.096609] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
  125. [    0.096713] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
  126. [    0.096806] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
  127. [    0.096915] TCP: Hash tables configured (established 8192 bind 8192)
  128. [    0.097069] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
  129. [    0.097124] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  130. [    0.097160] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  131. [    0.097309] NET: Registered protocol family 1
  132. [    0.097339] PCI: CLS 0 bytes, default 64
  133. [    0.103582] Initialise system trusted keyrings
  134. [    0.103694] Key type blacklist registered
  135. [    0.104094] workingset: timestamp_bits=44 max_order=18 bucket_order=0
  136. [    0.107410] zbud: loaded
  137. [    0.108670] integrity: Platform Keyring initialized
  138. [    0.144042] Key type asymmetric registered
  139. [    0.144059] Asymmetric key parser 'x509' registered
  140. [    0.144122] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  141. [    0.144248] io scheduler mq-deadline registered
  142. [    0.144261] io scheduler kyber registered
  143. [    0.144367] io scheduler bfq registered
  144. [    0.151356] meson-pwm ffd19000.pwm: .apply ignored .polarity
  145. [    0.151397] meson-pwm ffd19000.pwm: .apply is not idempotent (ena=0 pol=13623424 5494/10988) -> (ena=0 pol=0 5494/10988)
  146. [    0.151413] meson-pwm ffd19000.pwm: .apply ignored .polarity
  147. [    0.151427] meson-pwm ffd19000.pwm: .apply is not idempotent (ena=0 pol=13623424 5494/10988) -> (ena=0 pol=0 5494/10988)
  148. [    0.157547] soc soc0: Amlogic Meson G12A (Unknown) Revision 28:b (30:2) Detected
  149. [    0.158627] meson-pwm ff802000.pwm: .apply is supposed to round down duty_cycle (requested: 0/1250, applied: 1230/1230)
  150. [    0.158666] meson-pwm ff802000.pwm: .apply is not idempotent (ena=1 pol=287488784 0/1230) -> (ena=1 pol=0 0/1189)
  151. [    0.158710] VDDCPU: supplied by regulator-dummy
  152. [    0.159667] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  153. [    0.162659] Serial: AMBA driver
  154. [    0.163238] ffd24000.serial: ttyAML2 at MMIO 0xffd24000 (irq = 25, base_baud = 1500000) is a meson_uart
  155. [    0.163439] serial serial0: tty port ttyAML2 registered
  156. [    0.323110] loop: module loaded
  157. [    0.325478] tun: Universal TUN/TAP device driver, 1.6
  158. [    0.325821] VFIO - User Level meta-driver version: 0.3
  159. [    0.328442] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
  160. [    0.328477] softdog:              soft_reboot_cmd=<not set> soft_active_on_boot=0
  161. [    0.329888] meson-pwm ff802000.pwm: .apply is supposed to round down duty_cycle (requested: 175/1250, applied: 1066/1230)
  162. [    0.329929] meson-pwm ff802000.pwm: .apply is not idempotent (ena=1 pol=287487424 164/1230) -> (ena=1 pol=0 123/1189)
  163. [    0.333394] sdhci: Secure Digital Host Controller Interface driver
  164. [    0.333423] sdhci: Copyright(c) Pierre Ossman
  165. [    0.334143] meson-gx-mmc ffe05000.sd: Got CD GPIO
  166. [    0.334516] meson-sm: secure-monitor enabled
  167. [    0.334921] hid: raw HID events driver (C) Jiri Kosina
  168. [    0.335121] usbcore: registered new interface driver usbhid
  169. [    0.335138] usbhid: USB HID core driver
  170. [    0.335950] NET: Registered protocol family 10
  171. [    0.336722] Segment Routing with IPv6
  172. [    0.336784] NET: Registered protocol family 17
  173. [    0.337037] Key type dns_resolver registered
  174. [    0.337446] registered taskstats version 1
  175. [    0.337468] Loading compiled-in X.509 certificates
  176. [    0.339547] Loaded X.509 cert 'Build time autogenerated kernel key: 00ffba022ca9095e74030e6eafae6a47421684bb'
  177. [    0.341403] zswap: loaded using pool zstd/z3fold
  178. [    0.341622] Key type ._fscrypt registered
  179. [    0.341631] Key type .fscrypt registered
  180. [    0.341636] Key type fscrypt-provisioning registered
  181. [    0.342303] Key type encrypted registered
  182. [    0.342323] AppArmor: AppArmor sha1 policy hashing enabled
  183. [    0.353446] reg-fixed-voltage regulator-flash_1v8: Failed to register regulator: -517
  184. [    0.353718] reg-fixed-voltage regulator-vcc_1v8: Failed to register regulator: -517
  185. [    0.353829] VCC_3V3: supplied by VDDAO_3V3
  186. [    0.354356] VCC_5V: supplied by DC_IN
  187. [    0.354582] VDDAO_1V8: supplied by VDDAO_3V3
  188. [    0.356272] meson-drm ff900000.vpu: Queued 2 outputs on vpu
  189. [    0.356735] meson-drm ff900000.vpu: CVBS Output connector not available
  190. [    0.383134] meson-dw-hdmi ff600000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)
  191. [    0.383479] meson-dw-hdmi ff600000.hdmi-tx: registered DesignWare HDMI I2C bus driver
  192. [    0.383755] meson-drm ff900000.vpu: bound ff600000.hdmi-tx (ops meson_dw_hdmi_ops)
  193. [    0.384104] [drm] Initialized meson 1.0.0 20161109 for ff900000.vpu on minor 0
  194. [    0.570353] Console: switching to colour frame buffer device 128x48
  195. [    0.587123] meson-drm ff900000.vpu: [drm] fb0: mesondrmfb frame buffer device
  196. [    0.588603] FLASH_1V8: supplied by VCC_3V3
  197. [    0.589167] meson-gx-mmc ffe03000.sd: allocated mmc-pwrseq
  198. [    0.589266] meson-gx-mmc ffe07000.mmc: allocated mmc-pwrseq
  199. [    0.589292] VCC_1V8: supplied by VCC_3V3
  200. [    0.590488] meson-pwm ffd19000.pwm: .apply is not idempotent (ena=1 pol=288635536 15006/30012) -> (ena=1 pol=0 14760/29520)
  201. [    0.615570] Waiting for root device PARTUUID=00000000-01...
  202. [    0.664109] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
  203. [    0.666281] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
  204. [    0.668423] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
  205. [    0.672226] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
  206. [    0.677005] mmc0: queuing unknown CIS tuple 0x81 (9 bytes)
  207. [    0.683095] mmc2: new HS200 MMC card at address 0001
  208. [    0.684395] mmcblk2: mmc2:0001 T22708 7.13 GiB
  209. [    0.685038] mmcblk2boot0: mmc2:0001 T22708 partition 1 4.00 MiB
  210. [    0.685763] mmcblk2boot1: mmc2:0001 T22708 partition 2 4.00 MiB
  211. [    0.686114] mmcblk2rpmb: mmc2:0001 T22708 partition 3 4.00 MiB, chardev (245:0)
  212. [    0.688620]  mmcblk2: p1 p2
  213. [    0.748094] mmc0: new ultra high speed SDR50 SDIO card at address 0001
  214. [    0.782071] EXT4-fs (mmcblk2p1): mounted filesystem with ordered data mode. Opts: (null)
  215. [    0.782251] VFS: Mounted root (ext4 filesystem) readonly on device 179:1.
  216. [    0.782744] devtmpfs: mounted
  217. [    0.783434] Freeing unused kernel memory: 1984K
  218. [    0.795115] Run /sbin/init as init process
  219. [    0.797620]   with arguments:
  220. [    0.797623]     /sbin/init
  221. [    0.797625]   with environment:
  222. [    0.797628]     HOME=/
  223. [    0.797630]     TERM=linux
  224. [    0.932637] EXT4-fs (mmcblk2p1): re-mounted. Opts: (null)
  225. [    1.012968] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null)
  226. [    1.176988] EXT4-fs (mmcblk2p1): re-mounted. Opts: (null)
  227. [    1.180854] EXT4-fs (mmcblk2p2): re-mounted. Opts: (null)
  228. [    1.216971] udevd[1128]: starting version 3.2.11
  229. [    1.230822] random: udevd: uninitialized urandom read (16 bytes read)
  230. [    1.234164] random: udevd: uninitialized urandom read (16 bytes read)
  231. [    1.236678] random: udevd: uninitialized urandom read (16 bytes read)
  232. [    1.249817] udevd[1129]: starting eudev-3.2.11
  233. [    1.390355] panfrost ffe40000.gpu: clock rate = 24000000
  234. [    1.415553] panfrost ffe40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
  235. [    1.419383] panfrost ffe40000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0
  236. [    1.421860] panfrost ffe40000.gpu: features: 00000000,3fde77ff, issues: 00000000,00000400
  237. [    1.424430] panfrost ffe40000.gpu: Features: L2:0x07100206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
  238. [    1.426305] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  239. [    1.429185] panfrost ffe40000.gpu: shader_present=0x1 l2_present=0x1
  240. [    1.436506] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  241. [    1.442543] [drm] Initialized panfrost 1.1.0 20180908 for ffe40000.gpu on minor 1
  242. [    1.467265] Bluetooth: Core ver 2.22
  243. [    1.469809] NET: Registered protocol family 31
  244. [    1.472174] Bluetooth: HCI device and connection manager initialized
  245. [    1.474488] Bluetooth: HCI socket layer initialized
  246. [    1.476766] Bluetooth: L2CAP socket layer initialized
  247. [    1.479088] Bluetooth: SCO socket layer initialized
  248. [    1.500692] brcmfmac: F1 signature read @0x18000000=0x15294345
  249. [    1.501431] Bluetooth: HCI UART driver ver 2.3
  250. [    1.502989] brcmfmac: brcmf_of_probe: interrupt could not be mapped
  251. [    1.503871] Bluetooth: HCI UART protocol H4 registered
  252. [    1.503988] Bluetooth: HCI UART protocol LL registered
  253. [    1.506619] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
  254. [    1.508851] Bluetooth: HCI UART protocol Three-wire (H5) registered
  255. [    1.516581] Bluetooth: HCI UART protocol Broadcom registered
  256. [    1.516761] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
  257. [    1.522437] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
  258. [    1.628988] random: crng init done
  259. [    1.631485] random: 3 urandom warning(s) missed due to ratelimiting
  260. [    1.879728] Bluetooth: hci1: BCM: chip id 130
  261. [    1.882560] Bluetooth: hci1: BCM: features 0x0f
  262. [    1.886557] Bluetooth: hci1: BCM4345C5
  263. [    1.889080] Bluetooth: hci1: BCM4345C5 (003.006.006) build 0000
  264. [    1.893539] Bluetooth: hci1: BCM4345C5 'brcm/BCM4345C5.hcd' Patch
  265. [    2.581691] Bluetooth: hci1: BCM4345C5 Ampak_CL1 UART 37.4 MHz BT 5.0 [Version: Version: 0039.0089]
  266. [    2.584189] Bluetooth: hci1: BCM4345C5 (003.006.006) build 0089
  267. [    2.623880] NET: Registered protocol family 38
  268. [    3.751166] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
  269. [    4.647181] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: May 14 2020 17:26:08 version 7.84.17.1 (r871554) FWID 01-3d9e1d87
  270. [   11.495250] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  271. [  327.380302] meson-pwm ff807000.pwm: .apply ignored .polarity
  272. [  327.382706] meson-pwm ff807000.pwm: .apply is not idempotent (ena=0 pol=292568176 5494/10988) -> (ena=0 pol=0 5494/10988)
  273. [  327.385444] meson-pwm ff807000.pwm: .apply ignored .polarity
  274. [  327.387842] meson-pwm ff807000.pwm: .apply is not idempotent (ena=0 pol=292568176 5494/10988) -> (ena=0 pol=0 5494/10988)
  275. [  327.390482] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 0/9800, applied: 9635/9635)
  276. [  327.392951] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=1 0/9635) -> (ena=1 pol=0 9471/9471)
  277. [  327.403948] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 100/9800, applied: 9553/9635)
  278. [  327.406497] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 82/9635) -> (ena=1 pol=0 41/9471)
  279. [  327.417251] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 200/9800, applied: 9471/9635)
  280. [  327.419902] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 164/9635) -> (ena=1 pol=0 123/9471)
  281. [  327.430702] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 300/9800, applied: 9348/9635)
  282. [  327.433451] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 287/9635) -> (ena=1 pol=0 246/9471)
  283. [  327.444429] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 400/9800, applied: 9266/9635)
  284. [  327.447261] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 369/9635) -> (ena=1 pol=0 328/9471)
  285. [  327.458271] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 500/9800, applied: 9143/9635)
  286. [  327.461127] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 492/9635) -> (ena=1 pol=0 451/9471)
  287. [  327.472194] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 600/9800, applied: 9061/9635)
  288. [  327.475140] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 574/9635) -> (ena=1 pol=0 533/9471)
  289. [  327.486229] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 700/9800, applied: 8979/9635)
  290. [  327.489236] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 656/9635) -> (ena=1 pol=0 615/9471)
  291. [  327.500464] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 800/9800, applied: 8856/9635)
  292. [  327.503571] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 779/9635) -> (ena=1 pol=0 738/9471)
  293. [  327.514808] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 900/9800, applied: 8774/9635)
  294. [  327.517995] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 861/9635) -> (ena=1 pol=0 820/9471)
  295. [  327.529392] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1000/9800, applied: 8651/9635)
  296. [  327.532682] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 984/9635) -> (ena=1 pol=0 943/9471)
  297. [  327.544188] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1100/9800, applied: 8569/9635)
  298. [  327.547563] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1066/9635) -> (ena=1 pol=0 1025/9471)
  299. [  327.558987] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1200/9800, applied: 8487/9635)
  300. [  327.562377] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1148/9635) -> (ena=1 pol=0 1107/9471)
  301. [  327.574049] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1300/9800, applied: 8364/9635)
  302. [  327.577467] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1271/9635) -> (ena=1 pol=0 1230/9471)
  303. [  327.589047] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1400/9800, applied: 8282/9635)
  304. [  327.592506] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1353/9635) -> (ena=1 pol=0 1312/9471)
  305. [  327.604127] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1500/9800, applied: 8159/9635)
  306. [  327.607632] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1476/9635) -> (ena=1 pol=0 1435/9471)
  307. [  327.619282] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1600/9800, applied: 8077/9635)
  308. [  327.622673] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1558/9635) -> (ena=1 pol=0 1517/9471)
  309. [  327.634307] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1700/9800, applied: 7995/9635)
  310. [  327.637822] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1640/9635) -> (ena=1 pol=0 1599/9471)
  311. [  327.649602] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1800/9800, applied: 7872/9635)
  312. [  327.653235] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1763/9635) -> (ena=1 pol=0 1722/9471)
  313. [  327.665183] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1900/9800, applied: 7790/9635)
  314. [  327.668890] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1845/9635) -> (ena=1 pol=0 1804/9471)
  315. [  327.680760] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2000/9800, applied: 7667/9635)
  316. [  327.684549] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1968/9635) -> (ena=1 pol=0 1927/9471)
  317. [  327.696533] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2100/9800, applied: 7585/9635)
  318. [  327.700375] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2050/9635) -> (ena=1 pol=0 2009/9471)
  319. [  327.712376] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2200/9800, applied: 7503/9635)
  320. [  327.716210] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2132/9635) -> (ena=1 pol=0 2091/9471)
  321. [  327.728203] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2300/9800, applied: 7380/9635)
  322. [  327.732040] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2255/9635) -> (ena=1 pol=0 2214/9471)
  323. [  327.744072] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2400/9800, applied: 7298/9635)
  324. [  327.747919] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2337/9635) -> (ena=1 pol=0 2296/9471)
  325. [  327.759921] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2500/9800, applied: 7175/9635)
  326. [  327.763765] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2460/9635) -> (ena=1 pol=0 2419/9471)
  327. [  327.775866] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2600/9800, applied: 7093/9635)
  328. [  327.779716] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2542/9635) -> (ena=1 pol=0 2501/9471)
  329. [  327.791797] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2700/9800, applied: 7011/9635)
  330. [  327.795645] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2624/9635) -> (ena=1 pol=0 2542/9471)
  331. [  327.807715] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2800/9800, applied: 6888/9635)
  332. [  327.811566] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2747/9635) -> (ena=1 pol=0 2665/9471)
  333. [  327.823634] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2900/9800, applied: 6806/9635)
  334. [  327.827486] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2829/9635) -> (ena=1 pol=0 2747/9471)
  335. [  327.839533] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3000/9800, applied: 6683/9635)
  336. [  327.843391] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2952/9635) -> (ena=1 pol=0 2870/9471)
  337. [  327.855446] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3100/9800, applied: 6601/9635)
  338. [  327.859300] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3034/9635) -> (ena=1 pol=0 2952/9471)
  339. [  327.871394] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3200/9800, applied: 6519/9635)
  340. [  327.875251] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3116/9635) -> (ena=1 pol=0 3034/9471)
  341. [  327.887328] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3300/9800, applied: 6396/9635)
  342. [  327.891212] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3239/9635) -> (ena=1 pol=0 3157/9471)
  343. [  327.903332] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3400/9800, applied: 6314/9635)
  344. [  327.907200] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3321/9635) -> (ena=1 pol=0 3239/9471)
  345. [  327.919287] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3500/9800, applied: 6191/9635)
  346. [  327.923146] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3444/9635) -> (ena=1 pol=0 3362/9471)
  347. [  327.935245] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3600/9800, applied: 6109/9635)
  348. [  327.939104] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3526/9635) -> (ena=1 pol=0 3444/9471)
  349. [  327.951197] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3700/9800, applied: 6027/9635)
  350. [  327.955041] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3608/9635) -> (ena=1 pol=0 3526/9471)
  351. [  327.967135] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3800/9800, applied: 5904/9635)
  352. [  327.970976] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3731/9635) -> (ena=1 pol=0 3649/9471)
  353. [  327.983085] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3900/9800, applied: 5822/9635)
  354. [  327.986930] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3813/9635) -> (ena=1 pol=0 3731/9471)
  355. [  327.999014] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4000/9800, applied: 5699/9635)
  356. [  328.002898] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3936/9635) -> (ena=1 pol=0 3854/9471)
  357. [  328.014878] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4100/9800, applied: 5617/9635)
  358. [  328.018764] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4018/9635) -> (ena=1 pol=0 3936/9471)
  359. [  328.030881] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4200/9800, applied: 5535/9635)
  360. [  328.034746] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4100/9635) -> (ena=1 pol=0 4018/9471)
  361. [  328.046950] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4300/9800, applied: 5412/9635)
  362. [  328.050835] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4223/9635) -> (ena=1 pol=0 4141/9471)
  363. [  328.062810] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4400/9800, applied: 5330/9635)
  364. [  328.066687] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4305/9635) -> (ena=1 pol=0 4223/9471)
  365. [  328.078867] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4500/9800, applied: 5207/9635)
  366. [  328.082769] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4428/9635) -> (ena=1 pol=0 4346/9471)
  367. [  328.094919] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4600/9800, applied: 5125/9635)
  368. [  328.098813] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4510/9635) -> (ena=1 pol=0 4428/9471)
  369. [  328.110799] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4700/9800, applied: 5043/9635)
  370. [  328.114703] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4592/9635) -> (ena=1 pol=0 4510/9471)
  371. [  328.126807] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4800/9800, applied: 4920/9635)
  372. [  328.130709] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4715/9635) -> (ena=1 pol=0 4633/9471)
  373. [  328.142724] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4797/9635) -> (ena=1 pol=0 4715/9471)
  374. [  328.154805] meson-pwm ff807000.pwm: .apply didn't pick the best available period (requested: 9800, applied: 0, possible: 9471)
  375. [  328.162236] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  376. [  328.174432] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  377. [  328.186594] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  378. [  328.198611] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  379. [  328.210603] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  380. [  328.222448] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  381. [  328.234287] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  382. [  328.246059] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  383. [  328.257715] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  384. [  328.269230] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  385. [  328.280571] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  386. [  328.291853] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  387. [  328.303090] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  388. [  328.314416] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  389. [  328.325617] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  390. [  328.336641] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  391. [  328.347643] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  392. [  328.358559] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  393. [  328.369449] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  394. [  328.380232] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  395. [  328.390911] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  396. [  328.401626] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  397. [  328.412146] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  398. [  328.422701] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  399. [  328.433230] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  400. [  328.443555] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  401. [  328.453882] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  402. [  328.464170] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  403. [  328.474325] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  404. [  328.484371] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  405. [  328.494427] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  406. [  328.504312] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  407. [  328.514267] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  408. [  328.524007] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  409. [  328.533743] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  410. [  328.543356] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  411. [  328.552864] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  412. [  328.562471] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  413. [  328.571903] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  414. [  328.581247] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  415. [  328.590665] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  416. [  328.599853] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  417. [  328.609037] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  418. [  328.618184] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  419. [  328.627249] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  420. [  328.636195] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  421. [  328.645109] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  422. [  328.653958] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  423. [  328.662733] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 9635/9635) -> (ena=1 pol=0 9471/9471)
  424. [  328.671508] meson-pwm ff807000.pwm: .apply didn't pick the best available period (requested: 9800, applied: 0, possible: 9471)
  425. [  328.672708] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  426. [  328.681723] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  427. [  328.690839] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  428. [  328.699867] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  429. [  328.708833] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  430. [  328.717939] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  431. [  328.726998] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  432. [  328.735994] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  433. [  328.745050] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  434. [  328.754219] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  435. [  328.763275] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  436. [  328.772275] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  437. [  328.781331] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  438. [  328.790457] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  439. [  328.799479] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  440. [  328.808459] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  441. [  328.817502] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  442. [  328.826703] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  443. [  328.835687] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  444. [  328.844666] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  445. [  328.853842] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  446. [  328.862864] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  447. [  328.871914] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  448. [  328.880847] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  449. [  328.890048] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  450. [  328.899059] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  451. [  328.908054] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  452. [  328.917053] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  453. [  328.926142] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  454. [  328.935193] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  455. [  328.944203] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  456. [  328.953223] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  457. [  328.962387] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  458. [  328.971477] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  459. [  328.980471] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  460. [  328.989501] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  461. [  328.998684] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  462. [  329.007731] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  463. [  329.016670] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  464. [  329.025816] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  465. [  329.035032] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  466. [  329.044059] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  467. [  329.053041] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  468. [  329.062224] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  469. [  329.071300] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  470. [  329.080212] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  471. [  329.089214] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  472. [  329.098081] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/0) -> (ena=1 pol=0 0/0)
  473. [  329.106906] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4797/9635) -> (ena=1 pol=0 4715/9471)
  474. [  329.115710] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4800/9800, applied: 4920/9635)
  475. [  329.116334] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4715/9635) -> (ena=1 pol=0 4633/9471)
  476. [  329.125244] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4700/9800, applied: 5043/9635)
  477. [  329.126010] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4592/9635) -> (ena=1 pol=0 4510/9471)
  478. [  329.134992] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4600/9800, applied: 5125/9635)
  479. [  329.135930] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4510/9635) -> (ena=1 pol=0 4428/9471)
  480. [  329.145260] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4500/9800, applied: 5207/9635)
  481. [  329.146312] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4428/9635) -> (ena=1 pol=0 4346/9471)
  482. [  329.155645] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4400/9800, applied: 5330/9635)
  483. [  329.156839] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4305/9635) -> (ena=1 pol=0 4223/9471)
  484. [  329.166296] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4300/9800, applied: 5412/9635)
  485. [  329.167665] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4223/9635) -> (ena=1 pol=0 4141/9471)
  486. [  329.177299] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4200/9800, applied: 5535/9635)
  487. [  329.178771] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4100/9635) -> (ena=1 pol=0 4018/9471)
  488. [  329.188441] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4100/9800, applied: 5617/9635)
  489. [  329.190050] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 4018/9635) -> (ena=1 pol=0 3936/9471)
  490. [  329.199944] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 4000/9800, applied: 5699/9635)
  491. [  329.201696] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3936/9635) -> (ena=1 pol=0 3854/9471)
  492. [  329.211706] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3900/9800, applied: 5822/9635)
  493. [  329.213597] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3813/9635) -> (ena=1 pol=0 3731/9471)
  494. [  329.223727] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3800/9800, applied: 5904/9635)
  495. [  329.225760] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3731/9635) -> (ena=1 pol=0 3649/9471)
  496. [  329.235947] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3700/9800, applied: 6027/9635)
  497. [  329.238116] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3608/9635) -> (ena=1 pol=0 3526/9471)
  498. [  329.248569] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3600/9800, applied: 6109/9635)
  499. [  329.250875] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3526/9635) -> (ena=1 pol=0 3444/9471)
  500. [  329.261582] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3500/9800, applied: 6191/9635)
  501. [  329.264070] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3444/9635) -> (ena=1 pol=0 3362/9471)
  502. [  329.274851] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3400/9800, applied: 6314/9635)
  503. [  329.277468] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3321/9635) -> (ena=1 pol=0 3239/9471)
  504. [  329.288275] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3300/9800, applied: 6396/9635)
  505. [  329.291009] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3239/9635) -> (ena=1 pol=0 3157/9471)
  506. [  329.302156] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3200/9800, applied: 6519/9635)
  507. [  329.305069] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3116/9635) -> (ena=1 pol=0 3034/9471)
  508. [  329.316136] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3100/9800, applied: 6601/9635)
  509. [  329.319186] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 3034/9635) -> (ena=1 pol=0 2952/9471)
  510. [  329.330626] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 3000/9800, applied: 6683/9635)
  511. [  329.333818] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2952/9635) -> (ena=1 pol=0 2870/9471)
  512. [  329.345324] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2900/9800, applied: 6806/9635)
  513. [  329.348673] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2829/9635) -> (ena=1 pol=0 2747/9471)
  514. [  329.360164] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2800/9800, applied: 6888/9635)
  515. [  329.363655] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2747/9635) -> (ena=1 pol=0 2665/9471)
  516. [  329.375328] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2700/9800, applied: 7011/9635)
  517. [  329.378903] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2624/9635) -> (ena=1 pol=0 2542/9471)
  518. [  329.390707] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2600/9800, applied: 7093/9635)
  519. [  329.394470] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2542/9635) -> (ena=1 pol=0 2501/9471)
  520. [  329.406466] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2500/9800, applied: 7175/9635)
  521. [  329.410329] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2460/9635) -> (ena=1 pol=0 2419/9471)
  522. [  329.422435] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2400/9800, applied: 7298/9635)
  523. [  329.426296] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2337/9635) -> (ena=1 pol=0 2296/9471)
  524. [  329.438290] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2300/9800, applied: 7380/9635)
  525. [  329.442149] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2255/9635) -> (ena=1 pol=0 2214/9471)
  526. [  329.454222] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2200/9800, applied: 7503/9635)
  527. [  329.458091] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2132/9635) -> (ena=1 pol=0 2091/9471)
  528. [  329.470157] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2100/9800, applied: 7585/9635)
  529. [  329.474023] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2050/9635) -> (ena=1 pol=0 2009/9471)
  530. [  329.486035] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2000/9800, applied: 7667/9635)
  531. [  329.489912] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1968/9635) -> (ena=1 pol=0 1927/9471)
  532. [  329.501950] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1900/9800, applied: 7790/9635)
  533. [  329.505806] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1845/9635) -> (ena=1 pol=0 1804/9471)
  534. [  329.517872] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1800/9800, applied: 7872/9635)
  535. [  329.521755] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1763/9635) -> (ena=1 pol=0 1722/9471)
  536. [  329.533870] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1700/9800, applied: 7995/9635)
  537. [  329.537739] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1640/9635) -> (ena=1 pol=0 1599/9471)
  538. [  329.549788] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1600/9800, applied: 8077/9635)
  539. [  329.553644] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1558/9635) -> (ena=1 pol=0 1517/9471)
  540. [  329.565739] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1500/9800, applied: 8159/9635)
  541. [  329.569613] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1476/9635) -> (ena=1 pol=0 1435/9471)
  542. [  329.581625] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1400/9800, applied: 8282/9635)
  543. [  329.585482] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1353/9635) -> (ena=1 pol=0 1312/9471)
  544. [  329.597544] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1300/9800, applied: 8364/9635)
  545. [  329.601417] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1271/9635) -> (ena=1 pol=0 1230/9471)
  546. [  329.613476] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1200/9800, applied: 8487/9635)
  547. [  329.617334] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1148/9635) -> (ena=1 pol=0 1107/9471)
  548. [  329.629431] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1100/9800, applied: 8569/9635)
  549. [  329.633286] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1066/9635) -> (ena=1 pol=0 1025/9471)
  550. [  329.645334] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1000/9800, applied: 8651/9635)
  551. [  329.649197] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 984/9635) -> (ena=1 pol=0 943/9471)
  552. [  329.661199] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 900/9800, applied: 8774/9635)
  553. [  329.665066] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 861/9635) -> (ena=1 pol=0 820/9471)
  554. [  329.677151] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 800/9800, applied: 8856/9635)
  555. [  329.681005] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 779/9635) -> (ena=1 pol=0 738/9471)
  556. [  329.693021] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 700/9800, applied: 8979/9635)
  557. [  329.696873] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 656/9635) -> (ena=1 pol=0 615/9471)
  558. [  329.708854] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 600/9800, applied: 9061/9635)
  559. [  329.712722] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 574/9635) -> (ena=1 pol=0 533/9471)
  560. [  329.724660] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 500/9800, applied: 9143/9635)
  561. [  329.728515] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 492/9635) -> (ena=1 pol=0 451/9471)
  562. [  329.740478] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 400/9800, applied: 9266/9635)
  563. [  329.744340] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 369/9635) -> (ena=1 pol=0 328/9471)
  564. [  329.756255] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 300/9800, applied: 9348/9635)
  565. [  329.760097] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 287/9635) -> (ena=1 pol=0 246/9471)
  566. [  329.772045] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 200/9800, applied: 9471/9635)
  567. [  329.775883] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 164/9635) -> (ena=1 pol=0 123/9471)
  568. [  329.787860] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 100/9800, applied: 9553/9635)
  569. [  329.791685] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 82/9635) -> (ena=1 pol=0 41/9471)
  570. [  382.513344] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 0/9800, applied: 9635/9635)
  571. [  382.517237] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 0/9635) -> (ena=1 pol=0 0/9471)
  572. [  382.529872] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 100/9800, applied: 9553/9635)
  573. [  382.533714] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 82/9635) -> (ena=1 pol=0 41/9471)
  574. [  382.545623] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 200/9800, applied: 9471/9635)
  575. [  382.549473] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 164/9635) -> (ena=1 pol=0 123/9471)
  576. [  382.561453] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 300/9800, applied: 9348/9635)
  577. [  382.565317] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 287/9635) -> (ena=1 pol=0 246/9471)
  578. [  382.577218] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 400/9800, applied: 9266/9635)
  579. [  382.581052] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 369/9635) -> (ena=1 pol=0 328/9471)
  580. [  382.593017] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 500/9800, applied: 9143/9635)
  581. [  382.596862] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 492/9635) -> (ena=1 pol=0 451/9471)
  582. [  382.608797] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 600/9800, applied: 9061/9635)
  583. [  382.612636] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 574/9635) -> (ena=1 pol=0 533/9471)
  584. [  382.624574] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 700/9800, applied: 8979/9635)
  585. [  382.628395] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 656/9635) -> (ena=1 pol=0 615/9471)
  586. [  382.640327] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 800/9800, applied: 8856/9635)
  587. [  382.644130] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 779/9635) -> (ena=1 pol=0 738/9471)
  588. [  382.656043] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 900/9800, applied: 8774/9635)
  589. [  382.659867] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 861/9635) -> (ena=1 pol=0 820/9471)
  590. [  382.671801] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1000/9800, applied: 8651/9635)
  591. [  382.675641] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 984/9635) -> (ena=1 pol=0 943/9471)
  592. [  382.687657] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1100/9800, applied: 8569/9635)
  593. [  382.691466] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1066/9635) -> (ena=1 pol=0 1025/9471)
  594. [  382.703467] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1200/9800, applied: 8487/9635)
  595. [  382.707283] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1148/9635) -> (ena=1 pol=0 1107/9471)
  596. [  382.719282] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1300/9800, applied: 8364/9635)
  597. [  382.723099] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1271/9635) -> (ena=1 pol=0 1230/9471)
  598. [  382.735106] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1400/9800, applied: 8282/9635)
  599. [  382.738916] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1353/9635) -> (ena=1 pol=0 1312/9471)
  600. [  382.750883] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1500/9800, applied: 8159/9635)
  601. [  382.754699] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1476/9635) -> (ena=1 pol=0 1435/9471)
  602. [  382.766722] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1600/9800, applied: 8077/9635)
  603. [  382.770544] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1558/9635) -> (ena=1 pol=0 1517/9471)
  604. [  382.782573] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1700/9800, applied: 7995/9635)
  605. [  382.786394] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1640/9635) -> (ena=1 pol=0 1599/9471)
  606. [  382.798427] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1800/9800, applied: 7872/9635)
  607. [  382.802256] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1763/9635) -> (ena=1 pol=0 1722/9471)
  608. [  382.814233] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 1900/9800, applied: 7790/9635)
  609. [  382.818062] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1845/9635) -> (ena=1 pol=0 1804/9471)
  610. [  382.829965] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2000/9800, applied: 7667/9635)
  611. [  382.833791] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 1968/9635) -> (ena=1 pol=0 1927/9471)
  612. [  382.845689] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2100/9800, applied: 7585/9635)
  613. [  382.849532] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2050/9635) -> (ena=1 pol=0 2009/9471)
  614. [  382.861409] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2200/9800, applied: 7503/9635)
  615. [  382.865247] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2132/9635) -> (ena=1 pol=0 2091/9471)
  616. [  382.877159] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2300/9800, applied: 7380/9635)
  617. [  382.880997] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2255/9635) -> (ena=1 pol=0 2214/9471)
  618. [  382.892897] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2400/9800, applied: 7298/9635)
  619. [  382.896725] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2337/9635) -> (ena=1 pol=0 2296/9471)
  620. [  382.908708] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2500/9800, applied: 7175/9635)
  621. [  382.912537] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2460/9635) -> (ena=1 pol=0 2419/9471)
  622. [  382.924472] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2600/9800, applied: 7093/9635)
  623. [  382.928294] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2542/9635) -> (ena=1 pol=0 2501/9471)
  624. [  382.940269] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2700/9800, applied: 7011/9635)
  625. [  382.944078] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2624/9635) -> (ena=1 pol=0 2542/9471)
  626. [  382.955997] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2800/9800, applied: 6888/9635)
  627. [  382.959853] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2747/9635) -> (ena=1 pol=0 2665/9471)
  628. [  382.971861] meson-pwm ff807000.pwm: .apply is supposed to round down duty_cycle (requested: 2900/9800, applied: 6806/9635)
  629. [  382.975702] meson-pwm ff807000.pwm: .apply is not idempotent (ena=1 pol=292568176 2829/9635) -> (ena=1 pol=0 2747/9471)
  630.  
Tags: Kernel Logs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement