Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1716180
| From | Sugar Zhang <sugar.zhang@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 2/2] ASoC: rockchip: separate pinctrl pins from each other |
| Date | 2017-08-21 10:30 +0200 |
| Message-ID | <ugQfU-1Uf-17@gated-at.bofh.it> (permalink) |
| References | <ugQfT-1Uf-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
pdm sdi0~3 pins are optional, for example, if 4ch required,
only sdi0~1 need to be enabled.
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
---
Changes in v2: None
Documentation/devicetree/bindings/sound/rockchip,pdm.txt | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/rockchip,pdm.txt b/Documentation/devicetree/bindings/sound/rockchip,pdm.txt
index 921729d..2ad66f6 100644
--- a/Documentation/devicetree/bindings/sound/rockchip,pdm.txt
+++ b/Documentation/devicetree/bindings/sound/rockchip,pdm.txt
@@ -29,11 +29,14 @@ pdm: pdm@ff040000 {
dma-names = "rx";
pinctrl-names = "default", "sleep";
pinctrl-0 = <&pdmm0_clk
- &pdmm0_fsync
&pdmm0_sdi0
&pdmm0_sdi1
&pdmm0_sdi2
&pdmm0_sdi3>;
- pinctrl-1 = <&pdmm0_sleep>;
+ pinctrl-1 = <&pdmm0_clk_sleep
+ &pdmm0_sdi0_sleep
+ &pdmm0_sdi1_sleep
+ &pdmm0_sdi2_sleep
+ &pdmm0_sdi3_sleep>;
status = "disabled";
};
--
2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] Patches to add support pdm controller for rk3328 Sugar Zhang <sugar.zhang@rock-chips.com> - 2017-08-21 10:30 +0200
[PATCH v2 2/2] ASoC: rockchip: separate pinctrl pins from each other Sugar Zhang <sugar.zhang@rock-chips.com> - 2017-08-21 10:30 +0200
Re: [PATCH v2 2/2] ASoC: rockchip: separate pinctrl pins from each other Heiko Stuebner <heiko@sntech.de> - 2017-08-23 01:00 +0200
Re: [PATCH v2 2/2] ASoC: rockchip: separate pinctrl pins from each other Rob Herring <robh@kernel.org> - 2017-08-23 02:40 +0200
[PATCH v2 1/2] arm64: dts: rockchip: add rk3328 pdm node Sugar Zhang <sugar.zhang@rock-chips.com> - 2017-08-21 10:30 +0200
Re: [PATCH v2 1/2] arm64: dts: rockchip: add rk3328 pdm node Heiko Stuebner <heiko@sntech.de> - 2017-08-23 01:30 +0200
csiph-web