commit | f25cdc6c07d8597e88be307c74c7d1984cbee8fa | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@bootlin.com> | Fri Aug 31 16:15:53 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 10 21:19:32 2018 -0400 |
tree | b7e4b327dc5bded5d890fd5eae5fa532113c6603 | |
parent | fc4978623a54badf6322c5c2412b2ec78f392c5d [diff] |
arm: spear: enable GPIO3 and 4 clocks when the GPIO controller driver is built There are multiple GPIOs that can be used with the same driver depending on the CONFIG_GPIO_BASE defined in the controller driver. GPIO3 and 4 require a clock to be enabled so let's enable them when the driver is built. Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>