hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/boot/dts/am335x-guardian.dts
....@@ -100,11 +100,12 @@
100100
101101 };
102102
103
- pwm7: dmtimer-pwm {
103
+ guardian_beeper: pwm-7 {
104104 compatible = "ti,omap-dmtimer-pwm";
105
+ #pwm-cells = <3>;
105106 ti,timers = <&timer7>;
106107 pinctrl-names = "default";
107
- pinctrl-0 = <&dmtimer7_pins>;
108
+ pinctrl-0 = <&guardian_beeper_pins>;
108109 ti,clock-source = <0x01>;
109110 };
110111
....@@ -343,9 +344,9 @@
343344 >;
344345 };
345346
346
- dmtimer7_pins: pinmux_dmtimer7_pins {
347
+ guardian_beeper_pins: pinmux_dmtimer7_pins {
347348 pinctrl-single,pins = <
348
- AM33XX_IOPAD(0x968, PIN_OUTPUT | MUX_MODE5)
349
+ AM33XX_IOPAD(0x968, PIN_OUTPUT | MUX_MODE5) /* (E18) timer7 */
349350 >;
350351 };
351352