diff options
author | Liang Chen <cl@rock-chips.com> | 2017-03-27 17:40:47 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-04-04 17:21:07 +0200 |
commit | 09047cf4bc123f9b85e7019ae6f275f9de220ee5 (patch) | |
tree | abd3d81a1fa2b2d2468a77a5864a17cf0f9369d3 | |
parent | 41b464ef10219e45513d1bcaddacd47ce0bd6136 (diff) |
dt-bindings: add binding for rk3328-grf
This adds the compatible for the General Register Files on the new rk3328.
Signed-off-by: Liang Chen <cl@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | Documentation/devicetree/bindings/soc/rockchip/grf.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.txt b/Documentation/devicetree/bindings/soc/rockchip/grf.txt index a0685c209218..de8b983f2ccd 100644 --- a/Documentation/devicetree/bindings/soc/rockchip/grf.txt +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.txt @@ -16,6 +16,7 @@ Required Properties: - "rockchip,rk3188-grf", "syscon": for rk3188 - "rockchip,rk3228-grf", "syscon": for rk3228 - "rockchip,rk3288-grf", "syscon": for rk3288 + - "rockchip,rk3328-grf", "syscon": for rk3328 - "rockchip,rk3368-grf", "syscon": for rk3368 - "rockchip,rk3399-grf", "syscon": for rk3399 - compatible: PMUGRF should be one of the following: |