Skip to content

Commit d60f6e3

Browse files
embed-3dmchehab
authored andcommitted
media: dt: bindings: Update binding documentation for sunxi IR controller
This patch updates documentation for Device-Tree bindings for sunxi IR controller and adds the new optional property for the base clock frequency. Signed-off-by: Philipp Rossak <[email protected]> Acked-by: Maxime Ripard <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 10e7120 commit d60f6e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/media/sunxi-ir.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ Required properties:
1111
Optional properties:
1212
- linux,rc-map-name: see rc.txt file in the same directory.
1313
- resets : phandle + reset specifier pair
14+
- clock-frequency : IR Receiver clock frequency, in Hertz. Defaults to 8 MHz
15+
if missing.
1416

1517
Example:
1618

1719
ir0: ir@1c21800 {
1820
compatible = "allwinner,sun4i-a10-ir";
1921
clocks = <&apb0_gates 6>, <&ir0_clk>;
2022
clock-names = "apb", "ir";
23+
clock-frequency = <3000000>;
2124
resets = <&apb0_rst 1>;
2225
interrupts = <0 5 1>;
2326
reg = <0x01C21800 0x40>;

0 commit comments

Comments
 (0)