commit | 9cf871234fd00ef6eff438bdbe5f00be2a618f18 | [log] [tgz] |
---|---|---|
author | Robert Marko <robimarko@gmail.com> | Tue Sep 06 13:30:35 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 11 16:03:03 2022 -0400 |
tree | a00251f882d95cce0e5e422b5b33299cda9390c0 | |
parent | 0e10b6a12768e8dfe9ae632e5fd05ab76b9b9200 [diff] |
thermal: add sandbox driver Provide a simple sandbox driver for the thermal uclass. It simply registers and returns 100 degrees C if requested. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Reviewed-by: Simon Glass <sjg@chromium.org>