Commit b2115425 authored by Andrew Davis's avatar Andrew Davis Committed by Stephen Boyd

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: default avatarAndrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20230623201519.194269-1-afd@ti.comAcked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 82e58e69
...@@ -101,7 +101,7 @@ examples: ...@@ -101,7 +101,7 @@ examples:
}; };
clock-controller@4140 { clock-controller@4140 {
compatible = "ti,am654-ehrpwm-tbclk", "syscon"; compatible = "ti,am654-ehrpwm-tbclk";
reg = <0x4140 0x18>; reg = <0x4140 0x18>;
#clock-cells = <1>; #clock-cells = <1>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment