Add silo driver to 6.6.y #263
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This series introduces the embeddedTS Wizard microcontroller integration:
MFD core with a shared regmap and model/feature discovery
IIO ADC and temperature support
RTC with epoch, alarm, battery detection, and ppb calibration
Reset controller handling reboot and poweroff
SILO-104 supercaps power_supply driver with IRQ-driven updates
DTS and overlay to wire the TS‑7250‑V3 and SILO‑104 add-on
Together this provides a clean, SoC-agnostic integration path for power management, telemetry, and system control on embeddedTS platforms.
Enable CONFIG_MFD_TS_WIZARD, ADC/TEMP/RTC/RESET options and CONFIG_POWER_SUPPLY. DTS wiring is added for TS‑7250‑V3; an overlay is provided to attach SILO‑104 via i2c‑gpio on the PC/104 connector.
Thanks for reviewing!