projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01f222d
)
ARM: dts: sun8i: Add PWM controller node in H3
author
Milo Kim
<woogyom.kim@gmail.com>
Wed, 31 Aug 2016 08:25:18 +0000
(17:25 +0900)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Wed, 31 Aug 2016 16:16:59 +0000
(18:16 +0200)
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-h3.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun8i-h3.dtsi
b/arch/arm/boot/dts/sun8i-h3.dtsi
index
fdf9fdb
..
6d83b86
100644
(file)
--- a/
arch/arm/boot/dts/sun8i-h3.dtsi
+++ b/
arch/arm/boot/dts/sun8i-h3.dtsi
@@
-389,6
+389,14
@@
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
};
+ pwm: pwm@01c21400 {
+ compatible = "allwinner,sun8i-h3-pwm";
+ reg = <0x01c21400 0x8>;
+ clocks = <&osc24M>;
+ #pwm-cells = <3>;
+ status = "disabled";
+ };
+
uart0: serial@01c28000 {
compatible = "snps,dw-apb-uart";
reg = <0x01c28000 0x400>;