Skip to content

Commit 06b84c5

Browse files
glneobebarino
authored andcommitted
dt-bindings: clock: ehrpwm: Remove unneeded syscon compatible
This node's register space is not accessed by any other node, which is the traditional use for the "syscon" hint. It looks to have been added here to make use of a Linux kernel helper syscon_node_to_regmap(). The Linux driver now uses a more appropriate helper that does not require the hint, so let's remove it from the binding. Signed-off-by: Andrew Davis <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 595409c commit 06b84c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Documentation/devicetree/bindings/clock/ti,am654-ehrpwm-tbclk.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ properties:
1616
- ti,am654-ehrpwm-tbclk
1717
- ti,am64-epwm-tbclk
1818
- ti,am62-epwm-tbclk
19-
- const: syscon
2019

2120
"#clock-cells":
2221
const: 1
@@ -33,8 +32,8 @@ additionalProperties: false
3332

3433
examples:
3534
- |
36-
ehrpwm_tbclk: syscon@4140 {
37-
compatible = "ti,am654-ehrpwm-tbclk", "syscon";
35+
ehrpwm_tbclk: clock@4140 {
36+
compatible = "ti,am654-ehrpwm-tbclk";
3837
reg = <0x4140 0x18>;
3938
#clock-cells = <1>;
4039
};

0 commit comments

Comments
 (0)