Re: [RESEND PATCH v2 7/7] ARM: dts: rockchip: add efuse device node for rk3228

2017-07-17 Thread Heiko Stuebner
Am Donnerstag, 22. Juni 2017, 18:32:40 CEST schrieb Frank Wang:
> From: Finley Xiao 
> 
> Add a efuse node in the device tree for the rk3228 SoC.
> 
> Signed-off-by: Finley Xiao 
> Signed-off-by: Frank Wang 

with the compatible change applied to Greg's tree,
I've now applied this one for 4.14.


Heiko


Re: [RESEND PATCH v2 7/7] ARM: dts: rockchip: add efuse device node for rk3228

2017-07-17 Thread Heiko Stuebner
Am Donnerstag, 22. Juni 2017, 18:32:40 CEST schrieb Frank Wang:
> From: Finley Xiao 
> 
> Add a efuse node in the device tree for the rk3228 SoC.
> 
> Signed-off-by: Finley Xiao 
> Signed-off-by: Frank Wang 

with the compatible change applied to Greg's tree,
I've now applied this one for 4.14.


Heiko


[RESEND PATCH v2 7/7] ARM: dts: rockchip: add efuse device node for rk3228

2017-06-22 Thread Frank Wang
From: Finley Xiao 

Add a efuse node in the device tree for the rk3228 SoC.

Signed-off-by: Finley Xiao 
Signed-off-by: Frank Wang 
---
 arch/arm/boot/dts/rk322x.dtsi | 17 +
 1 file changed, 17 insertions(+)

diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index bd7ef53..70ca103 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -336,6 +336,23 @@
status = "disabled";
};
 
+   efuse: efuse@1104 {
+   compatible = "rockchip,rk3228-efuse";
+   reg = <0x1104 0x20>;
+   #address-cells = <1>;
+   #size-cells = <1>;
+   clocks = < PCLK_EFUSE_256>;
+   clock-names = "pclk_efuse";
+
+   /* Data cells */
+   efuse_id: id@7 {
+   reg = <0x7 0x10>;
+   };
+   cpu_leakage: cpu_leakage@17 {
+   reg = <0x17 0x1>;
+   };
+   };
+
i2c0: i2c@1105 {
compatible = "rockchip,rk3228-i2c";
reg = <0x1105 0x1000>;
-- 
2.0.0




[RESEND PATCH v2 7/7] ARM: dts: rockchip: add efuse device node for rk3228

2017-06-22 Thread Frank Wang
From: Finley Xiao 

Add a efuse node in the device tree for the rk3228 SoC.

Signed-off-by: Finley Xiao 
Signed-off-by: Frank Wang 
---
 arch/arm/boot/dts/rk322x.dtsi | 17 +
 1 file changed, 17 insertions(+)

diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index bd7ef53..70ca103 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -336,6 +336,23 @@
status = "disabled";
};
 
+   efuse: efuse@1104 {
+   compatible = "rockchip,rk3228-efuse";
+   reg = <0x1104 0x20>;
+   #address-cells = <1>;
+   #size-cells = <1>;
+   clocks = < PCLK_EFUSE_256>;
+   clock-names = "pclk_efuse";
+
+   /* Data cells */
+   efuse_id: id@7 {
+   reg = <0x7 0x10>;
+   };
+   cpu_leakage: cpu_leakage@17 {
+   reg = <0x17 0x1>;
+   };
+   };
+
i2c0: i2c@1105 {
compatible = "rockchip,rk3228-i2c";
reg = <0x1105 0x1000>;
-- 
2.0.0




Re: [PATCH v2 7/7] ARM: dts: rockchip: add efuse device node for rk3228

2017-06-22 Thread Frank Wang

Hi Heiko,

On 2017/6/22 15:27, Heiko Stuebner wrote:

Hi Frank,

Am Donnerstag, 22. Juni 2017, 15:24:38 CEST schrieb Frank Wang:

From: Finley Xiao 

Add a efuse node in the device tree for the rk3228 SoC.

Signed-off-by: Finley Xiao 
---
  arch/arm/boot/dts/rk322x.dtsi | 17 +
  1 file changed, 17 insertions(+)

diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index bd7ef53..a8697fe 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -336,6 +336,23 @@
status = "disabled";
};
  
+	efuse: efuse@1104 {

+   compatible = "rockchip,rk322x-efuse";

you wanted to update the compatible in the efuse driver + binding txt
and then here as well (aka rk3228-efuse).


Sorry, I will fix it and resend these series soon.

BR.
Frank



Heiko


+   reg = <0x1104 0x20>;
+   #address-cells = <1>;
+   #size-cells = <1>;
+   clocks = < PCLK_EFUSE_256>;
+   clock-names = "pclk_efuse";
+
+   /* Data cells */
+   efuse_id: id@7 {
+   reg = <0x7 0x10>;
+   };
+   cpu_leakage: cpu_leakage@17 {
+   reg = <0x17 0x1>;
+   };
+   };
+
i2c0: i2c@1105 {
compatible = "rockchip,rk3228-i2c";
reg = <0x1105 0x1000>;











Re: [PATCH v2 7/7] ARM: dts: rockchip: add efuse device node for rk3228

2017-06-22 Thread Frank Wang

Hi Heiko,

On 2017/6/22 15:27, Heiko Stuebner wrote:

Hi Frank,

Am Donnerstag, 22. Juni 2017, 15:24:38 CEST schrieb Frank Wang:

From: Finley Xiao 

Add a efuse node in the device tree for the rk3228 SoC.

Signed-off-by: Finley Xiao 
---
  arch/arm/boot/dts/rk322x.dtsi | 17 +
  1 file changed, 17 insertions(+)

diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index bd7ef53..a8697fe 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -336,6 +336,23 @@
status = "disabled";
};
  
+	efuse: efuse@1104 {

+   compatible = "rockchip,rk322x-efuse";

you wanted to update the compatible in the efuse driver + binding txt
and then here as well (aka rk3228-efuse).


Sorry, I will fix it and resend these series soon.

BR.
Frank



Heiko


+   reg = <0x1104 0x20>;
+   #address-cells = <1>;
+   #size-cells = <1>;
+   clocks = < PCLK_EFUSE_256>;
+   clock-names = "pclk_efuse";
+
+   /* Data cells */
+   efuse_id: id@7 {
+   reg = <0x7 0x10>;
+   };
+   cpu_leakage: cpu_leakage@17 {
+   reg = <0x17 0x1>;
+   };
+   };
+
i2c0: i2c@1105 {
compatible = "rockchip,rk3228-i2c";
reg = <0x1105 0x1000>;











Re: [PATCH v2 7/7] ARM: dts: rockchip: add efuse device node for rk3228

2017-06-22 Thread Heiko Stuebner
Hi Frank,

Am Donnerstag, 22. Juni 2017, 15:24:38 CEST schrieb Frank Wang:
> From: Finley Xiao 
> 
> Add a efuse node in the device tree for the rk3228 SoC.
> 
> Signed-off-by: Finley Xiao 
> ---
>  arch/arm/boot/dts/rk322x.dtsi | 17 +
>  1 file changed, 17 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
> index bd7ef53..a8697fe 100644
> --- a/arch/arm/boot/dts/rk322x.dtsi
> +++ b/arch/arm/boot/dts/rk322x.dtsi
> @@ -336,6 +336,23 @@
>   status = "disabled";
>   };
>  
> + efuse: efuse@1104 {
> + compatible = "rockchip,rk322x-efuse";

you wanted to update the compatible in the efuse driver + binding txt
and then here as well (aka rk3228-efuse).


Heiko

> + reg = <0x1104 0x20>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + clocks = < PCLK_EFUSE_256>;
> + clock-names = "pclk_efuse";
> +
> + /* Data cells */
> + efuse_id: id@7 {
> + reg = <0x7 0x10>;
> + };
> + cpu_leakage: cpu_leakage@17 {
> + reg = <0x17 0x1>;
> + };
> + };
> +
>   i2c0: i2c@1105 {
>   compatible = "rockchip,rk3228-i2c";
>   reg = <0x1105 0x1000>;
> 




Re: [PATCH v2 7/7] ARM: dts: rockchip: add efuse device node for rk3228

2017-06-22 Thread Heiko Stuebner
Hi Frank,

Am Donnerstag, 22. Juni 2017, 15:24:38 CEST schrieb Frank Wang:
> From: Finley Xiao 
> 
> Add a efuse node in the device tree for the rk3228 SoC.
> 
> Signed-off-by: Finley Xiao 
> ---
>  arch/arm/boot/dts/rk322x.dtsi | 17 +
>  1 file changed, 17 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
> index bd7ef53..a8697fe 100644
> --- a/arch/arm/boot/dts/rk322x.dtsi
> +++ b/arch/arm/boot/dts/rk322x.dtsi
> @@ -336,6 +336,23 @@
>   status = "disabled";
>   };
>  
> + efuse: efuse@1104 {
> + compatible = "rockchip,rk322x-efuse";

you wanted to update the compatible in the efuse driver + binding txt
and then here as well (aka rk3228-efuse).


Heiko

> + reg = <0x1104 0x20>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + clocks = < PCLK_EFUSE_256>;
> + clock-names = "pclk_efuse";
> +
> + /* Data cells */
> + efuse_id: id@7 {
> + reg = <0x7 0x10>;
> + };
> + cpu_leakage: cpu_leakage@17 {
> + reg = <0x17 0x1>;
> + };
> + };
> +
>   i2c0: i2c@1105 {
>   compatible = "rockchip,rk3228-i2c";
>   reg = <0x1105 0x1000>;
> 




[PATCH v2 7/7] ARM: dts: rockchip: add efuse device node for rk3228

2017-06-22 Thread Frank Wang
From: Finley Xiao 

Add a efuse node in the device tree for the rk3228 SoC.

Signed-off-by: Finley Xiao 
---
 arch/arm/boot/dts/rk322x.dtsi | 17 +
 1 file changed, 17 insertions(+)

diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index bd7ef53..a8697fe 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -336,6 +336,23 @@
status = "disabled";
};
 
+   efuse: efuse@1104 {
+   compatible = "rockchip,rk322x-efuse";
+   reg = <0x1104 0x20>;
+   #address-cells = <1>;
+   #size-cells = <1>;
+   clocks = < PCLK_EFUSE_256>;
+   clock-names = "pclk_efuse";
+
+   /* Data cells */
+   efuse_id: id@7 {
+   reg = <0x7 0x10>;
+   };
+   cpu_leakage: cpu_leakage@17 {
+   reg = <0x17 0x1>;
+   };
+   };
+
i2c0: i2c@1105 {
compatible = "rockchip,rk3228-i2c";
reg = <0x1105 0x1000>;
-- 
2.0.0




[PATCH v2 7/7] ARM: dts: rockchip: add efuse device node for rk3228

2017-06-22 Thread Frank Wang
From: Finley Xiao 

Add a efuse node in the device tree for the rk3228 SoC.

Signed-off-by: Finley Xiao 
---
 arch/arm/boot/dts/rk322x.dtsi | 17 +
 1 file changed, 17 insertions(+)

diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index bd7ef53..a8697fe 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -336,6 +336,23 @@
status = "disabled";
};
 
+   efuse: efuse@1104 {
+   compatible = "rockchip,rk322x-efuse";
+   reg = <0x1104 0x20>;
+   #address-cells = <1>;
+   #size-cells = <1>;
+   clocks = < PCLK_EFUSE_256>;
+   clock-names = "pclk_efuse";
+
+   /* Data cells */
+   efuse_id: id@7 {
+   reg = <0x7 0x10>;
+   };
+   cpu_leakage: cpu_leakage@17 {
+   reg = <0x17 0x1>;
+   };
+   };
+
i2c0: i2c@1105 {
compatible = "rockchip,rk3228-i2c";
reg = <0x1105 0x1000>;
-- 
2.0.0