-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Open
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXPNXPpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
Adding pinmux for timer output to any ctimer instance causes a hardfault at the board init state, I couldn't get any logs out of it or connect with a debugger.
Similar config for sctimer works properly.
Regression
- This is a regression.
Steps to reproduce
Add the following to the board dts:
ctimer0: &ctimer0 {
status = "okay";
compatible = "nxp,ctimer-pwm";
#pwm-cells = <3>;
pinctrl-0 = <&pinmux_ctimer0_pwm>;
pinctrl-names = "default";
};
And to pinctrl.dtsi:
pinmux_ctimer0_pwm: pinmux_ctimer0_pwm {
group0 {
pinmux = <IO_MUX_CT0_MAT0_OUT>;
slew-rate = "normal";
};
};
Relevant log output
Impact
Functional Limitation – Some features not working as expected, but system usable.
Environment
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXPNXPpriority: lowLow impact/importance bugLow impact/importance bug