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

dt-bindings: display: add #sound-dai-cells property to rockchip rk3066 hdmi

The Rockchip rk3066 HDMI controller can take one I2S input and transmit it
over the HDMI output. Add #sound-dai-cells (= 0) to the binding for it.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/b9864655-7c60-4066-8305-f291a3551872@gmail.com

authored by

Johan Jonker and committed by
Heiko Stuebner
9be3eb5d e58414e4

+7
+7
Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
··· 10 10 - Sandy Huang <hjc@rock-chips.com> 11 11 - Heiko Stuebner <heiko@sntech.de> 12 12 13 + allOf: 14 + - $ref: /schemas/sound/dai-common.yaml# 15 + 13 16 properties: 14 17 compatible: 15 18 const: rockchip,rk3066-hdmi ··· 36 33 $ref: /schemas/types.yaml#/definitions/phandle 37 34 description: 38 35 This soc uses GRF regs to switch the HDMI TX input between vop0 and vop1. 36 + 37 + "#sound-dai-cells": 38 + const: 0 39 39 40 40 ports: 41 41 $ref: /schemas/graph.yaml#/properties/ports ··· 89 83 pinctrl-names = "default"; 90 84 power-domains = <&power RK3066_PD_VIO>; 91 85 rockchip,grf = <&grf>; 86 + #sound-dai-cells = <0>; 92 87 93 88 ports { 94 89 #address-cells = <1>;