Skip to content

Commit

Permalink
dts: nxp: Convert nxp,lptmr compats
Browse files Browse the repository at this point in the history
Convert compats in tree from nxp,kinetis-lptmr to
nxp,lptmr string.

Signed-off-by: Declan Snyder <[email protected]>
  • Loading branch information
decsny committed May 24, 2024
1 parent e14f509 commit aac0959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/arm/nxp/nxp_ke1xf.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
};

lptmr0: lptmr@40040000 {
compatible = "nxp,kinetis-lptmr";
compatible = "nxp,lptmr";
reg = <0x40040000 0x1000>;
interrupts = <58 0>;
clock-frequency = <128000>;
Expand Down

0 comments on commit aac0959

Please sign in to comment.