]> Git Repo - linux.git/commitdiff
dt-bindings: mfd: ti,j721e-system-controller: Remove syscon from example
authorAndrew Davis <[email protected]>
Fri, 23 Jun 2023 20:15:19 +0000 (15:15 -0500)
committerStephen Boyd <[email protected]>
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml

index 0c98d913747bb69f982ab1c5f0b0dac7c53dd739..e6289fbe69070689c7914ddc37a579c01fb17347 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>;
         };
This page took 0.065366 seconds and 4 git commands to generate.