]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: meson-gx: cec node should be disabled by default
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 21 Oct 2019 14:29:03 +0000 (16:29 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 6 Nov 2019 19:36:29 +0000 (11:36 -0800)
This fixes the following DT schemas check errors:
meson-gxl-s905x-hwacom-amazetv.dt.yaml: cec@100: 'hdmi-phandle' is a required property
meson-gxm-rbox-pro.dt.yaml: cec@100: 'hdmi-phandle' is a required property

because CEC is not enabled on these boards.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gx.dtsi

index e5a601e75ef2e93312b05ed042430e9833be3c1f..688e45061be86a3d4b8eaf5496d881f0eb4353cc 100644 (file)
@@ -392,6 +392,7 @@ cec_AO: cec@100 {
                                compatible = "amlogic,meson-gx-ao-cec";
                                reg = <0x0 0x00100 0x0 0x14>;
                                interrupts = <GIC_SPI 199 IRQ_TYPE_EDGE_RISING>;
+                               status = "disabled";
                        };
 
                        sec_AO: ao-secure@140 {