Commit bcec43a0 authored by Emil Renner Berthing's avatar Emil Renner Berthing Committed by Drew Fustini
Browse files

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: default avatarEmil Renner Berthing <emil.renner.berthing@canonical.com>
[dfustini: add two more lines to the commit message]
Signed-off-by: default avatarDrew Fustini <dfustini@tenstorrent.com>
parent cce219d3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -329,6 +329,7 @@ gpio@ffe7f34000 {
			#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 @@ gpio@ffe7f38000 {
			#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 @@ gpio@ffec005000 {
			#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 @@ gpio@ffec006000 {
			#address-cells = <1>;
			#size-cells = <0>;
			clocks = <&clk CLK_GPIO1>;
			clock-names = "bus";

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