2019-05-29 07:17:58 -07:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
2015-02-27 15:48:59 -06:00
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
2021-10-18 15:36:56 +02:00
|
|
|
#include "msm8916-pm8916.dtsi"
|
2015-02-27 15:48:59 -06:00
|
|
|
|
|
|
|
|
/ {
|
|
|
|
|
model = "Qualcomm Technologies, Inc. MSM 8916 MTP";
|
dt-bindings: arm: qcom: Drop qcom,mtp
qcom,mtp is used msm8916-mtp.dts but not documented, it is a generic mtp
compatible and we have specfifc ones for each mtp so drop this
arch/arm64/boot/dts/qcom/msm8916-mtp.dt.yaml: /: compatible: 'oneOf' conditional failed, one must be fixed:
['qcom,msm8916-mtp', 'qcom,msm8916-mtp/1', 'qcom,msm8916', 'qcom,mtp'] is too long
Additional items are not allowed ('qcom,msm8916', 'qcom,mtp' were unexpected)
Additional items are not allowed ('qcom,mtp' was unexpected)
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20210308060826.3074234-8-vkoul@kernel.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2021-03-08 11:38:15 +05:30
|
|
|
compatible = "qcom,msm8916-mtp", "qcom,msm8916-mtp/1", "qcom,msm8916";
|
2021-10-18 15:36:56 +02:00
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
|
serial0 = &blsp1_uart2;
|
|
|
|
|
usid0 = &pm8916_0;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
|
stdout-path = "serial0";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
&blsp1_uart2 {
|
|
|
|
|
status = "okay";
|
2015-02-27 15:48:59 -06:00
|
|
|
};
|