Skip to content
Snippets Groups Projects
Commit 18f5dfcc authored by Oleksii Kutuzov's avatar Oleksii Kutuzov
Browse files

[E58][DTS] Configure pinmux for PWM0

For some reason, in Genio510 GPIO29 isn't muxed to PWM0 by default
parent 83013aef
No related branches found
No related tags found
No related merge requests found
......@@ -475,6 +475,12 @@ &dpi1 {
status = "okay";
};
&disp_pwm0 {
pinctrl-names = "default";
pinctrl-0 = <&disp_pwm0_pin_default>;
status = "okay";
};
&dp_intf1 {
status = "disabled";
mediatek,oob-hpd;
......@@ -1028,6 +1034,12 @@ irq-pin {
pinmux = <PINMUX_GPIO13__FUNC_B_GPIO13>;
};
};
disp_pwm0_pin_default: disp-pwm0-pin-default {
pins0 {
pinmux = <PINMUX_GPIO29__FUNC_O_DISP_PWM0>;
};
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment