arm64: dts: exynos: add interrupt-controller to WM5110 on TM2
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 20 Jan 2023 17:31:15 +0000 (18:31 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 28 Jan 2023 10:01:30 +0000 (11:01 +0100)
The WM5110 bindings expect node to be interrupt controller:

  exynos5433-tm2.dtb: audio-codec@0: 'interrupt-controller' is a required property
  exynos5433-tm2.dtb: audio-codec@0: '#interrupt-cells' is a required property

Link: https://lore.kernel.org/r/20230120173116.341270-5-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi

index 3785a65..5124027 100644 (file)
 
                gpio-controller;
                #gpio-cells = <2>;
+               interrupt-controller;
+               #interrupt-cells = <2>;
 
                wlf,micd-detect-debounce = <300>;
                wlf,micd-bias-start-time = <0x1>;