diff options
author | Finley Xiao <finley.xiao@rock-chips.com> | 2017-06-09 11:59:10 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-09 12:08:27 +0200 |
commit | 820de1fb69f16a4307e4b5d4adf6e9246a680655 (patch) | |
tree | 880cf81c151255e14e23029d99fc5fdca21797e7 /Documentation/devicetree/bindings/nvmem/rockchip-efuse.txt | |
parent | nvmem: core: add locking to nvmem_find_cell (diff) | |
download | linux-820de1fb69f16a4307e4b5d4adf6e9246a680655.tar.xz linux-820de1fb69f16a4307e4b5d4adf6e9246a680655.zip |
nvmem: rockchip-efuse: add support for rk322x-efuse
This adds the necessary data for handling eFuse on the rk322x.
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/nvmem/rockchip-efuse.txt')
-rw-r--r-- | Documentation/devicetree/bindings/nvmem/rockchip-efuse.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/nvmem/rockchip-efuse.txt b/Documentation/devicetree/bindings/nvmem/rockchip-efuse.txt index 94aeeeabadd5..194926f77194 100644 --- a/Documentation/devicetree/bindings/nvmem/rockchip-efuse.txt +++ b/Documentation/devicetree/bindings/nvmem/rockchip-efuse.txt @@ -4,6 +4,7 @@ Required properties: - compatible: Should be one of the following. - "rockchip,rk3066a-efuse" - for RK3066a SoCs. - "rockchip,rk3188-efuse" - for RK3188 SoCs. + - "rockchip,rk322x-efuse" - for RK322x SoCs. - "rockchip,rk3288-efuse" - for RK3288 SoCs. - "rockchip,rk3399-efuse" - for RK3399 SoCs. - reg: Should contain the registers location and exact eFuse size |