Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: media: remove nokia,n900-ir as pwm-ir-tx is compatible

The generic pwm-ir-tx driver works for the Nokia n900, so nokia,n900-ir
can be removed.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Lee Jones <lee@kernel.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Sean Young and committed by
Hans Verkuil
da923fee 46c15a4f

+4 -21
+4 -1
Documentation/devicetree/bindings/leds/irled/pwm-ir-tx.yaml
··· 15 15 16 16 properties: 17 17 compatible: 18 - const: pwm-ir-tx 18 + oneOf: 19 + - const: pwm-ir-tx 20 + - const: nokia,n900-ir 21 + deprecated: true 19 22 20 23 pwms: 21 24 maxItems: 1
-20
Documentation/devicetree/bindings/media/nokia,n900-ir
··· 1 - Device-Tree bindings for LIRC TX driver for Nokia N900(RX51) 2 - 3 - Required properties: 4 - - compatible: should be "nokia,n900-ir". 5 - - pwms: specifies PWM used for IR signal transmission. 6 - 7 - Example node: 8 - 9 - pwm9: dmtimer-pwm@9 { 10 - compatible = "ti,omap-dmtimer-pwm"; 11 - ti,timers = <&timer9>; 12 - ti,clock-source = <0x00>; /* timer_sys_ck */ 13 - #pwm-cells = <3>; 14 - }; 15 - 16 - ir: n900-ir { 17 - compatible = "nokia,n900-ir"; 18 - 19 - pwms = <&pwm9 0 26316 0>; /* 38000 Hz */ 20 - };