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:
dceb949
)
arm64: dts: zx296718: add PWM device support
author
Shawn Guo
<shawn.guo@linaro.org>
Wed, 9 Aug 2017 06:30:47 +0000
(14:30 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 14 Aug 2017 01:51:15 +0000
(09:51 +0800)
It adds PWM device support which will be used to control voltage of core
supply on some boards.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm64/boot/dts/zte/zx296718.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/boot/dts/zte/zx296718.dtsi
b/arch/arm64/boot/dts/zte/zx296718.dtsi
index 177cbf5066d6cdbb83cf8e154db71e6f049dae9f..2689e2fb8c9f6935882769725eb921faee031790 100644
(file)
--- a/
arch/arm64/boot/dts/zte/zx296718.dtsi
+++ b/
arch/arm64/boot/dts/zte/zx296718.dtsi
@@
-468,6
+468,16
@@
#clock-cells = <1>;
};
+ pwm: pwm@1439000 {
+ compatible = "zte,zx296718-pwm";
+ reg = <0x1439000 0x1000>;
+ clocks = <&lsp1crm LSP1_PWM_PCLK>,
+ <&lsp1crm LSP1_PWM_WCLK>;
+ clock-names = "pclk", "wclk";
+ #pwm-cells = <3>;
+ status = "disabled";
+ };
+
vou: vou@1440000 {
compatible = "zte,zx296718-vou";
#address-cells = <1>;