Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <robh@kernel.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20220106182518.1435497-1-robh@kernel.org

+1 -8
+1 -8
Documentation/devicetree/bindings/clock/imx5-clock.yaml
··· 55 55 <0 72 IRQ_TYPE_LEVEL_HIGH>; 56 56 #clock-cells = <1>; 57 57 }; 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 + ...