Skip to content

Commit 661ffbd

Browse files
okiasandersson
authored andcommitted
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 <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 3f38ac6 commit 661ffbd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1-c1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919
/ {
2020
model = "Qualcomm Technologies, Inc. IPQ40xx/AP-DK01.1-C1";
21-
21+
compatible = "qcom,ipq4019-ap-dk01.1-c1", "qcom,ipq4019";
2222
};

arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
/ {
2020
model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK01.1";
21-
compatible = "qcom,ipq4019";
2221

2322
aliases {
2423
serial0 = &blsp1_uart1;

0 commit comments

Comments
 (0)