From 09743e83d3e7c2bb03e9c7b660aeda6b047b357f Mon Sep 17 00:00:00 2001 From: Finley Xiao Date: Fri, 28 Feb 2020 18:13:42 +0800 Subject: [PATCH] dt-bindings: nvmem: rockchip-otp: Make resets as optional property Change-Id: Icd2e130548e101a41b3030e90cbec9eca43d408e Signed-off-by: Finley Xiao --- Documentation/devicetree/bindings/nvmem/rockchip-otp.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/nvmem/rockchip-otp.txt b/Documentation/devicetree/bindings/nvmem/rockchip-otp.txt index 40f649f7c2e5..6e61345829e7 100644 --- a/Documentation/devicetree/bindings/nvmem/rockchip-otp.txt +++ b/Documentation/devicetree/bindings/nvmem/rockchip-otp.txt @@ -7,6 +7,8 @@ Required properties: - reg: Should contain the registers location and size - clocks: Must contain an entry for each entry in clock-names. - clock-names: Should be "otp", "apb_pclk" and "phy". + +Optional properties: - resets: Must contain an entry for each entry in reset-names. See ../../reset/reset.txt for details. - reset-names: Should be "phy".