[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1405577294-19336-2-git-send-email-caesar.wang@rock-chips.com>
Date: Thu, 17 Jul 2014 14:08:13 +0800
From: caesar <caesar.wang@...k-chips.com>
To: thierry.reding@...il.com, robh+dt@...nel.org, pawel.moll@....com,
mark.rutland@....com, ijc+devicetree@...lion.org.uk,
galak@...eaurora.org, rdunlap@...radead.org
Cc: linux-pwm@...r.kernel.org, devicetree@...r.kernel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
cf@...k-chips.com, addy.ke@...k-chips.com, xjq@...k-chips.com,
huangtao@...k-chips.com, hj@...k-chips.com,
caesar <caesar.wang@...k-chips.com>
Subject: [PATCH 1/2] pwm: add this series patch to introduce for rk-pwm and vop-pwm.
Signed-off-by: caesar <caesar.wang@...k-chips.com>
---
Documentation/devicetree/bindings/pwm/pwm-rockchip.txt | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt b/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt
index 3182126..bb6e7f1 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt
+++ b/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt
@@ -1,11 +1,14 @@
Rockchip PWM controller
Required properties:
- - compatible: should be "rockchip,rk2928-pwm"
- - reg: physical base address and length of the controller's registers
- - clocks: phandle and clock specifier of the PWM reference clock
- - #pwm-cells: should be 2. See pwm.txt in this directory for a
- description of the cell format.
+- compatible: should be "rockchip,<name>-pwm"should be one of following:
+ "rockchip,rk2928-pwm" - support the old version PWM for RK29xx,RK3066,RK3188 SoCs.
+ "rockchip,rk3288-pwm" - support the new version PWM for RK3036,RK3288 SoCs.
+ "rockchip,vop-pwm" - support rockchip integrated VOP-PWM for RK32 SoCs.
+- reg: physical base address and length of the controller's registers.
+- clocks: phandle and clock specifier of the PWM reference clock.
+- #pwm-cells: should be 2. See pwm.txt in this directory for a
+ description of the cell format.
Example:
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists