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

ARM: dts: ipq4019-ap.dk01.1-c1: add device compatible in the dts

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

authored by

David Heidelberg and committed by
Bjorn Andersson
661ffbd1 3f38ac6f

+1 -2
+1 -1
arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts
··· 18 18 19 19 / { 20 20 model = "Qualcomm Technologies, Inc. IPQ40xx/AP-DK01.1-C1"; 21 - 21 + compatible = "qcom,ipq4019-ap-dk01.1-c1", "qcom,ipq4019"; 22 22 };
-1
arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
··· 18 18 19 19 / { 20 20 model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK01.1"; 21 - compatible = "qcom,ipq4019"; 22 21 23 22 aliases { 24 23 serial0 = &blsp1_uart1;