summaryrefslogtreecommitdiff
path: root/arch/riscv/boot
diff options
context:
space:
mode:
authorEmil Renner Berthing <emil.renner.berthing@canonical.com>2024-10-14 10:54:24 -0700
committerDrew Fustini <dfustini@tenstorrent.com>2024-10-15 10:01:18 -0700
commitbcec43a092d080f4a223ab70efe9b3a51af2dd2b (patch)
tree2f93fbceb882ec01cb333b31f1b5cdfd6cf58932 /arch/riscv/boot
parentcce219d35511eac7f334048a58a3644be5930eaa (diff)
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 <emil.renner.berthing@canonical.com> [dfustini: add two more lines to the commit message] Signed-off-by: Drew Fustini <dfustini@tenstorrent.com>
Diffstat (limited to 'arch/riscv/boot')
-rw-r--r--arch/riscv/boot/dts/thead/th1520.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/thead/th1520.dtsi b/arch/riscv/boot/dts/thead/th1520.dtsi
index 31725c3a13d7..cd835aea07d2 100644
--- a/arch/riscv/boot/dts/thead/th1520.dtsi
+++ b/arch/riscv/boot/dts/thead/th1520.dtsi
@@ -329,6 +329,7 @@
#address-cells = <1>;
#size-cells = <0>;
clocks = <&clk CLK_GPIO2>;
+ clock-names = "bus";
gpio2: gpio-controller@0 {
compatible = "snps,dw-apb-gpio-port";
@@ -349,6 +350,7 @@
#address-cells = <1>;
#size-cells = <0>;
clocks = <&clk CLK_GPIO3>;
+ clock-names = "bus";
gpio3: gpio-controller@0 {
compatible = "snps,dw-apb-gpio-port";
@@ -376,6 +378,7 @@
#address-cells = <1>;
#size-cells = <0>;
clocks = <&clk CLK_GPIO0>;
+ clock-names = "bus";
gpio0: gpio-controller@0 {
compatible = "snps,dw-apb-gpio-port";
@@ -396,6 +399,7 @@
#address-cells = <1>;
#size-cells = <0>;
clocks = <&clk CLK_GPIO1>;
+ clock-names = "bus";
gpio1: gpio-controller@0 {
compatible = "snps,dw-apb-gpio-port";