提交 e9f9fe35 编写于 作者: D Dinh Nguyen

ARM: socfpga: dts: Fix gpio dts entry for the correct clock

The correct clock for the HPS gpio(s) should be the l4_mp_clk.
Signed-off-by: NDinh Nguyen <dinguyen@opensource.altera.com>
上级 c5dab6e2
...@@ -565,7 +565,7 @@ ...@@ -565,7 +565,7 @@
#size-cells = <0>; #size-cells = <0>;
compatible = "snps,dw-apb-gpio"; compatible = "snps,dw-apb-gpio";
reg = <0xff708000 0x1000>; reg = <0xff708000 0x1000>;
clocks = <&per_base_clk>; clocks = <&l4_mp_clk>;
status = "disabled"; status = "disabled";
porta: gpio-controller@0 { porta: gpio-controller@0 {
...@@ -585,7 +585,7 @@ ...@@ -585,7 +585,7 @@
#size-cells = <0>; #size-cells = <0>;
compatible = "snps,dw-apb-gpio"; compatible = "snps,dw-apb-gpio";
reg = <0xff709000 0x1000>; reg = <0xff709000 0x1000>;
clocks = <&per_base_clk>; clocks = <&l4_mp_clk>;
status = "disabled"; status = "disabled";
portb: gpio-controller@0 { portb: gpio-controller@0 {
...@@ -605,7 +605,7 @@ ...@@ -605,7 +605,7 @@
#size-cells = <0>; #size-cells = <0>;
compatible = "snps,dw-apb-gpio"; compatible = "snps,dw-apb-gpio";
reg = <0xff70a000 0x1000>; reg = <0xff70a000 0x1000>;
clocks = <&per_base_clk>; clocks = <&l4_mp_clk>;
status = "disabled"; status = "disabled";
portc: gpio-controller@0 { portc: gpio-controller@0 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册