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

@ -66,7 +66,7 @@
label = "CCM";
clock-controller;
#clocks-cells = <3>;
#clock-cells = <3>;
};
gpio1: gpio@401b8000 {