]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
riscv: dts: thead: Add missing GPIO clock-names
authorEmil Renner Berthing <emil.renner.berthing@canonical.com>
Mon, 14 Oct 2024 17:54:24 +0000 (10:54 -0700)
committerDrew Fustini <dfustini@tenstorrent.com>
Tue, 15 Oct 2024 17:01:18 +0000 (10:01 -0700)
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>
arch/riscv/boot/dts/thead/th1520.dtsi

index 31725c3a13d719245c5850275af21af18413c910..cd835aea07d2f2bd199a1e29d191a5f2ed96c4b0 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        clocks = <&clk CLK_GPIO2>;
+                       clock-names = "bus";
 
                        gpio2: gpio-controller@0 {
                                compatible = "snps,dw-apb-gpio-port";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        clocks = <&clk CLK_GPIO3>;
+                       clock-names = "bus";
 
                        gpio3: gpio-controller@0 {
                                compatible = "snps,dw-apb-gpio-port";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        clocks = <&clk CLK_GPIO0>;
+                       clock-names = "bus";
 
                        gpio0: gpio-controller@0 {
                                compatible = "snps,dw-apb-gpio-port";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        clocks = <&clk CLK_GPIO1>;
+                       clock-names = "bus";
 
                        gpio1: gpio-controller@0 {
                                compatible = "snps,dw-apb-gpio-port";