diff options
author | Andrew Jeffery <[email protected]> | 2019-06-28 12:08:35 +0930 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2019-07-03 10:35:00 +0200 |
commit | 0290eba96be4325ad567b7e4e682ce3c937c9b7c (patch) | |
tree | b51bf99bd26c37dbbbc0fb2f370412357fde66c3 | |
parent | 053d8b24678fc35743ec02fc6e986d4ee55117bb (diff) |
pinctrl: aspeed: Correct comment that is no longer true
We have handled the GFX register case for quite some time now.
Cc: Johnny Huang <[email protected]>
Signed-off-by: Andrew Jeffery <[email protected]>
Acked-by: Joel Stanley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r-- | drivers/pinctrl/aspeed/pinctrl-aspeed.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pinctrl/aspeed/pinctrl-aspeed.h b/drivers/pinctrl/aspeed/pinctrl-aspeed.h index d4d7f032c1da..f3ee28a24d8c 100644 --- a/drivers/pinctrl/aspeed/pinctrl-aspeed.h +++ b/drivers/pinctrl/aspeed/pinctrl-aspeed.h @@ -244,8 +244,7 @@ * opposed to naming them e.g. PINMUX_CTRL_[0-9]). Further, signal expressions * reference registers beyond those dedicated to pinmux, such as the system * reset control and MAC clock configuration registers. The AST2500 goes a step - * further and references registers in the graphics IP block, but that isn't - * handled yet. + * further and references registers in the graphics IP block. */ #define SCU2C 0x2C /* Misc. Control Register */ #define SCU3C 0x3C /* System Reset Control/Status Register */ |