Message ID | 20250213020900.745551-1-inochiama@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | reset: introduct generic bit reset controller | expand |
On Do, 2025-02-13 at 10:08 +0800, Inochi Amaoto wrote: > Many SoC have a simple reset controller with toggling bit to perform > assert/deassert. It is annoyed to add compatiable for each device when > coming a new SoC. It is necessary to introduct a generic device to > simplify these things. You'll still have to add a compatible to reset-simple.yaml for each new SoC, see patch 3. regards Philipp
On Thu, Feb 13, 2025 at 11:08:03AM +0100, Philipp Zabel wrote: > On Do, 2025-02-13 at 10:08 +0800, Inochi Amaoto wrote: > > Many SoC have a simple reset controller with toggling bit to perform > > assert/deassert. It is annoyed to add compatiable for each device when > > coming a new SoC. It is necessary to introduct a generic device to > > simplify these things. > > You'll still have to add a compatible to reset-simple.yaml for each new > SoC, see patch 3. > > regards > Philipp Yeah, the binding is can not avoided, but it can avoided adding new compatible in the driver. I will update the description. Regards, Inochi