dt-bindings: can: fsl,flexcan: fix fsl,clk-source property
Correct fsl,clk-source example since flexcan driver uses "of_property_read_u8"
to get this property.
Fixes: 9d73399277
("dt-bindings: can: flexcan: add PE clock source property to device tree")
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Link: https://lore.kernel.org/r/20201106105627.31061-2-qiangqing.zhang@nxp.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
4e20b3a1b0
commit
07b6b3e23c
|
@ -100,7 +100,7 @@ properties:
|
||||||
by default.
|
by default.
|
||||||
0: clock source 0 (oscillator clock)
|
0: clock source 0 (oscillator clock)
|
||||||
1: clock source 1 (peripheral clock)
|
1: clock source 1 (peripheral clock)
|
||||||
$ref: /schemas/types.yaml#/definitions/uint32
|
$ref: /schemas/types.yaml#/definitions/uint8
|
||||||
default: 1
|
default: 1
|
||||||
minimum: 0
|
minimum: 0
|
||||||
maximum: 1
|
maximum: 1
|
||||||
|
@ -125,7 +125,7 @@ examples:
|
||||||
interrupts = <48 0x2>;
|
interrupts = <48 0x2>;
|
||||||
interrupt-parent = <&mpic>;
|
interrupt-parent = <&mpic>;
|
||||||
clock-frequency = <200000000>;
|
clock-frequency = <200000000>;
|
||||||
fsl,clk-source = <0>;
|
fsl,clk-source = /bits/ 8 <0>;
|
||||||
};
|
};
|
||||||
- |
|
- |
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
|
|
Loading…
Reference in New Issue