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

Commit b3968e45 authored by Manohar Vavilapalli's avatar Manohar Vavilapalli
Browse files

ARM: dts: msm: Add support for SA6155P V2 ADP AIR LPASS



Add Initial DTS files to support SA6155P V2 ADP AIR board.

Change-Id: I94eadcb173ee4494f83cf5e067ca9cbaa5781d2f
Signed-off-by: default avatarManohar Vavilapalli <mvavilap@codeaurora.org>
parent 39641649
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
		sa6155-adp-air-overlay.dtbo \
		sa6155p-adp-air-overlay.dtbo \
		sa6155p-v2-adp-star-overlay.dtbo \
		sa6155p-v2-adp-air-overlay.dtbo
		sa6155p-v2-adp-air-overlay.dtbo \
		sa6155p-v2-adp-air-lpass-overlay.dts

sa6155-adp-star-overlay.dtbo-base := sa6155.dtb
sa6155p-adp-star-overlay.dtbo-base := sa6155p.dtb
@@ -50,13 +51,15 @@ sa6155p-v2-adp-star-overlay.dtbo-base := sa6155p.dtb
sa6155-adp-air-overlay.dtbo-base := sa6155.dtb
sa6155p-adp-air-overlay.dtbo-base := sa6155p.dtb
sa6155p-v2-adp-air-overlay.dtbo-base := sa6155p.dtb
sa6155p-v2-adp-air-lpass-overlay.dtbo-base := sa6155p.dtb
else
dtb-$(CONFIG_ARCH_SM6150)	+= sa6155-adp-star.dtb \
	sa6155p-adp-star.dtb \
	sa6155-adp-air.dtb \
	sa6155p-adp-air.dtb \
	sa6155p-v2-adp-star.dtb \
	sa6155p-v2-adp-air.dtb
	sa6155p-v2-adp-air.dtb \
	sa6155p-v2-adp-air-lpass.dtb

endif
else
+25 −0
Original line number Diff line number Diff line
/* Copyright (c) 2019-2020, 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/;
/plugin/;

#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/clock/qcom,camcc-sm6150.h>

#include "sa6155-adp-air.dtsi"

/ {
	model = "LPASS Audio PLL sourced from eMAC PPO ("ADP-Air")";
	compatible = "qcom,sa6155p-adp-air", "qcom,sa6155p", "qcom,adp-air";
	com,board-id = <0x04010019 0>;
};
+24 −0
Original line number Diff line number Diff line
/* Copyright (c) 2020The 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 "sa6155p.dtsi"
#include "sa6155-adp-air.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SA6155P v2 LPASS Audio PLL sourced
			from eMAC PPO ("ADP-Air")";
	compatible = "qcom,sa6155p-adp-air", "qcom,sa6155p", "qcom,adp-air";
	qcom,board-id = <0x04010019 0>;
};