ARM: dts: ipq4019-ap.dk01.1-c1: add device compatible in the dts
authorDavid Heidelberg <david@ixit.cz>
Sat, 9 Oct 2021 19:31:02 +0000 (21:31 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 24 Oct 2021 04:15:43 +0000 (23:15 -0500)
Version dk01.1-c1 didn't have compatible specified, which was
causing dt-schema validation warnings.

Remove duplicated and useless board compatible from dtsi between board and device.

Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211009193102.76852-2-david@ixit.cz
arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts
arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi

index 0d92f1bc3a13eacf96a5e8facf2aefa4966098fc..ddaa273f72ca567c8bfe5c0ab219d2c8cae25631 100644 (file)
@@ -18,5 +18,5 @@
 
 / {
        model = "Qualcomm Technologies, Inc. IPQ40xx/AP-DK01.1-C1";
-
+       compatible = "qcom,ipq4019-ap-dk01.1-c1", "qcom,ipq4019";
 };
index c93b2164db44d823e13443ac28ad55323c13e8ea..0c10d9e096dbaf24f7d1c55e387de2e292f045ad 100644 (file)
@@ -18,7 +18,6 @@
 
 / {
        model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK01.1";
-       compatible = "qcom,ipq4019";
 
        aliases {
                serial0 = &blsp1_uart1;