From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yang Kuankuan Subject: Re: [PATCH v2 12/12] dt-bindings: Add documentation for Rockchip dw-hdmi-audio Date: Sat, 31 Jan 2015 08:51:40 -0500 Message-ID: <54CCDDEC.5050706@rock-chips.com> References: <1422617031-25098-1-git-send-email-ykk@rock-chips.com> <1422618253-27312-1-git-send-email-ykk@rock-chips.com> <20150131113659.GA26493@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150131113659.GA26493-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Russell King - ARM Linux Cc: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Lars-Peter Clausen , Brian Austin , Bard Liao , Max Filippov , Oder Chiou , Arnd Bergmann , Sean Cross , Jyri Sarha , Ben Zhang , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org, Heiko Stuebner , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, dbehr-ph2c+iIn4itg9hUCZPvPmw@public.gmane.org, mmind00-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org, dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, march List-Id: devicetree@vger.kernel.org On 01/31/2015 06:36 AM, Russell King - ARM Linux wrote: > On Fri, Jan 30, 2015 at 06:44:13AM -0500, Yakir Yang wrote: >> Required properties: >> - compatible: platform specific >> - cpu-of-node: the device node of cpu_dai >> >> Signed-off-by: Yakir Yang >> --- >> Changes in v2: >> - remove codec-name and codec-dai-name >> - rename rockchip,rockchip-hdmi-audio.txt to rockchip,rockchip-dw-hdmi-audio.txt >> >> .../bindings/sound/rockchip,rockchip-dw-hdmi-audio.txt | 12 ++++++++++++ >> 1 file changed, 12 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/sound/rockchip,rockchip-dw-hdmi-audio.txt >> >> diff --git a/Documentation/devicetree/bindings/sound/rockchip,rockchip-dw-hdmi-audio.txt b/Documentation/devicetree/bindings/sound/rockchip,rockchip-dw-hdmi-audio.txt >> new file mode 100644 >> index 0000000..5b86eed >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/sound/rockchip,rockchip-dw-hdmi-audio.txt >> @@ -0,0 +1,12 @@ >> +Rockchip hdmi audio bindings >> + >> +Required properties: >> +- compatible: platform specific >> +- cpu-of-node: the device node of cpu_dai >> + >> +Example: >> + >> +sound { >> + compatible = "rockchip,rk3288-hdmi-audio"; >> + cpu-of-node = <&i2s>; >> +}; > In patch 11, it looks like you parse a property called i2s-controller. > This doesn't appear to be documented. Maybe it's what you call > "cpu-of-node" above? > Mistaken, i will modify dt-bings in next version v3. Thanks for your kindness remind. : ) -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html