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

Commit c9d46445 authored by Andreas Schneider's avatar Andreas Schneider
Browse files

SONY: arch: Add dts for yoshino

parent 20a3224c
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
/*
 * NOTE: This file has been modified by Sony Mobile Communications Inc.
 * Modifications are Copyright (c) 2015 Sony Mobile Communications Inc,
 * and licensed under the license of the file.
 */
/dts-v1/;
/dts-v1/;


/include/ "skeleton.dtsi"
/include/ "skeleton.dtsi"
+5 −0
Original line number Original line Diff line number Diff line
/*
 * NOTE: This file has been modified by Sony Mobile Communications Inc.
 * Modifications are Copyright (c) 2014 Sony Mobile Communications Inc,
 * and licensed under the license of the file.
 */
#include "qcom-msm8974.dtsi"
#include "qcom-msm8974.dtsi"
#include "qcom-pm8841.dtsi"
#include "qcom-pm8841.dtsi"
#include "qcom-pm8941.dtsi"
#include "qcom-pm8941.dtsi"
+5 −0
Original line number Original line Diff line number Diff line
/*
 * NOTE: This file has been modified by Sony Mobile Communications Inc.
 * Modifications are Copyright (c) 2015 Sony Mobile Communications Inc,
 * and licensed under the license of the file.
 */
/dts-v1/;
/dts-v1/;


#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/interrupt-controller/irq.h>
+5 −0
Original line number Original line Diff line number Diff line
/*
 * NOTE: This file has been modified by Sony Mobile Communications Inc.
 * Modifications are Copyright (c) 2015 Sony Mobile Communications Inc,
 * and licensed under the license of the file.
 */
#include <dt-bindings/iio/qcom,spmi-vadc.h>
#include <dt-bindings/iio/qcom,spmi-vadc.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/spmi/spmi.h>
#include <dt-bindings/spmi/spmi.h>
+18 −0
Original line number Original line Diff line number Diff line
@@ -116,6 +116,7 @@ dtb-$(CONFIG_ARCH_MSM8996) += msm8996-v2-pmi8994-cdp.dtb \


dtb-$(CONFIG_MSM_GVM_QUIN) += vplatform-lfv-msm8996.dtb
dtb-$(CONFIG_MSM_GVM_QUIN) += vplatform-lfv-msm8996.dtb


ifneq ($(CONFIG_ARCH_SONY_YOSHINO),y)
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
dtbo-$(CONFIG_ARCH_MSM8998) += \
dtbo-$(CONFIG_ARCH_MSM8998) += \
	msm8998-cdp-overlay.dtbo \
	msm8998-cdp-overlay.dtbo \
@@ -176,6 +177,23 @@ dtb-$(CONFIG_ARCH_MSM8998) += msm8998-sim.dtb \
	msm8998-9x55-cdp.dtb \
	msm8998-9x55-cdp.dtb \
	msm8998-9x55-mtp.dtb
	msm8998-9x55-mtp.dtb
endif
endif
else
dtb-$(CONFIG_MACH_SONY_MAPLE) += msm8998-yoshino-maple_generic.dtb \
	msm8998-v2-yoshino-maple_generic.dtb \
	msm8998-v2.1-yoshino-maple_generic.dtb
dtb-$(CONFIG_MACH_SONY_MAPLE_DSDS) += msm8998-yoshino-maple_dsds.dtb \
	msm8998-v2-yoshino-maple_dsds.dtb \
	msm8998-v2.1-yoshino-maple_dsds.dtb
dtb-$(CONFIG_MACH_SONY_POPLAR) += msm8998-yoshino-poplar_generic.dtb \
	msm8998-v2-yoshino-poplar_generic.dtb \
	msm8998-v2.1-yoshino-poplar_generic.dtb
dtb-$(CONFIG_MACH_SONY_POPLAR_DSDS) += msm8998-yoshino-poplar_dsds.dtb \
	msm8998-v2-yoshino-poplar_dsds.dtb \
	msm8998-v2.1-yoshino-poplar_dsds.dtb
dtb-$(CONFIG_MACH_SONY_LILAC) += msm8998-yoshino-lilac_generic.dtb \
	msm8998-v2-yoshino-lilac_generic.dtb \
	msm8998-v2.1-yoshino-lilac_generic.dtb
endif


dtb-$(CONFIG_ARCH_MSMHAMSTER) += msmhamster-rumi.dtb
dtb-$(CONFIG_ARCH_MSMHAMSTER) += msmhamster-rumi.dtb


Loading