commit | e88d5a062a6ee51b1c2e04ab32874e2cdacafe48 | [log] [tgz] |
---|---|---|
author | Steven Lawrance <steven.lawrance@softathome.com> | Thu Oct 29 18:27:34 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 19 09:45:49 2020 -0500 |
tree | 232e3a5d0822e276b17bb305e3e9602f1562b490 | |
parent | 108ce1b0ba808f18c3886e33c73b856ef328ccc6 [diff] |
drivers: led: bcm6858: set the correct led polarity register This change sets the output (hardware) polarity register instead of the input (software) polarity register for the bcm6858 LED controller. The logic was inverted (a LED configued active high behaved as active low). Signed-off-by: Steven Lawrance <steven.lawrance@softathome.com> Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>