mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
ARM: dts: imx27: remove fsl,imx-osc26m from fixed-clock node
Remove fsl,imx-osc26m from fixed-clock node to fix below CHECK_DTB warnings: arch/arm/boot/dts/nxp/imx/imx27-apf27.dtb: osc26m (fsl,imx-osc26m): compatible: ['fsl,imx-osc26m', 'fixed-clock'] is too long from schema $id: http://devicetree.org/schemas/clock/fixed-clock.yaml Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
53779e0348
commit
3bca7337b4
|
|
@ -49,7 +49,7 @@ aitc: aitc-interrupt-controller@10040000 {
|
|||
|
||||
clocks {
|
||||
clk_osc26m: osc26m {
|
||||
compatible = "fsl,imx-osc26m", "fixed-clock";
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <26000000>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user