diff options
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | 2021-12-09 18:42:32 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-21 10:26:50 +0100 |
commit | ae807879e6be321308ee4196275bfb8408858ba7 (patch) | |
tree | 781725251cbede2f7676b31994b04a93e717b24c | |
parent | drivers/misc/ocxl: remove redundant rc variable (diff) | |
download | linux-ae807879e6be321308ee4196275bfb8408858ba7.tar.xz linux-ae807879e6be321308ee4196275bfb8408858ba7.zip |
dt-bindings: nvmem: mediatek: add support bits property
Add support bits property, will satisfy more consumers.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20211209174235.14049-2-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/nvmem/mtk-efuse.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/nvmem/mtk-efuse.txt b/Documentation/devicetree/bindings/nvmem/mtk-efuse.txt index b6791702bcfc..ec70c5b7a340 100644 --- a/Documentation/devicetree/bindings/nvmem/mtk-efuse.txt +++ b/Documentation/devicetree/bindings/nvmem/mtk-efuse.txt @@ -10,6 +10,7 @@ Required properties: "mediatek,mt8192-efuse", "mediatek,efuse": for MT8192 "mediatek,mt8516-efuse", "mediatek,efuse": for MT8516 - reg: Should contain registers location and length +- bits: contain the bits range by offset and size = Data cells = Are child nodes of MTK-EFUSE, bindings of which as described in |