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

Commit 0af71f92 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Add SA515M V2 CCARD device trees



Add support for SA515M V2.0 chip for CCARD boards
by adding new device trees with the matching
msm-id.

Change-Id: I5095076ed7651e9e093f072f655bf368ffaf2f8b
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 5af1d288
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -283,7 +283,10 @@ dtb-$(CONFIG_ARCH_SDXPRAIRIE) += sdxprairie-rumi.dtb \
	sdxprairie-v2-mtp.dtb \
	sa515m-ccard.dtb \
	sa515m-ccard-pcie-ep.dtb \
	sa515m-ccard-usb-ep.dtb
	sa515m-ccard-usb-ep.dtb \
	sa515m-v2-ccard.dtb \
	sa515m-v2-ccard-pcie-ep.dtb \
	sa515m-v2-ccard-usb-ep.dtb

ifeq ($(CONFIG_ARM64),y)
always		:= $(dtb-y)
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@

/dts-v1/;

#include "sdxprairie.dtsi"
#include "sa515m-ccard.dtsi"

/ {
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@

/dts-v1/;

#include "sdxprairie.dtsi"
#include "sa515m-ccard.dtsi"

/ {
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@

/dts-v1/;

#include "sdxprairie.dtsi"
#include "sa515m-ccard.dtsi"

/ {
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
 * GNU General Public License for more details.
 */

#include "sdxprairie.dtsi"
#include "sdxprairie-mtp.dtsi"

&soc {
Loading