Skip to content

Commit

Permalink
ARM: socfpga: dts: Fix gpio dts entry for the correct clock
Browse files Browse the repository at this point in the history
The correct clock for the HPS gpio(s) should be the l4_mp_clk.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
  • Loading branch information
Dinh Nguyen committed Jul 22, 2015
1 parent c5dab6e commit e9f9fe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/socfpga.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
#size-cells = <0>;
compatible = "snps,dw-apb-gpio";
reg = <0xff708000 0x1000>;
clocks = <&per_base_clk>;
clocks = <&l4_mp_clk>;
status = "disabled";

porta: gpio-controller@0 {
Expand All @@ -585,7 +585,7 @@
#size-cells = <0>;
compatible = "snps,dw-apb-gpio";
reg = <0xff709000 0x1000>;
clocks = <&per_base_clk>;
clocks = <&l4_mp_clk>;
status = "disabled";

portb: gpio-controller@0 {
Expand All @@ -605,7 +605,7 @@
#size-cells = <0>;
compatible = "snps,dw-apb-gpio";
reg = <0xff70a000 0x1000>;
clocks = <&per_base_clk>;
clocks = <&l4_mp_clk>;
status = "disabled";

portc: gpio-controller@0 {
Expand Down

0 comments on commit e9f9fe3

Please sign in to comment.