Skip to content

Commit 9cc9b19

Browse files
committed
dt-bindings: clock: imx5: Drop clock consumer node from example
The example nodes have different sized interrupt cells which is not valid given no interrupt-parent is specified. As provider examples don't need to show the consumer side in the first place, just drop the consumer node. Signed-off-by: Rob Herring <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent da4b3d8 commit 9cc9b19

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Documentation/devicetree/bindings/clock/imx5-clock.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,4 @@ examples:
5555
<0 72 IRQ_TYPE_LEVEL_HIGH>;
5656
#clock-cells = <1>;
5757
};
58-
59-
can@53fc8000 {
60-
compatible = "fsl,imx53-flexcan", "fsl,imx25-flexcan";
61-
reg = <0x53fc8000 0x4000>;
62-
interrupts = <82>;
63-
clocks = <&clks IMX5_CLK_CAN1_IPG_GATE>, <&clks IMX5_CLK_CAN1_SERIAL_GATE>;
64-
clock-names = "ipg", "per";
65-
};
58+
...

0 commit comments

Comments
 (0)