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

Commit ebcc7a28 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents dc5437e4 0af71f92
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