Re: [PATCH 4/4] pinctrl: aspeed-g5: Fix LPC register offsets
On Tue, 29 Sep 2020, at 22:12, Linus Walleij wrote: > On Fri, Sep 11, 2020 at 5:47 AM Chia-Wei, Wang > wrote: > > > The LPC register offsets are fixed to adapt to the LPC DTS change, > > where the LPC partitioning is removed. > > > > Signed-off-by: Chia-Wei, Wang > > I can apply this one patch if I get a review from one of the > Aspeed pinctrl maintainer. > > Andrew? There needs to be a v2 of the series that fixes the binding documentation, which will drive some discussion about backwards compatibility. So lets not apply this patch just yet. Thanks for touching base! Andrew
Re: [PATCH 4/4] pinctrl: aspeed-g5: Fix LPC register offsets
On Fri, Sep 11, 2020 at 5:47 AM Chia-Wei, Wang wrote: > The LPC register offsets are fixed to adapt to the LPC DTS change, > where the LPC partitioning is removed. > > Signed-off-by: Chia-Wei, Wang I can apply this one patch if I get a review from one of the Aspeed pinctrl maintainer. Andrew? Yours, Linus Walleij
[PATCH 4/4] pinctrl: aspeed-g5: Fix LPC register offsets
The LPC register offsets are fixed to adapt to the LPC DTS change, where the LPC partitioning is removed. Signed-off-by: Chia-Wei, Wang --- drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c b/drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c index 0cab4c2576e2..98e62333fa54 100644 --- a/drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c +++ b/drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c @@ -60,7 +60,7 @@ #define COND2 { ASPEED_IP_SCU, SCU94, GENMASK(1, 0), 0, 0 } /* LHCR0 is offset from the end of the H8S/2168-compatible registers */ -#define LHCR0 0x20 +#define LHCR0 0xa0 #define GFX064 0x64 #define B14 0 -- 2.17.1