public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ARM: dts: rv1108: change to "max-frequency" from "clock-freq-min-max"
       [not found] <CGME20170609111748epcas5p163d65c6bd94776383381d80b632414a5@epcas5p1.samsung.com>
@ 2017-06-09 11:17 ` Jaehoon Chung
  2017-06-09 12:53   ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Jaehoon Chung @ 2017-06-09 11:17 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-arm-kernel, devicetree, robh+dt, mark.rutland, heiko,
	shawn.lin, andyshrk, Jaehoon Chung

"clock-freq-min-max" was deprecated. There is only using in rv1108.dtsi.
Use the "max-frequency" for removiing "clock-freq-min-max" in future.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
Changelog on V2:
- Rebased on Heiko's git repository (v4.13-armsoc/dts32 branch)

 arch/arm/boot/dts/rv1108.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi
index 437098b..6a3da2d 100644
--- a/arch/arm/boot/dts/rv1108.dtsi
+++ b/arch/arm/boot/dts/rv1108.dtsi
@@ -174,7 +174,7 @@
 
 	emmc: dwmmc@30110000 {
 		compatible = "rockchip,rv1108-dw-mshc", "rockchip,rk3288-dw-mshc";
-		clock-freq-min-max = <400000 150000000>;
+		max-frequency = <150000000>;
 		clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
 			 <&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
 		clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
@@ -186,7 +186,7 @@
 
 	sdio: dwmmc@30120000 {
 		compatible = "rockchip,rv1108-dw-mshc", "rockchip,rk3288-dw-mshc";
-		clock-freq-min-max = <400000 150000000>;
+		max-frequency = <150000000>;
 		clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>,
 			 <&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>;
 		clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
@@ -198,7 +198,7 @@
 
 	sdmmc: dwmmc@30130000 {
 		compatible = "rockchip,rv1108-dw-mshc", "rockchip,rk3288-dw-mshc";
-		clock-freq-min-max = <400000 100000000>;
+		max-frequency = <100000000>;
 		clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
 			 <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
 		clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
-- 
2.10.2

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

* Re: [PATCH v2] ARM: dts: rv1108: change to "max-frequency" from "clock-freq-min-max"
  2017-06-09 11:17 ` [PATCH v2] ARM: dts: rv1108: change to "max-frequency" from "clock-freq-min-max" Jaehoon Chung
@ 2017-06-09 12:53   ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2017-06-09 12:53 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: linux-kernel, linux-arm-kernel, devicetree, robh+dt, mark.rutland,
	shawn.lin, andyshrk

Am Freitag, 9. Juni 2017, 20:17:47 CEST schrieb Jaehoon Chung:
> "clock-freq-min-max" was deprecated. There is only using in rv1108.dtsi.
> Use the "max-frequency" for removiing "clock-freq-min-max" in future.
> 
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>

applied for 4.13


Thanks
Heiko

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

end of thread, other threads:[~2017-06-09 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20170609111748epcas5p163d65c6bd94776383381d80b632414a5@epcas5p1.samsung.com>
2017-06-09 11:17 ` [PATCH v2] ARM: dts: rv1108: change to "max-frequency" from "clock-freq-min-max" Jaehoon Chung
2017-06-09 12:53   ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox