Skip to content

Commit

Permalink
dts: arm: microchip: mec1501: mec172xnsz: Remove pinctrl from SoC dts
Browse files Browse the repository at this point in the history
Remove pinctrl from device tree since it is not required
when internal oscillator is used.

Signed-off-by: Jose Alberto Meza <[email protected]>
  • Loading branch information
albertofloyd committed Feb 3, 2024
1 parent a20232a commit d640829
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions dts/arm/microchip/mec1501hsz.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@
clk32kmon-valid-min = <4>;
xtal-enable-delay-ms = <300>;
pll-lock-timeout-ms = <30>;
/* pin configured only if the sources is set to PIN */
pinctrl-0 = <&clk_32khz_in_gpio165>;
pinctrl-names = "default";
#clock-cells = <3>;
};
ecia: ecia@4000e000 {
Expand Down
3 changes: 0 additions & 3 deletions dts/arm/microchip/mec172x_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ pcr: pcr@40080100 {
clk32kmon-valid-min = <4>;
xtal-enable-delay-ms = <300>;
pll-lock-timeout-ms = <30>;
/* pin configured only if one of the sources is set to PIN */
pinctrl-0 = <&clk_32khz_in_gpio165>;
pinctrl-names = "default";
#clock-cells = <3>;
};
ecia: ecia@4000e000 {
Expand Down

0 comments on commit d640829

Please sign in to comment.