From: Andrew Davis Date: Fri, 23 Jun 2023 20:15:19 +0000 (-0500) Subject: dt-bindings: mfd: ti,j721e-system-controller: Remove syscon from example X-Git-Tag: v6.6.7~2431^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b21154256dbfc63778e4f235b9ae452e3c1c575e;p=platform%2Fkernel%2Flinux-starfive.git dt-bindings: mfd: ti,j721e-system-controller: Remove syscon from example 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 Link: https://lore.kernel.org/r/20230623201519.194269-1-afd@ti.com Acked-by: Rob Herring Signed-off-by: Stephen Boyd --- diff --git a/Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml b/Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml index 0c98d91..e6289fb 100644 --- a/Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml @@ -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>; };