commit | 5f650fa6ad5d31ef5d8c332be0991bd730f552d4 | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Tue Apr 25 10:57:20 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue May 02 14:23:34 2023 -0400 |
tree | f7a025df4780504e25cbc6931fd4a780850061a5 | |
parent | 021e303492ccfdf58425bedb13c1621367cc5cc7 [diff] |
dm: extcon: add an uclass for extcon Add a new simple uclass for extcon. Currently all setup is done in the probe. Uclass struct and ops are empty for now. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>