Skip to content

Commit

Permalink
dts: nxp: Remove clk-* properties from nxp,kinetis-sim nodes
Browse files Browse the repository at this point in the history
These are not declared in dts/bindings/arm/nxp,kinetis-sim.yaml and do
not generate any output.

Trying to get rid of properties that appear on device tree nodes but
aren't declared in bindings.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
  • Loading branch information
ulfalizer authored and galak committed Aug 1, 2019
1 parent 7dbc318 commit 2b61411
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions dts/arm/nxp/nxp_k6x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
reg = <0x40047000 0x1060>;
label = "SIM";

clk-divider-core = <1>;
clk-divider-bus = <2>;
clk-divider-flexbus = <3>;
clk-divider-flash = <5>;

#clock-cells = <3>;
};

Expand Down
5 changes: 0 additions & 5 deletions dts/arm/nxp/nxp_kl25z.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
reg = <0x40047000 0x1060>;
label = "SIM";

clk-divider-core = <1>;
clk-divider-bus = <2>;
clk-divider-flexbus = <3>;
clk-divider-flash = <5>;

#clock-cells = <3>;
};

Expand Down
4 changes: 0 additions & 4 deletions dts/arm/nxp/nxp_kw2xd.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@
reg = <0x40047000 0x1060>;
label = "SIM";

clk-divider-core = <1>;
clk-divider-bus = <1>;
clk-divider-flash = <2>;

#clock-cells = <3>;
};

Expand Down

0 comments on commit 2b61411

Please sign in to comment.