Commit 84873cb7 authored by Linus Walleij's avatar Linus Walleij

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: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 741a6c4c
...@@ -227,7 +227,7 @@ gpio8: gpio@a03fe000 { ...@@ -227,7 +227,7 @@ gpio8: gpio@a03fe000 {
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-bank = <8>; gpio-bank = <8>;
clocks = <&prcc_pclk 6 1>; clocks = <&prcc_pclk 5 1>;
}; };
pinctrl { pinctrl {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment