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:
parent
2348daa874
commit
22fc6008ea
6 changed files with 6 additions and 6 deletions
|
@ -66,7 +66,7 @@
|
|||
label = "CCM";
|
||||
|
||||
clock-controller;
|
||||
#clocks-cells = <3>;
|
||||
#clock-cells = <3>;
|
||||
};
|
||||
|
||||
gpio1: gpio@401b8000 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue