diff mbox series

nvmem: dt-bindings: Fix the error of dt-bindings check

Message ID 1645776611-24774-1-git-send-email-vincent.sunplus@gmail.com
State Not Applicable, archived
Headers show
Series nvmem: dt-bindings: Fix the error of dt-bindings check | expand

Checks

Context Check Description
robh/patch-applied success
robh/checkpatch warning total: 0 errors, 1 warnings, 14 lines checked
robh/dtbs-check success
robh/dt-meta-schema success
robh/patch-applied success
robh/checkpatch warning total: 0 errors, 1 warnings, 14 lines checked
robh/dtbs-check success
robh/dt-meta-schema success

Commit Message

Vincent Shih Feb. 25, 2022, 8:10 a.m. UTC
1. Remove the unnecessary header file for dt-binding check
2. Replace OTPRX with 0x15 since it is not defined here.
3. Modify the name of the node of the clock driver.

Fixes: e15d2e3fd7("nvmem: Fix the compilation error for SP7021")

Reported-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Vincent Shih <vincent.sunplus@gmail.com>
---
 Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Rob Herring (Arm) Feb. 25, 2022, 9:51 p.m. UTC | #1
On Fri, 25 Feb 2022 16:10:11 +0800, Vincent Shih wrote:
> 1. Remove the unnecessary header file for dt-binding check
> 2. Replace OTPRX with 0x15 since it is not defined here.
> 3. Modify the name of the node of the clock driver.
> 
> Fixes: e15d2e3fd7("nvmem: Fix the compilation error for SP7021")
> 
> Reported-by: Rob Herring <robh+dt@kernel.org>
> Signed-off-by: Vincent Shih <vincent.sunplus@gmail.com>
> ---
>  Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
index 4b28f37..a7644eb 100644
--- a/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
+++ b/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
@@ -60,13 +60,11 @@  unevaluatedProperties: false
 
 examples:
   - |
-    #include <dt-bindings/clock/sp-sp7021.h>
-
     otp: otp@9c00af00 {
         compatible = "sunplus,sp7021-ocotp";
         reg = <0x9c00af00 0x34>, <0x9c00af80 0x58>;
         reg-names = "hb_gpio", "otprx";
-        clocks = <&clks OTPRX>;
+        clocks = <&clkc 0x15>;
 
         #address-cells = <1>;
         #size-cells = <1>;