projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d730f8
)
ARM: dts: hix5hd2: add ir node
author
Zhangfei Gao
<zhangfei.gao@linaro.org>
Wed, 29 Oct 2014 06:56:58 +0000
(14:56 +0800)
committer
Wei Xu
<xuwei5@hisilicon.com>
Fri, 7 Nov 2014 11:29:43 +0000
(19:29 +0800)
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm/boot/dts/hisi-x5hd2.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/hisi-x5hd2.dtsi
b/arch/arm/boot/dts/hisi-x5hd2.dtsi
index d07589b657f4b7c87656f1d38d0e7964617ef23b..576d8c229c4781c2267e55d19af37c56fdffcc08 100644
(file)
--- a/
arch/arm/boot/dts/hisi-x5hd2.dtsi
+++ b/
arch/arm/boot/dts/hisi-x5hd2.dtsi
@@
-391,7
+391,7
@@
};
sysctrl: system-controller@00000000 {
- compatible = "hisilicon,sysctrl";
+ compatible = "hisilicon,sysctrl"
, "syscon"
;
reg = <0x00000000 0x1000>;
reboot-offset = <0x4>;
};
@@
-478,5
+478,13
@@
interrupts = <0 70 4>;
clocks = <&clock HIX5HD2_SATA_CLK>;
};
+
+ ir: ir@001000 {
+ compatible = "hisilicon,hix5hd2-ir";
+ reg = <0x001000 0x1000>;
+ interrupts = <0 47 4>;
+ clocks = <&clock HIX5HD2_FIXED_24M>;
+ hisilicon,power-syscon = <&sysctrl>;
+ };
};
};