All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Rob Herring <robh+dt@kernel.org>
Cc: devicetree <devicetree@vger.kernel.org>
Subject: audio-graph-port.yaml doesn't work ?
Date: 25 May 2021 14:50:23 +0900	[thread overview]
Message-ID: <874kernyzk.wl-kuninori.morimoto.gx@renesas.com> (raw)


Hi Rob

I noticed that it seems "$ref: audio-graph-port.yaml#" is not working.
For example, below is under "renesas,rcar.yaml" control which
is using "$ref: audio-graph-port.yaml#" for ports/port and endpoint.

"audio-graph-port.yaml" has "endpoint" properties,
and below are not allowed by it.
But there is no warning/error by

	make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/sound/renesas,rsnd.yaml 

Am I misunderstanding ?

--------
diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi
index 1f177af3eb9d..f40ec421b45a 100644
--- a/arch/arm64/boot/dts/renesas/ulcb.dtsi
+++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi
@@ -410,8 +410,8 @@ rsnd_port0: port@0 {
 			rsnd_for_ak4613: endpoint {
 				remote-endpoint = <&ak4613_endpoint>;
 
-				dai-format = "left_j";
+				dai-format = "foo-bar";
-				bitclock-master = <&rsnd_for_ak4613>;
+				bitclock-master = <1>;
 				frame-master = <&rsnd_for_ak4613>;
 
 				playback = <&ssi0>, <&src0>, <&dvc0>;
------

Thank you for your help !!

Best regards
---
Kuninori Morimoto

             reply	other threads:[~2021-05-25  5:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25  5:50 Kuninori Morimoto [this message]
2021-07-15 18:12 ` audio-graph-port.yaml doesn't work ? 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=874kernyzk.wl-kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=robh+dt@kernel.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.