You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.5 KiB
66 lines
1.5 KiB
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sdxprairie.dtsi"
|
|
#include "sdxprairie-cdp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. SDXPRAIRIE CDP";
|
|
compatible = "qcom,sdxprairie-cdp",
|
|
"qcom,sdxprairie", "qcom,cdp";
|
|
qcom,board-id = <0x6010001 0x0>;
|
|
};
|
|
|
|
/* delete pm8150b nodes */
|
|
&thermal_zones {
|
|
/delete-node/ pm8150b-wp-therm;
|
|
/delete-node/ pm8150b_tz;
|
|
/delete-node/ pm8150b-ibat-lvl0;
|
|
/delete-node/ pm8150b-ibat-lvl1;
|
|
/delete-node/ pm8150b-vbat-lvl0;
|
|
/delete-node/ pm8150b-vbat-lvl1;
|
|
/delete-node/ pm8150b-vbat-lvl2;
|
|
/delete-node/ pm8150b-bcl-lvl0;
|
|
/delete-node/ pm8150b-bcl-lvl1;
|
|
/delete-node/ pm8150b-bcl-lvl2;
|
|
/delete-node/ soc;
|
|
};
|
|
|
|
&usb {
|
|
extcon = <&vbus_detect>;
|
|
};
|
|
|
|
&spmi_bus {
|
|
/delete-node/ qpnp,fg;
|
|
/delete-node/ bcl@1d00;
|
|
/delete-node/ qcom,usb-pdphy@1700;
|
|
/delete-node/ qcom,qpnp-smb5;
|
|
/delete-node/ adc_tm@3500;
|
|
/delete-node/ vadc@3100;
|
|
/delete-node/ qcom,pm8150b@2;
|
|
/delete-node/ qcom,pm8150b@3;
|
|
};
|
|
|
|
&qnand_1 {
|
|
status = "ok";
|
|
};
|
|
|
|
&blsp1_uart2b_hs {
|
|
status = "okay";
|
|
};
|
|
|
|
&vbus_detect {
|
|
status = "okay";
|
|
};
|
|
|
|
|