dts/nxp: Fix dtc v1.4.6 warning: Missing property '#clock-cells' in node

Replaces #clocks-cells with #clock-cell property in kinetis and i.mx rt
socs.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2018-05-21 08:27:00 -05:00 committed by Kumar Gala
commit 22fc6008ea
6 changed files with 6 additions and 6 deletions

View file

@ -62,7 +62,7 @@
clk-divider-flash = <5>;
clock-controller;
#clocks-cells = <3>;
#clock-cells = <3>;
};
flash-controller@40020000 {