dt-bindings: mfd: ti,j721e-system-controller: Remove syscon from example
authorAndrew Davis <afd@ti.com>
Fri, 23 Jun 2023 20:15:19 +0000 (15:15 -0500)
committerStephen Boyd <sboyd@kernel.org>
Mon, 26 Jun 2023 23:36:22 +0000 (16:36 -0700)
The binding for ti,am654-ehrpwm-tbclk was updated to remove the syscon
compatible hint. Remove the same from the example in this binding.

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20230623201519.194269-1-afd@ti.com
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml

index 0c98d91..e6289fb 100644 (file)
@@ -101,7 +101,7 @@ examples:
         };
 
         clock-controller@4140 {
-            compatible = "ti,am654-ehrpwm-tbclk", "syscon";
+            compatible = "ti,am654-ehrpwm-tbclk";
             reg = <0x4140 0x18>;
             #clock-cells = <1>;
         };