Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdb32711 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add cdp and mtp dts files for krypton"

parents 3955b92c d9085afb
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
/* Copyright (c) 2013, 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/ "msmkrypton.dtsi"
/include/ "msmkrypton-cdp.dtsi"

/ {
	model = "Qualcomm MSM KRYPTON CDP";
	compatible = "qcom,msmkrypton-cdp", "qcom,msmkrypton", "qcom,cdp";
	qcom,board-id = <1 0>;
};
+18 −0
Original line number Diff line number Diff line
/* Copyright (c) 2013, 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.
 */

&soc {
};

&uartdm3{
	status = "ok";
};
+22 −0
Original line number Diff line number Diff line
/* Copyright (c) 2013, 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/ "msmkrypton.dtsi"
/include/ "msmkrypton-mtp.dtsi"

/ {
	model = "Qualcomm MSM KRYPTON MTP";
	compatible = "qcom,msmkrypton-mtp", "qcom,msmkrypton", "qcom,mtp";
	qcom,board-id = <8 0>;
};
+18 −0
Original line number Diff line number Diff line
/* Copyright (c) 2013, 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.
 */

&soc {
};

&uartdm3{
	status = "ok";
};
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
/ {
	model = "Qualcomm MSM KRYPTON SIM";
	compatible = "qcom,msmkrypton-sim", "qcom,msmkrypton", "qcom,sim";
	qcom,msm-id = <187 16 0>;
	qcom,board-id = <16 0>;
};

&uartdm3{
Loading