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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@
			#gpio-cells = <2>;
			gpio-bank = <8>;

			clocks = <&prcc_pclk 6 1>;
			clocks = <&prcc_pclk 5 1>;
		};

		pinctrl {