mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
While the DT parser recognizes "ok" as a valid value for the "status" property, it is actually mentioned nowhere. Use the proper value "okay" instead, as done in the majority of files already. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Link: https://lore.kernel.org/r/20200830191643.20717-1-freifunk@adrianschmutzler.de [bjorn: Rebased and included fixup of sdx55-mtp] Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
20 lines
352 B
Plaintext
20 lines
352 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
// Copyright (c) 2018, The Linux Foundation. All rights reserved.
|
|
|
|
#include "qcom-ipq4019-ap.dk04.1.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK04.1-C1";
|
|
compatible = "qcom,ipq4019-dk04.1-c1";
|
|
|
|
soc {
|
|
dma@7984000 {
|
|
status = "okay";
|
|
};
|
|
|
|
qpic-nand@79b0000 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|