mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
arm64: dts: renesas: v3[mh]sk: Remove wrong sound property in HDMI encoder node
'#sound-dai-cells' is not mentioned in the encoder bindings doc, so dtbs_check rightfully complains. Remove the property. .../renesas-v8/arch/arm64/boot/dts/renesas/r8a77980-v3hsk.dtb: hdmi@39 (adi,adv7511w): '#sound-dai-cells' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/display/bridge/adi,adv7511.yaml# Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20250920070433.8229-2-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
1ad66039be
commit
43e7b3c713
|
|
@ -146,7 +146,6 @@ &i2c0 {
|
|||
|
||||
hdmi@39 {
|
||||
compatible = "adi,adv7511w";
|
||||
#sound-dai-cells = <0>;
|
||||
reg = <0x39>;
|
||||
interrupts-extended = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
|
||||
avdd-supply = <&vcc_d1_8v>;
|
||||
|
|
|
|||
|
|
@ -138,7 +138,6 @@ &i2c0 {
|
|||
|
||||
hdmi@39 {
|
||||
compatible = "adi,adv7511w";
|
||||
#sound-dai-cells = <0>;
|
||||
reg = <0x39>;
|
||||
interrupts-extended = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
|
||||
avdd-supply = <&vcc1v8_d4>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user