All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sugar Zhang <sugar.zhang@rock-chips.com>
To: broonie@kernel.org, heiko@sntech.de
Cc: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
	alsa-devel@alsa-project.org,
	Sugar Zhang <sugar.zhang@rock-chips.com>
Subject: [PATCH v2 6/7] ASoC: dt-bindings: rockchip: pdm: Document property 'rockchip,path-map'
Date: Mon, 30 Aug 2021 09:11:00 +0800	[thread overview]
Message-ID: <1630285861-28147-1-git-send-email-sugar.zhang@rock-chips.com> (raw)
In-Reply-To: <1630285788-28002-1-git-send-email-sugar.zhang@rock-chips.com>

This is an optional property to describe data path mapping.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
---

Changes in v2: None

 Documentation/devicetree/bindings/sound/rockchip,pdm.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/rockchip,pdm.txt b/Documentation/devicetree/bindings/sound/rockchip,pdm.txt
index 54d94438..b2d7e47 100644
--- a/Documentation/devicetree/bindings/sound/rockchip,pdm.txt
+++ b/Documentation/devicetree/bindings/sound/rockchip,pdm.txt
@@ -24,6 +24,22 @@ Required properties:
 	     pinctrl-names. See ../pinctrl/pinctrl-bindings.txt
 	     for details of the property values.
 
+Optional properties:
+- rockchip,path-map: This is a variable length array, that shows the mapping
+  of SDIx to PATHx. By default, they are one-to-one mapping as follows:
+
+   path0 <-- sdi0
+   path1 <-- sdi1
+   path2 <-- sdi2
+   path3 <-- sdi3
+
+  e.g. "rockchip,path-map = <3 2 1 0>" means the mapping as follows:
+
+   path0 <-- sdi3
+   path1 <-- sdi2
+   path2 <-- sdi1
+   path3 <-- sdi0
+
 Example for rk3328 PDM controller:
 
 pdm: pdm@ff040000 {
-- 
2.7.4




WARNING: multiple messages have this Message-ID (diff)
From: Sugar Zhang <sugar.zhang@rock-chips.com>
To: broonie@kernel.org, heiko@sntech.de
Cc: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
	alsa-devel@alsa-project.org,
	Sugar Zhang <sugar.zhang@rock-chips.com>
Subject: [PATCH v2 6/7] ASoC: dt-bindings: rockchip: pdm: Document property 'rockchip, path-map'
Date: Mon, 30 Aug 2021 09:11:00 +0800	[thread overview]
Message-ID: <1630285861-28147-1-git-send-email-sugar.zhang@rock-chips.com> (raw)
In-Reply-To: <1630285788-28002-1-git-send-email-sugar.zhang@rock-chips.com>

This is an optional property to describe data path mapping.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
---

Changes in v2: None

 Documentation/devicetree/bindings/sound/rockchip,pdm.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/rockchip,pdm.txt b/Documentation/devicetree/bindings/sound/rockchip,pdm.txt
index 54d94438..b2d7e47 100644
--- a/Documentation/devicetree/bindings/sound/rockchip,pdm.txt
+++ b/Documentation/devicetree/bindings/sound/rockchip,pdm.txt
@@ -24,6 +24,22 @@ Required properties:
 	     pinctrl-names. See ../pinctrl/pinctrl-bindings.txt
 	     for details of the property values.
 
+Optional properties:
+- rockchip,path-map: This is a variable length array, that shows the mapping
+  of SDIx to PATHx. By default, they are one-to-one mapping as follows:
+
+   path0 <-- sdi0
+   path1 <-- sdi1
+   path2 <-- sdi2
+   path3 <-- sdi3
+
+  e.g. "rockchip,path-map = <3 2 1 0>" means the mapping as follows:
+
+   path0 <-- sdi3
+   path1 <-- sdi2
+   path2 <-- sdi1
+   path3 <-- sdi0
+
 Example for rk3328 PDM controller:
 
 pdm: pdm@ff040000 {
-- 
2.7.4




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Sugar Zhang <sugar.zhang@rock-chips.com>
To: broonie@kernel.org, heiko@sntech.de
Cc: Sugar Zhang <sugar.zhang@rock-chips.com>,
	linux-rockchip@lists.infradead.org, alsa-devel@alsa-project.org,
	devicetree@vger.kernel.org
Subject: [PATCH v2 6/7] ASoC: dt-bindings: rockchip: pdm: Document property 'rockchip, path-map'
Date: Mon, 30 Aug 2021 09:11:00 +0800	[thread overview]
Message-ID: <1630285861-28147-1-git-send-email-sugar.zhang@rock-chips.com> (raw)
In-Reply-To: <1630285788-28002-1-git-send-email-sugar.zhang@rock-chips.com>

This is an optional property to describe data path mapping.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
---

Changes in v2: None

 Documentation/devicetree/bindings/sound/rockchip,pdm.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/rockchip,pdm.txt b/Documentation/devicetree/bindings/sound/rockchip,pdm.txt
index 54d94438..b2d7e47 100644
--- a/Documentation/devicetree/bindings/sound/rockchip,pdm.txt
+++ b/Documentation/devicetree/bindings/sound/rockchip,pdm.txt
@@ -24,6 +24,22 @@ Required properties:
 	     pinctrl-names. See ../pinctrl/pinctrl-bindings.txt
 	     for details of the property values.
 
+Optional properties:
+- rockchip,path-map: This is a variable length array, that shows the mapping
+  of SDIx to PATHx. By default, they are one-to-one mapping as follows:
+
+   path0 <-- sdi0
+   path1 <-- sdi1
+   path2 <-- sdi2
+   path3 <-- sdi3
+
+  e.g. "rockchip,path-map = <3 2 1 0>" means the mapping as follows:
+
+   path0 <-- sdi3
+   path1 <-- sdi2
+   path2 <-- sdi1
+   path3 <-- sdi0
+
 Example for rk3328 PDM controller:
 
 pdm: pdm@ff040000 {
-- 
2.7.4




  parent reply	other threads:[~2021-08-30  1:11 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-30  1:09 [PATCH v2 0/7] Patches to update for rockchip pdm Sugar Zhang
2021-08-30  1:09 ` Sugar Zhang
2021-08-30  1:09 ` Sugar Zhang
2021-08-30  1:10 ` [PATCH v2 1/7] ASoC: rockchip: Add support for rv1126 pdm Sugar Zhang
2021-08-30  1:10   ` Sugar Zhang
2021-08-30  1:10   ` Sugar Zhang
2021-08-30  1:10 ` [PATCH v2 2/7] ASoC: dt-bindings: rockchip: Add binding " Sugar Zhang
2021-08-30  1:10   ` Sugar Zhang
2021-08-30  1:10   ` Sugar Zhang
2021-08-30  1:10 ` [PATCH v2 3/7] ASoC: rockchip: pdm: Add support for rk3568 pdm Sugar Zhang
2021-08-30  1:10   ` Sugar Zhang
2021-08-30  1:10   ` Sugar Zhang
2021-08-30  1:10 ` [PATCH v2 4/7] ASoC: dt-bindings: rockchip: Add binding " Sugar Zhang
2021-08-30  1:10   ` Sugar Zhang
2021-08-30  1:10   ` Sugar Zhang
2021-08-30  1:10 ` [PATCH v2 5/7] ASoC: rockchip: pdm: Add support for path map Sugar Zhang
2021-08-30  1:10   ` Sugar Zhang
2021-08-30  1:10   ` Sugar Zhang
2021-08-30  1:11 ` Sugar Zhang [this message]
2021-08-30  1:11   ` [PATCH v2 6/7] ASoC: dt-bindings: rockchip: pdm: Document property 'rockchip, path-map' Sugar Zhang
2021-08-30  1:11   ` Sugar Zhang
2021-08-30  1:11 ` [PATCH v2 7/7] ASoC: dt-bindings: rockchip: Convert pdm bindings to yaml Sugar Zhang
2021-08-30  1:11   ` Sugar Zhang
2021-08-30  1:11   ` Sugar Zhang
2021-08-30 11:49   ` Rob Herring
2021-08-30 11:49     ` Rob Herring
2021-08-30 11:49     ` Rob Herring
2021-08-31 22:29   ` Rob Herring
2021-08-31 22:29     ` Rob Herring
2021-08-31 22:29     ` Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1630285861-28147-1-git-send-email-sugar.zhang@rock-chips.com \
    --to=sugar.zhang@rock-chips.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=linux-rockchip@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.