aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/media/hix5hd2-ir.txt
diff options
context:
space:
mode:
authorRuqiang Ju <juruqiang@huawei.com>2016-11-15 05:31:32 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-22 16:20:31 -0200
commit414e72c729534a89017bc19415edc4957ebcc6fa (patch)
treefa20141d8f86ce05309a56979621ba1c4a244f88 /Documentation/devicetree/bindings/media/hix5hd2-ir.txt
parent[media] mn88473: refactor and fix statistics (diff)
downloadlinux-dev-414e72c729534a89017bc19415edc4957ebcc6fa.tar.xz
linux-dev-414e72c729534a89017bc19415edc4957ebcc6fa.zip
[media] ir-hix5hd2: make hisilicon,power-syscon property deprecated
The clock of IR can be provided by the clock provider and controlled by common clock framework APIs. Signed-off-by: Ruqiang Ju <juruqiang@huawei.com> Signed-off-by: Jiancheng Xue <xuejiancheng@hisilicon.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/devicetree/bindings/media/hix5hd2-ir.txt')
-rw-r--r--Documentation/devicetree/bindings/media/hix5hd2-ir.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/media/hix5hd2-ir.txt b/Documentation/devicetree/bindings/media/hix5hd2-ir.txt
index fb5e7606643a..54e1bede6244 100644
--- a/Documentation/devicetree/bindings/media/hix5hd2-ir.txt
+++ b/Documentation/devicetree/bindings/media/hix5hd2-ir.txt
@@ -8,10 +8,11 @@ Required properties:
the device. The interrupt specifier format depends on the interrupt
controller parent.
- clocks: clock phandle and specifier pair.
- - hisilicon,power-syscon: phandle of syscon used to control power.
Optional properties:
- linux,rc-map-name : Remote control map name.
+ - hisilicon,power-syscon: DEPRECATED. Don't use this in new dts files.
+ Provide correct clocks instead.
Example node:
@@ -19,7 +20,6 @@ Example node:
compatible = "hisilicon,hix5hd2-ir";
reg = <0xf8001000 0x1000>;
interrupts = <0 47 4>;
- clocks = <&clock HIX5HD2_FIXED_24M>;
- hisilicon,power-syscon = <&sysctrl>;
+ clocks = <&clock HIX5HD2_IR_CLOCK>;
linux,rc-map-name = "rc-tivo";
};