Skip to content

Commit bcec43a

Browse files
esmiltt-fustini
authored andcommitted
riscv: dts: thead: Add missing GPIO clock-names
The gpio-dwapb looks for clock named "bus" so add clock-names property for the gpio controller nodes. Signed-off-by: Emil Renner Berthing <[email protected]> [dfustini: add two more lines to the commit message] Signed-off-by: Drew Fustini <[email protected]>
1 parent cce219d commit bcec43a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/riscv/boot/dts/thead/th1520.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@
329329
#address-cells = <1>;
330330
#size-cells = <0>;
331331
clocks = <&clk CLK_GPIO2>;
332+
clock-names = "bus";
332333

333334
gpio2: gpio-controller@0 {
334335
compatible = "snps,dw-apb-gpio-port";
@@ -349,6 +350,7 @@
349350
#address-cells = <1>;
350351
#size-cells = <0>;
351352
clocks = <&clk CLK_GPIO3>;
353+
clock-names = "bus";
352354

353355
gpio3: gpio-controller@0 {
354356
compatible = "snps,dw-apb-gpio-port";
@@ -376,6 +378,7 @@
376378
#address-cells = <1>;
377379
#size-cells = <0>;
378380
clocks = <&clk CLK_GPIO0>;
381+
clock-names = "bus";
379382

380383
gpio0: gpio-controller@0 {
381384
compatible = "snps,dw-apb-gpio-port";
@@ -396,6 +399,7 @@
396399
#address-cells = <1>;
397400
#size-cells = <0>;
398401
clocks = <&clk CLK_GPIO1>;
402+
clock-names = "bus";
399403

400404
gpio1: gpio-controller@0 {
401405
compatible = "snps,dw-apb-gpio-port";

0 commit comments

Comments
 (0)