1
0
Fork 0

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>
hifive-unleashed-5.1
Linus Walleij 2013-10-18 09:45:07 +02:00
parent 741a6c4c59
commit 84873cb773
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@
#gpio-cells = <2>;
gpio-bank = <8>;
clocks = <&prcc_pclk 6 1>;
clocks = <&prcc_pclk 5 1>;
};
pinctrl {