diff mbox

[v3,2/2] dt-bindings: add documentation for rk3126 clock

Message ID 1501497728-7805-3-git-send-email-zhangqing@rock-chips.com (mailing list archive)
State Superseded
Headers show

Commit Message

Elaine Zhang July 31, 2017, 10:42 a.m. UTC
This add bindings documentation for rk3126 SoCs.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
---
 Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Heiko Stuebner July 31, 2017, 11:24 a.m. UTC | #1
Hi Elaine,

Am Montag, 31. Juli 2017, 18:42:08 CEST schrieb Elaine Zhang:
> This add bindings documentation for rk3126 SoCs.
> 
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

thanks for noticing that the binding doc was missing, I meant to
write a response about that but didn't find the time yet.

> ---
>  Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.txt
> b/Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.txt index
> 455a9a00a623..25098fa8595f 100644
> --- a/Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.txt
> +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.txt
> @@ -1,12 +1,12 @@
> -* Rockchip RK3128 Clock and Reset Unit
> +* Rockchip RK3128/RK3126 Clock and Reset Unit
> 
> -The RK3128 clock controller generates and supplies clock to various
> +The RK3128/RK3126 clock controller generates and supplies clock to various
>  controllers within the SoC and also implements a reset controller for SoC
>  peripherals.
> 
>  Required Properties:
> 
> -- compatible: should be "rockchip,rk3128-cru"
> +- compatible: should be "rockchip,rk3128-cru", "rockchip,rk3126-cru"

- compatible: should be one of "rockchip,rk3128-cru" or "rockchip,rk3126-cru".


Heiko


>  - reg: physical base address of the controller and length of memory mapped
>    region.
>  - #clock-cells: should be 1.


--
To unsubscribe from this list: send the line "unsubscribe linux-clk" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.txt b/Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.txt
index 455a9a00a623..25098fa8595f 100644
--- a/Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.txt
+++ b/Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.txt
@@ -1,12 +1,12 @@ 
-* Rockchip RK3128 Clock and Reset Unit
+* Rockchip RK3128/RK3126 Clock and Reset Unit
 
-The RK3128 clock controller generates and supplies clock to various
+The RK3128/RK3126 clock controller generates and supplies clock to various
 controllers within the SoC and also implements a reset controller for SoC
 peripherals.
 
 Required Properties:
 
-- compatible: should be "rockchip,rk3128-cru"
+- compatible: should be "rockchip,rk3128-cru", "rockchip,rk3126-cru"
 - reg: physical base address of the controller and length of memory mapped
   region.
 - #clock-cells: should be 1.