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
|
@ -62,7 +62,7 @@
|
|||
clk-divider-flash = <5>;
|
||||
|
||||
clock-controller;
|
||||
#clocks-cells = <3>;
|
||||
#clock-cells = <3>;
|
||||
};
|
||||
|
||||
flash-controller@40020000 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue