Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: sii902x: Change audio mclk binding

As stated in SiL9022/24 datasheet, master clock is not required for I2S.
Make mclk property optional in DT bindings.

Fixes: 3f18021f43a3 ("dt-bindings: display: sii902x: Add HDMI audio bindings")

Signed-off-by: Olivier Moysan <olivier.moysan@st.com>
Reviewed-by: Jyri Sarha <jsarha@ti.com>
Acked-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1563811560-29589-3-git-send-email-olivier.moysan@st.com

authored by

Olivier Moysan and committed by
Benjamin Gaignard
512ec50a 365d28c9

+2 -3
+2 -3
Documentation/devicetree/bindings/display/bridge/sii902x.txt
··· 26 26 - clocks: phandle and clock specifier for each clock listed in 27 27 the clock-names property 28 28 - clock-names: "mclk" 29 - Describes SII902x MCLK input. MCLK is used to produce 30 - HDMI audio CTS values. This property is required if 31 - "#sound-dai-cells"-property is present. This property follows 29 + Describes SII902x MCLK input. MCLK can be used to produce 30 + HDMI audio CTS values. This property follows 32 31 Documentation/devicetree/bindings/clock/clock-bindings.txt 33 32 consumer binding. 34 33