projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f1606b
)
ARM: dts: sun8i: Add PWM controller node for A23/A33
author
Chen-Yu Tsai
<
[email protected]
>
Fri, 18 Sep 2015 07:35:36 +0000
(15:35 +0800)
committer
Maxime Ripard
<
[email protected]
>
Sun, 27 Sep 2015 08:21:28 +0000
(10:21 +0200)
A23/A33 have a PWM controller that is compatible to the one on the A20.
Add a device node for it.
Signed-off-by: Chen-Yu Tsai <
[email protected]
>
Reviewed-by: Hans de Goede <
[email protected]
>
Signed-off-by: Maxime Ripard <
[email protected]
>
arch/arm/boot/dts/sun8i-a23-a33.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun8i-a23-a33.dtsi
b/arch/arm/boot/dts/sun8i-a23-a33.dtsi
index 27a925ec17d2df346ebb80efa0bc37f4e300e8c8..e7054304018a1fc5b8e84e39197d11ee719a7215 100644
(file)
--- a/
arch/arm/boot/dts/sun8i-a23-a33.dtsi
+++ b/
arch/arm/boot/dts/sun8i-a23-a33.dtsi
@@
-466,6
+466,14
@@
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
};
+ pwm: pwm@01c21400 {
+ compatible = "allwinner,sun7i-a20-pwm";
+ reg = <0x01c21400 0xc>;
+ clocks = <&osc24M>;
+ #pwm-cells = <3>;
+ status = "disabled";
+ };
+
lradc: lradc@01c22800 {
compatible = "allwinner,sun4i-a10-lradc-keys";
reg = <0x01c22800 0x100>;