soc: nxp: ke1xf: rename ftm instances to pwm to match other SoCs

Rename the NXP FTM instances in the KE1xF SoC to PWM to match the
other SoCs/boards using the FlexTimer as PWM generator.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2019-11-13 12:45:26 +01:00 committed by Maureen Helm
commit ebb4126cbe
3 changed files with 29 additions and 29 deletions

View file

@ -77,32 +77,32 @@
pwmleds {
compatible = "pwm-leds";
orange_pwm_led: led_pwm_0 {
pwms = <&ftm3 7 60000>;
pwms = <&pwm3 7 60000>;
label = "User PWM LED D9";
};
yellow_pwm_led: led_pwm_1 {
pwms = <&ftm3 6 60000>;
pwms = <&pwm3 6 60000>;
label = "User PWM LED D8";
};
green_pwm_led: led_pwm_2 {
pwms = <&ftm3 5 60000>;
pwms = <&pwm3 5 60000>;
label = "User PWM LED D7";
};
red_pwm_led: led_pwm_3 {
pwms = <&ftm3 4 60000>;
pwms = <&pwm3 4 60000>;
label = "User PWM LED D6";
};
tri_red_pwm_led: led_pwm_4 {
pwms = <&ftm0 1 60000>;
pwms = <&pwm0 1 60000>;
label = "User Tricolor PWM LED D5 (Red)";
};
tri_green_pwm_led: led_pwm_5 {
pwms = <&ftm0 0 60000>;
pwms = <&pwm0 0 60000>;
label = "User Tricolor PWM LED D5 (Green)";
};
tri_blue_pwm_led: led_pwm_6 {
pwms = <&ftm0 5 60000>;
pwms = <&pwm0 5 60000>;
label = "User Tricolor PWM LED D5 (Blue)";
};
};
@ -158,11 +158,11 @@
current-speed = <115200>;
};
&ftm0 {
&pwm0 {
status = "okay";
};
&ftm3 {
&pwm3 {
status = "okay";
};