commit | 66391263f8484aae41cae80753f31c0edc6138af | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Mon May 09 00:29:37 2022 -0500 |
committer | Andre Przywara <andre.przywara@arm.com> | Mon Jul 18 09:37:50 2022 +0100 |
tree | fca2526eaa4f994ea299eb0a8e057b88532d8bfa | |
parent | 3fb1988aad29185409a9e05a1111b7e2b7e5f8fc [diff] |
reset: sunxi: Reuse the platform data from the clock driver The clock and reset drivers use the exact same platform data. Simplify them by sharing the object. This is safe because the parent device (the clock device) always gets its driver model callbacks run first. Signed-off-by: Samuel Holland <samuel@sholland.org> Acked-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>