linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Visconti5: Update the clock providers
@ 2022-05-10  1:52 Nobuhiro Iwamatsu
  2022-05-10  1:52 ` [PATCH 1/9] arm64: dts: visconti: Update the clock providers for UART Nobuhiro Iwamatsu
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Nobuhiro Iwamatsu @ 2022-05-10  1:52 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Rob Herring, Arnd Bergmann, Olof Johansson, yuji2.ishikawa,
	Nobuhiro Iwamatsu

Hi,

The common clock driver of visconti5 has been applied. This series
switches the clock source for each device to common clock.

Best regards,
  Nobuhiro

Nobuhiro Iwamatsu (9):
  arm64: dts: visconti: Update the clock providers for UART
  arm64: dts: visconti: Update the clock providers for I2C
  arm64: dts: visconti: Update the clock providers for watchdog timer
  arm64: dts: visconti: Update the clock providers for SPI
  arm64: dts: visconti: Update the clock providers for ethernet device
  arm64: dts: visconti: Update the clock providers for PCIe host controller
  dt-bindings: net: toshiba,visconti-dwmac: Update the common clock properties
  dt-bindings: watchdog: toshiba,visconti-wdt: Update the common clock properties
  dt-bindings: pci: toshiba,visconti-pcie: Update the common clock properties

 .../bindings/net/toshiba,visconti-dwmac.yaml  |  3 +-
 .../bindings/pci/toshiba,visconti-pcie.yaml   |  3 +-
 .../watchdog/toshiba,visconti-wdt.yaml        | 10 +--
 .../boot/dts/toshiba/tmpv7708-rm-mbrc.dts     |  9 --
 .../boot/dts/toshiba/tmpv7708-visrobo-vrb.dts |  6 --
 .../dts/toshiba/tmpv7708-visrobo-vrc.dtsi     |  4 -
 arch/arm64/boot/dts/toshiba/tmpv7708.dtsi     | 83 ++++++++-----------
 7 files changed, 43 insertions(+), 75 deletions(-)

-- 
2.36.0



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [PATCH 1/9] arm64: dts: visconti: Update the clock providers for UART
  2022-05-10  1:52 [PATCH 0/9] Visconti5: Update the clock providers Nobuhiro Iwamatsu
@ 2022-05-10  1:52 ` Nobuhiro Iwamatsu
  2022-05-10  1:52 ` [PATCH 2/9] arm64: dts: visconti: Update the clock providers for I2C Nobuhiro Iwamatsu
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Nobuhiro Iwamatsu @ 2022-05-10  1:52 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Rob Herring, Arnd Bergmann, Olof Johansson, yuji2.ishikawa,
	Nobuhiro Iwamatsu

Remove fixed clock and source common clock for UART.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts   |  4 ----
 .../boot/dts/toshiba/tmpv7708-visrobo-vrb.dts      |  4 ----
 arch/arm64/boot/dts/toshiba/tmpv7708.dtsi          | 14 ++++++++------
 3 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts b/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
index 9375b0faeea2..9b0666df6593 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
@@ -32,14 +32,10 @@ memory@80000000 {
 
 &uart0 {
 	status = "okay";
-	clocks = <&uart_clk>;
-	clock-names = "apb_pclk";
 };
 
 &uart1 {
 	status = "okay";
-	clocks = <&uart_clk>;
-	clock-names = "apb_pclk";
 };
 
 &piether {
diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts b/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts
index d0817463706e..56701e0e1dab 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts
@@ -32,14 +32,10 @@ memory@80000000 {
 
 &uart0 {
 	status = "okay";
-	clocks = <&uart_clk>;
-	clock-names = "apb_pclk";
 };
 
 &uart1 {
 	status = "okay";
-	clocks = <&uart_clk>;
-	clock-names = "apb_pclk";
 };
 
 &piether {
diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
index 1683113a3c43..3b51e875630c 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
@@ -129,12 +129,6 @@ timer {
 			<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
 	};
 
-	uart_clk: uart-clk {
-		compatible = "fixed-clock";
-		clock-frequency = <150000000>;
-		#clock-cells = <0>;
-	};
-
 	clk25mhz: clk25mhz {
 		compatible = "fixed-clock";
 		#clock-cells = <0>;
@@ -243,6 +237,8 @@ uart0: serial@28200000 {
 			interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
 			pinctrl-names = "default";
 			pinctrl-0 = <&uart0_pins>;
+			clocks = <&pismu TMPV770X_CLK_PIUART0>;
+			clock-names = "apb_pclk";
 			status = "disabled";
 		};
 
@@ -252,6 +248,8 @@ uart1: serial@28201000 {
 			interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
 			pinctrl-names = "default";
 			pinctrl-0 = <&uart1_pins>;
+			clocks = <&pismu TMPV770X_CLK_PIUART1>;
+			clock-names = "apb_pclk";
 			status = "disabled";
 		};
 
@@ -261,6 +259,8 @@ uart2: serial@28202000 {
 			interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>;
 			pinctrl-names = "default";
 			pinctrl-0 = <&uart2_pins>;
+			clocks = <&pismu TMPV770X_CLK_PIUART2>;
+			clock-names = "apb_pclk";
 			status = "disabled";
 		};
 
@@ -270,6 +270,8 @@ uart3: serial@28203000 {
 			interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
 			pinctrl-names = "default";
 			pinctrl-0 = <&uart3_pins>;
+			clocks = <&pismu TMPV770X_CLK_PIUART2>;
+			clock-names = "apb_pclk";
 			status = "disabled";
 		};
 
-- 
2.36.0



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 2/9] arm64: dts: visconti: Update the clock providers for I2C
  2022-05-10  1:52 [PATCH 0/9] Visconti5: Update the clock providers Nobuhiro Iwamatsu
  2022-05-10  1:52 ` [PATCH 1/9] arm64: dts: visconti: Update the clock providers for UART Nobuhiro Iwamatsu
@ 2022-05-10  1:52 ` Nobuhiro Iwamatsu
  2022-05-10  1:52 ` [PATCH 3/9] arm64: dts: visconti: Update the clock providers for watchdog timer Nobuhiro Iwamatsu
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Nobuhiro Iwamatsu @ 2022-05-10  1:52 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Rob Herring, Arnd Bergmann, Olof Johansson, yuji2.ishikawa,
	Nobuhiro Iwamatsu

Replace I2C clock with common clock framework.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi | 1 -
 arch/arm64/boot/dts/toshiba/tmpv7708.dtsi             | 9 +++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi b/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi
index f0a93db6dde6..03827ce06ee3 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi
@@ -40,5 +40,4 @@ mmc-slot@0 {
 
 &i2c0 {
 	status = "okay";
-	clocks = <&clk150mhz>;
 };
diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
index 3b51e875630c..048b5dc7ae18 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
@@ -284,6 +284,7 @@ i2c0: i2c@28030000 {
 			clock-frequency = <400000>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PII2C0>;
 			status = "disabled";
 		};
 
@@ -296,6 +297,7 @@ i2c1: i2c@28031000 {
 			clock-frequency = <400000>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PII2C1>;
 			status = "disabled";
 		};
 
@@ -308,6 +310,7 @@ i2c2: i2c@28032000 {
 			clock-frequency = <400000>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PII2C2>;
 			status = "disabled";
 		};
 
@@ -320,6 +323,7 @@ i2c3: i2c@28033000 {
 			clock-frequency = <400000>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PII2C3>;
 			status = "disabled";
 		};
 
@@ -332,6 +336,7 @@ i2c4: i2c@28034000 {
 			clock-frequency = <400000>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PII2C4>;
 			status = "disabled";
 		};
 
@@ -344,6 +349,7 @@ i2c5: i2c@28035000 {
 			clock-frequency = <400000>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PII2C5>;
 			status = "disabled";
 		};
 
@@ -356,6 +362,7 @@ i2c6: i2c@28036000 {
 			clock-frequency = <400000>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PII2C6>;
 			status = "disabled";
 		};
 
@@ -368,6 +375,7 @@ i2c7: i2c@28037000 {
 			clock-frequency = <400000>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PII2C7>;
 			status = "disabled";
 		};
 
@@ -380,6 +388,7 @@ i2c8: i2c@28038000 {
 			clock-frequency = <400000>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PII2C8>;
 			status = "disabled";
 		};
 
-- 
2.36.0



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 3/9] arm64: dts: visconti: Update the clock providers for watchdog timer
  2022-05-10  1:52 [PATCH 0/9] Visconti5: Update the clock providers Nobuhiro Iwamatsu
  2022-05-10  1:52 ` [PATCH 1/9] arm64: dts: visconti: Update the clock providers for UART Nobuhiro Iwamatsu
  2022-05-10  1:52 ` [PATCH 2/9] arm64: dts: visconti: Update the clock providers for I2C Nobuhiro Iwamatsu
@ 2022-05-10  1:52 ` Nobuhiro Iwamatsu
  2022-05-10  1:52 ` [PATCH 4/9] arm64: dts: visconti: Update the clock providers for SPI Nobuhiro Iwamatsu
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Nobuhiro Iwamatsu @ 2022-05-10  1:52 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Rob Herring, Arnd Bergmann, Olof Johansson, yuji2.ishikawa,
	Nobuhiro Iwamatsu

Remove fixed clock and source common clock for watchdog timer.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts      | 1 -
 arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi | 1 -
 arch/arm64/boot/dts/toshiba/tmpv7708.dtsi             | 7 +------
 3 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts b/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
index 9b0666df6593..45ddf6f03175 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
@@ -58,7 +58,6 @@ phy0: ethernet-phy@1 {
 
 &wdt {
 	status = "okay";
-	clocks = <&wdt_clk>;
 };
 
 &gpio {
diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi b/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi
index 03827ce06ee3..adfe8406c24c 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi
@@ -13,7 +13,6 @@
 
 &wdt {
 	status = "okay";
-	clocks = <&wdt_clk>;
 };
 
 &gpio {
diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
index 048b5dc7ae18..6050796a1678 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
@@ -171,12 +171,6 @@ extclk100mhz: extclk100mhz {
 		clock-output-names = "extclk100mhz";
 	};
 
-	wdt_clk: wdt-clk {
-		compatible = "fixed-clock";
-		clock-frequency = <150000000>;
-		#clock-cells = <0>;
-	};
-
 	osc2_clk: osc2-clk {
 		compatible = "fixed-clock";
 		clock-frequency = <20000000>;
@@ -490,6 +484,7 @@ piether: ethernet@28000000 {
 		wdt: wdt@28330000 {
 			compatible = "toshiba,visconti-wdt";
 			reg = <0 0x28330000 0 0x1000>;
+			clocks = <&pismu TMPV770X_CLK_WDTCLK>;
 			status = "disabled";
 		};
 
-- 
2.36.0



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 4/9] arm64: dts: visconti: Update the clock providers for SPI
  2022-05-10  1:52 [PATCH 0/9] Visconti5: Update the clock providers Nobuhiro Iwamatsu
                   ` (2 preceding siblings ...)
  2022-05-10  1:52 ` [PATCH 3/9] arm64: dts: visconti: Update the clock providers for watchdog timer Nobuhiro Iwamatsu
@ 2022-05-10  1:52 ` Nobuhiro Iwamatsu
  2022-05-10  1:52 ` [PATCH 5/9] arm64: dts: visconti: Update the clock providers for ethernet device Nobuhiro Iwamatsu
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Nobuhiro Iwamatsu @ 2022-05-10  1:52 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Rob Herring, Arnd Bergmann, Olof Johansson, yuji2.ishikawa,
	Nobuhiro Iwamatsu

Remove fixed clock and source common clock for SPI.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 .../dts/toshiba/tmpv7708-visrobo-vrc.dtsi     |  2 --
 arch/arm64/boot/dts/toshiba/tmpv7708.dtsi     | 21 ++++++++++++-------
 2 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi b/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi
index adfe8406c24c..0c8321022a73 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi
@@ -25,8 +25,6 @@ &spi0_pins {
 
 &spi0 {
 	status = "okay";
-	clocks = <&clk300mhz>, <&clk150mhz>;
-	clock-names = "sspclk", "apb_pclk";
 
 	mmc-slot@0 {
 		compatible = "mmc-spi-slot";
diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
index 6050796a1678..196cda7b5d90 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
@@ -143,13 +143,6 @@ clk125mhz: clk125mhz {
 		clock-output-names = "clk125mhz";
 	};
 
-	clk150mhz: clk150mhz {
-		compatible = "fixed-clock";
-		clock-frequency = <150000000>;
-		#clock-cells = <0>;
-		clock-output-names = "clk150mhz";
-	};
-
 	clk300mhz: clk300mhz {
 		compatible = "fixed-clock";
 		clock-frequency = <300000000>;
@@ -395,6 +388,8 @@ spi0: spi@28140000 {
 			num-cs = <1>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PISPI1>;
+			clock-names = "apb_pclk";
 			status = "disabled";
 		};
 
@@ -407,6 +402,8 @@ spi1: spi@28141000 {
 			num-cs = <1>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PISPI1>;
+			clock-names = "apb_pclk";
 			status = "disabled";
 		};
 
@@ -419,6 +416,8 @@ spi2: spi@28142000 {
 			num-cs = <1>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PISPI2>;
+			clock-names = "apb_pclk";
 			status = "disabled";
 		};
 
@@ -431,6 +430,8 @@ spi3: spi@28143000 {
 			num-cs = <1>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PISPI3>;
+			clock-names = "apb_pclk";
 			status = "disabled";
 		};
 
@@ -443,6 +444,8 @@ spi4: spi@28144000 {
 			num-cs = <1>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PISPI4>;
+			clock-names = "apb_pclk";
 			status = "disabled";
 		};
 
@@ -455,6 +458,8 @@ spi5: spi@28145000 {
 			num-cs = <1>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PISPI5>;
+			clock-names = "apb_pclk";
 			status = "disabled";
 		};
 
@@ -467,6 +472,8 @@ spi6: spi@28146000 {
 			num-cs = <1>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			clocks = <&pismu TMPV770X_CLK_PISPI6>;
+			clock-names = "apb_pclk";
 			status = "disabled";
 		};
 
-- 
2.36.0



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 5/9] arm64: dts: visconti: Update the clock providers for ethernet device
  2022-05-10  1:52 [PATCH 0/9] Visconti5: Update the clock providers Nobuhiro Iwamatsu
                   ` (3 preceding siblings ...)
  2022-05-10  1:52 ` [PATCH 4/9] arm64: dts: visconti: Update the clock providers for SPI Nobuhiro Iwamatsu
@ 2022-05-10  1:52 ` Nobuhiro Iwamatsu
  2022-05-10  1:52 ` [PATCH 6/9] arm64: dts: visconti: Update the clock providers for PCIe host controller Nobuhiro Iwamatsu
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Nobuhiro Iwamatsu @ 2022-05-10  1:52 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Rob Herring, Arnd Bergmann, Olof Johansson, yuji2.ishikawa,
	Nobuhiro Iwamatsu

Remove fixed clock and source common clock for ethernet device.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts |  2 --
 .../boot/dts/toshiba/tmpv7708-visrobo-vrb.dts    |  2 --
 arch/arm64/boot/dts/toshiba/tmpv7708.dtsi        | 16 ++--------------
 3 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts b/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
index 45ddf6f03175..527bb437dd90 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
@@ -42,8 +42,6 @@ &piether {
 	status = "okay";
 	phy-handle = <&phy0>;
 	phy-mode = "rgmii-id";
-	clocks = <&clk300mhz>, <&clk125mhz>;
-	clock-names = "stmmaceth", "phy_ref_clk";
 
 	mdio0 {
 		#address-cells = <1>;
diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts b/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts
index 56701e0e1dab..ed7aa7e457b1 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts
@@ -42,8 +42,6 @@ &piether {
 	status = "okay";
 	phy-handle = <&phy0>;
 	phy-mode = "rgmii-id";
-	clocks = <&clk300mhz>, <&clk125mhz>;
-	clock-names = "stmmaceth", "phy_ref_clk";
 
 	mdio0 {
 		#address-cells = <1>;
diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
index 196cda7b5d90..7c80a9434e10 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
@@ -136,20 +136,6 @@ clk25mhz: clk25mhz {
 		clock-output-names = "clk25mhz";
 	};
 
-	clk125mhz: clk125mhz {
-		compatible = "fixed-clock";
-		clock-frequency = <125000000>;
-		#clock-cells = <0>;
-		clock-output-names = "clk125mhz";
-	};
-
-	clk300mhz: clk300mhz {
-		compatible = "fixed-clock";
-		clock-frequency = <300000000>;
-		#clock-cells = <0>;
-		clock-output-names = "clk300mhz";
-	};
-
 	clk600mhz: clk600mhz {
 		compatible = "fixed-clock";
 		#clock-cells = <0>;
@@ -485,6 +471,8 @@ piether: ethernet@28000000 {
 			snps,txpbl = <4>;
 			snps,rxpbl = <4>;
 			snps,tso;
+			clocks = <&pismu TMPV770X_CLK_PIETHER_BUS>, <&pismu TMPV770X_CLK_PIETHER_125M>;
+			clock-names = "stmmaceth", "phy_ref_clk";
 			status = "disabled";
 		};
 
-- 
2.36.0



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 6/9] arm64: dts: visconti: Update the clock providers for PCIe host controller
  2022-05-10  1:52 [PATCH 0/9] Visconti5: Update the clock providers Nobuhiro Iwamatsu
                   ` (4 preceding siblings ...)
  2022-05-10  1:52 ` [PATCH 5/9] arm64: dts: visconti: Update the clock providers for ethernet device Nobuhiro Iwamatsu
@ 2022-05-10  1:52 ` Nobuhiro Iwamatsu
  2022-05-10  1:52 ` [PATCH 7/9] dt-bindings: net: toshiba, visconti-dwmac: Update the common clock properties Nobuhiro Iwamatsu
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Nobuhiro Iwamatsu @ 2022-05-10  1:52 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Rob Herring, Arnd Bergmann, Olof Johansson, yuji2.ishikawa,
	Nobuhiro Iwamatsu

Remove fixed clock and source common clock for PCIe host controller.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts |  2 --
 arch/arm64/boot/dts/toshiba/tmpv7708.dtsi        | 16 ++--------------
 2 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts b/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
index 527bb437dd90..d209fdc98597 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
@@ -72,6 +72,4 @@ &pwm {
 
 &pcie {
 	status = "okay";
-	clocks = <&extclk100mhz>, <&clk600mhz>, <&clk25mhz>;
-	clock-names = "ref", "core", "aux";
 };
diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
index 7c80a9434e10..0fc32c036f30 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
@@ -129,20 +129,6 @@ timer {
 			<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
 	};
 
-	clk25mhz: clk25mhz {
-		compatible = "fixed-clock";
-		#clock-cells = <0>;
-		clock-frequency = <25000000>;
-		clock-output-names = "clk25mhz";
-	};
-
-	clk600mhz: clk600mhz {
-		compatible = "fixed-clock";
-		#clock-cells = <0>;
-		clock-frequency = <600000000>;
-		clock-output-names = "clk600mhz";
-	};
-
 	extclk100mhz: extclk100mhz {
 		compatible = "fixed-clock";
 		#clock-cells = <0>;
@@ -520,6 +506,8 @@ pcie: pcie@28400000 {
 				 0 0 0 3 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH
 				 0 0 0 4 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>;
 			max-link-speed = <2>;
+			clocks = <&extclk100mhz>, <&pismu TMPV770X_CLK_PCIE_MSTR>, <&pismu TMPV770X_CLK_PCIE_AUX>;
+			clock-names = "ref", "core", "aux";
 			status = "disabled";
 		};
 	};
-- 
2.36.0



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 7/9] dt-bindings: net: toshiba, visconti-dwmac: Update the common clock properties
  2022-05-10  1:52 [PATCH 0/9] Visconti5: Update the clock providers Nobuhiro Iwamatsu
                   ` (5 preceding siblings ...)
  2022-05-10  1:52 ` [PATCH 6/9] arm64: dts: visconti: Update the clock providers for PCIe host controller Nobuhiro Iwamatsu
@ 2022-05-10  1:52 ` Nobuhiro Iwamatsu
  2022-05-17 20:47   ` Rob Herring
  2022-05-10  1:52 ` [PATCH 8/9] dt-bindings: watchdog: toshiba, visconti-wdt: " Nobuhiro Iwamatsu
  2022-05-10  1:52 ` [PATCH 9/9] dt-bindings: pci: toshiba, visconti-pcie: " Nobuhiro Iwamatsu
  8 siblings, 1 reply; 14+ messages in thread
From: Nobuhiro Iwamatsu @ 2022-05-10  1:52 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Rob Herring, Arnd Bergmann, Olof Johansson, yuji2.ishikawa,
	Nobuhiro Iwamatsu

The clock for this driver switched to the common clock controller driver.
Therefore, update common clock properties for ethernet device in the binding
document.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 .../devicetree/bindings/net/toshiba,visconti-dwmac.yaml        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml b/Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml
index b12bfe61c67a..0988ed8d1c12 100644
--- a/Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml
+++ b/Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml
@@ -52,6 +52,7 @@ unevaluatedProperties: false
 
 examples:
   - |
+    #include <dt-bindings/clock/toshiba,tmpv770x.h>
     #include <dt-bindings/interrupt-controller/arm-gic.h>
 
     soc {
@@ -63,7 +64,7 @@ examples:
             reg = <0 0x28000000 0 0x10000>;
             interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
             interrupt-names = "macirq";
-            clocks = <&clk300mhz>, <&clk125mhz>;
+            clocks = <&pismu TMPV770X_CLK_PIETHER_BUS>, <&pismu TMPV770X_CLK_PIETHER_125M>;
             clock-names = "stmmaceth", "phy_ref_clk";
             snps,txpbl = <4>;
             snps,rxpbl = <4>;
-- 
2.36.0



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 8/9] dt-bindings: watchdog: toshiba, visconti-wdt: Update the common clock properties
  2022-05-10  1:52 [PATCH 0/9] Visconti5: Update the clock providers Nobuhiro Iwamatsu
                   ` (6 preceding siblings ...)
  2022-05-10  1:52 ` [PATCH 7/9] dt-bindings: net: toshiba, visconti-dwmac: Update the common clock properties Nobuhiro Iwamatsu
@ 2022-05-10  1:52 ` Nobuhiro Iwamatsu
  2022-05-17 20:49   ` [PATCH 8/9] dt-bindings: watchdog: toshiba,visconti-wdt: " Rob Herring
  2022-05-10  1:52 ` [PATCH 9/9] dt-bindings: pci: toshiba, visconti-pcie: " Nobuhiro Iwamatsu
  8 siblings, 1 reply; 14+ messages in thread
From: Nobuhiro Iwamatsu @ 2022-05-10  1:52 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Rob Herring, Arnd Bergmann, Olof Johansson, yuji2.ishikawa,
	Nobuhiro Iwamatsu

The clock for this driver switched to the common clock controller driver.
Therefore, update common clock properties for watchdog in the binding document.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 .../bindings/watchdog/toshiba,visconti-wdt.yaml        | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml b/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml
index 690e19ce4b87..edfefb97b6b1 100644
--- a/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml
@@ -35,20 +35,16 @@ additionalProperties: false
 
 examples:
   - |
+    #include <dt-bindings/clock/toshiba,tmpv770x.h>
+
     soc {
         #address-cells = <2>;
         #size-cells = <2>;
 
-        wdt_clk: wdt-clk {
-            compatible = "fixed-clock";
-            clock-frequency = <150000000>;
-            #clock-cells = <0>;
-        };
-
         watchdog@28330000 {
             compatible = "toshiba,visconti-wdt";
             reg = <0 0x28330000 0 0x1000>;
-            clocks = <&wdt_clk>;
+            clocks = <&pismu TMPV770X_CLK_WDTCLK>;
             timeout-sec = <20>;
         };
     };
-- 
2.36.0



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 9/9] dt-bindings: pci: toshiba, visconti-pcie: Update the common clock properties
  2022-05-10  1:52 [PATCH 0/9] Visconti5: Update the clock providers Nobuhiro Iwamatsu
                   ` (7 preceding siblings ...)
  2022-05-10  1:52 ` [PATCH 8/9] dt-bindings: watchdog: toshiba, visconti-wdt: " Nobuhiro Iwamatsu
@ 2022-05-10  1:52 ` Nobuhiro Iwamatsu
  2022-05-17 20:50   ` [PATCH 9/9] dt-bindings: pci: toshiba,visconti-pcie: " Rob Herring
  8 siblings, 1 reply; 14+ messages in thread
From: Nobuhiro Iwamatsu @ 2022-05-10  1:52 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Rob Herring, Arnd Bergmann, Olof Johansson, yuji2.ishikawa,
	Nobuhiro Iwamatsu

The clock for this driver switched to the common clock controller driver.
Therefore, update common clock properties for PCIe controller in the binding
document.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 .../devicetree/bindings/pci/toshiba,visconti-pcie.yaml         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml b/Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml
index 30b6396d83c8..b9d0484606cc 100644
--- a/Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml
@@ -69,6 +69,7 @@ unevaluatedProperties: false
 
 examples:
   - |
+    #include <dt-bindings/clock/toshiba,tmpv770x.h>
     #include <dt-bindings/interrupt-controller/irq.h>
     #include <dt-bindings/interrupt-controller/arm-gic.h>
 
@@ -102,7 +103,7 @@ examples:
                  0 0 0 2 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH
                  0 0 0 3 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH
                  0 0 0 4 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>;
-            clocks = <&extclk100mhz>, <&clk600mhz>, <&clk25mhz>;
+            clocks = <&extclk100mhz>, <&pismu TMPV770X_CLK_PCIE_MSTR>, <&pismu TMPV770X_CLK_PCIE_AUX>;
             clock-names = "ref", "core", "aux";
             max-link-speed = <2>;
         };
-- 
2.36.0



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: [PATCH 7/9] dt-bindings: net: toshiba, visconti-dwmac: Update the common clock properties
  2022-05-10  1:52 ` [PATCH 7/9] dt-bindings: net: toshiba, visconti-dwmac: Update the common clock properties Nobuhiro Iwamatsu
@ 2022-05-17 20:47   ` Rob Herring
  0 siblings, 0 replies; 14+ messages in thread
From: Rob Herring @ 2022-05-17 20:47 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu
  Cc: Rob Herring, yuji2.ishikawa, devicetree, Olof Johansson,
	Arnd Bergmann, linux-arm-kernel

On Tue, 10 May 2022 10:52:27 +0900, Nobuhiro Iwamatsu wrote:
> The clock for this driver switched to the common clock controller driver.
> Therefore, update common clock properties for ethernet device in the binding
> document.
> 
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> ---
>  .../devicetree/bindings/net/toshiba,visconti-dwmac.yaml        | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 8/9] dt-bindings: watchdog: toshiba,visconti-wdt: Update the common clock properties
  2022-05-10  1:52 ` [PATCH 8/9] dt-bindings: watchdog: toshiba, visconti-wdt: " Nobuhiro Iwamatsu
@ 2022-05-17 20:49   ` Rob Herring
  2022-05-20  2:58     ` nobuhiro1.iwamatsu
  0 siblings, 1 reply; 14+ messages in thread
From: Rob Herring @ 2022-05-17 20:49 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu
  Cc: devicetree, linux-arm-kernel, Arnd Bergmann, Olof Johansson,
	yuji2.ishikawa

On Tue, May 10, 2022 at 10:52:28AM +0900, Nobuhiro Iwamatsu wrote:
> The clock for this driver switched to the common clock controller driver.
> Therefore, update common clock properties for watchdog in the binding document.
> 

The examples are just that, examples. If this needs to exactly match 
your dts file, why isn't the dts file the example?

> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> ---
>  .../bindings/watchdog/toshiba,visconti-wdt.yaml        | 10 +++-------
>  1 file changed, 3 insertions(+), 7 deletions(-)

But fine:

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 9/9] dt-bindings: pci: toshiba,visconti-pcie: Update the common clock properties
  2022-05-10  1:52 ` [PATCH 9/9] dt-bindings: pci: toshiba, visconti-pcie: " Nobuhiro Iwamatsu
@ 2022-05-17 20:50   ` Rob Herring
  0 siblings, 0 replies; 14+ messages in thread
From: Rob Herring @ 2022-05-17 20:50 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu
  Cc: Arnd Bergmann, Olof Johansson, devicetree, Rob Herring,
	linux-arm-kernel, yuji2.ishikawa

On Tue, 10 May 2022 10:52:29 +0900, Nobuhiro Iwamatsu wrote:
> The clock for this driver switched to the common clock controller driver.
> Therefore, update common clock properties for PCIe controller in the binding
> document.
> 
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> ---
>  .../devicetree/bindings/pci/toshiba,visconti-pcie.yaml         | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: [PATCH 8/9] dt-bindings: watchdog: toshiba,visconti-wdt: Update the common clock properties
  2022-05-17 20:49   ` [PATCH 8/9] dt-bindings: watchdog: toshiba,visconti-wdt: " Rob Herring
@ 2022-05-20  2:58     ` nobuhiro1.iwamatsu
  0 siblings, 0 replies; 14+ messages in thread
From: nobuhiro1.iwamatsu @ 2022-05-20  2:58 UTC (permalink / raw)
  To: robh; +Cc: devicetree, linux-arm-kernel, arnd, olof, yuji2.ishikawa

Hi,

Thanks for your review.

> -----Original Message-----
> From: Rob Herring <robh@kernel.org>
> Sent: Wednesday, May 18, 2022 5:50 AM
> To: iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT)
> <nobuhiro1.iwamatsu@toshiba.co.jp>
> Cc: devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; Arnd
> Bergmann <arnd@arndb.de>; Olof Johansson <olof@lixom.net>; ishikawa
> yuji(石川 悠司 ○RDC□AITC○EA開) <yuji2.ishikawa@toshiba.co.jp>
> Subject: Re: [PATCH 8/9] dt-bindings: watchdog: toshiba,visconti-wdt:
> Update the common clock properties
> 
> On Tue, May 10, 2022 at 10:52:28AM +0900, Nobuhiro Iwamatsu wrote:
> > The clock for this driver switched to the common clock controller driver.
> > Therefore, update common clock properties for watchdog in the binding
> document.
> >
> 
> The examples are just that, examples. If this needs to exactly match your dts
> file, why isn't the dts file the example?

I will update the example as well in next version.

> 
> > Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> > ---
> >  .../bindings/watchdog/toshiba,visconti-wdt.yaml        | 10 +++-------
> >  1 file changed, 3 insertions(+), 7 deletions(-)
> 
> But fine:
> 
> Acked-by: Rob Herring <robh@kernel.org>

Thank you.

Best regards,
  Nobuhiro


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-05-20  3:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10  1:52 [PATCH 0/9] Visconti5: Update the clock providers Nobuhiro Iwamatsu
2022-05-10  1:52 ` [PATCH 1/9] arm64: dts: visconti: Update the clock providers for UART Nobuhiro Iwamatsu
2022-05-10  1:52 ` [PATCH 2/9] arm64: dts: visconti: Update the clock providers for I2C Nobuhiro Iwamatsu
2022-05-10  1:52 ` [PATCH 3/9] arm64: dts: visconti: Update the clock providers for watchdog timer Nobuhiro Iwamatsu
2022-05-10  1:52 ` [PATCH 4/9] arm64: dts: visconti: Update the clock providers for SPI Nobuhiro Iwamatsu
2022-05-10  1:52 ` [PATCH 5/9] arm64: dts: visconti: Update the clock providers for ethernet device Nobuhiro Iwamatsu
2022-05-10  1:52 ` [PATCH 6/9] arm64: dts: visconti: Update the clock providers for PCIe host controller Nobuhiro Iwamatsu
2022-05-10  1:52 ` [PATCH 7/9] dt-bindings: net: toshiba, visconti-dwmac: Update the common clock properties Nobuhiro Iwamatsu
2022-05-17 20:47   ` Rob Herring
2022-05-10  1:52 ` [PATCH 8/9] dt-bindings: watchdog: toshiba, visconti-wdt: " Nobuhiro Iwamatsu
2022-05-17 20:49   ` [PATCH 8/9] dt-bindings: watchdog: toshiba,visconti-wdt: " Rob Herring
2022-05-20  2:58     ` nobuhiro1.iwamatsu
2022-05-10  1:52 ` [PATCH 9/9] dt-bindings: pci: toshiba, visconti-pcie: " Nobuhiro Iwamatsu
2022-05-17 20:50   ` [PATCH 9/9] dt-bindings: pci: toshiba,visconti-pcie: " Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).