dts: nxp: cleanup remove system-clock-frequency
Remove unused "system-clock-frequency" property, we don't have this defined in various bindings and thus aren't using it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
2c5fb4051c
commit
226b3381f9
4 changed files with 0 additions and 4 deletions
|
@ -50,7 +50,6 @@
|
|||
compatible = "nxp,kinetis-mcg";
|
||||
reg = <0x40064000 0xd>;
|
||||
label = "MCG";
|
||||
system-clock-frequency = <120000000>;
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
compatible = "nxp,kinetis-mcg";
|
||||
reg = <0x40064000 0xd>;
|
||||
label = "MCG";
|
||||
system-clock-frequency = <48000000>;
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
mcg: clock-controller@40064000 {
|
||||
compatible = "nxp,kw41z-mcg";
|
||||
reg = <0x40064000 0x13>;
|
||||
system-clock-frequency = <48000000>;
|
||||
};
|
||||
|
||||
clock-controller@40065000 {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
mcg: clock-controller@40064000 {
|
||||
compatible = "nxp,kw41z-mcg";
|
||||
reg = <0x40064000 0x13>;
|
||||
system-clock-frequency = <48000000>;
|
||||
};
|
||||
|
||||
clock-controller@40065000 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue