ARM: ux500: fix clock for GPIO block 8
The clock assignment in the device tree for GPIO block 8 was incorrect, indicating this was managed by bit 1 on PRCC 6 while it was in fact bit 1 on PRCC 5. Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
741a6c4c59
commit
84873cb773
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
gpio-bank = <8>;
|
gpio-bank = <8>;
|
||||||
|
|
||||||
clocks = <&prcc_pclk 6 1>;
|
clocks = <&prcc_pclk 5 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pinctrl {
|
pinctrl {
|
||||||
|
|
Loading…
Add table
Reference in a new issue