From: Georgi Djakov <gdjakov@mm-sol.com>
To: linux@arm.linux.org.uk, robh+dt@kernel.org, pawel.moll@arm.com,
mark.rutland@arm.com, ijc+devicetree@hellion.org.uk,
galak@codeaurora.org, sboyd@codeaurora.org,
rvaswani@codeaurora.org, davidb@codeaurora.org
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
Georgi Djakov <gdjakov@mm-sol.com>
Subject: [PATCH v2 0/4] Add Qualcomm APQ8084 SoC support
Date: Fri, 23 May 2014 18:12:28 +0300 [thread overview]
Message-ID: <1400857952-6963-1-git-send-email-gdjakov@mm-sol.com> (raw)
This patchset adds basic support for the Qualcomm Snapdragon 805 APQ8084 SoC.
The first two patches add device-tree files for the SoC and the board, the
third adds a board compatible string to the DT machine descriptor.
The last one adds information about the low-level debug UART base address
to the DEBUG_QCOM_UARTDM Kconfig help section introduced by [1].
Tested on APQ8084-MTP board.
Changes from v1:
- Remove the interrupts property from the l2-cache node as it is still not
accepted (suggested by Stephen Boyd)
- Move the timer node out of the soc container (suggested by Stephen Boyd)
- Add just "qcom,apq8084" in the board machine descriptors to cover other
future boards based on apq8084 (suggested by Kumar Gala)
- Change the last patch (debug UART) to just add info about the SoC PHYS/VIRT
addresses. Requires [1]. (suggestions by Arnd Bergmann and Ivan Ivanov)
[1] https://lkml.org/lkml/2014/4/14/312
Georgi Djakov (4):
ARM: dts: qcom: Add APQ8084 SoC support
ARM: dts: qcom: Add APQ8084-MTP board support
ARM: qcom: Add APQ8084 to mach-qcom
ARM: debug: qcom: add UART addresses to Kconfig help
arch/arm/Kconfig.debug | 1 +
arch/arm/boot/dts/Makefile | 3 +-
arch/arm/boot/dts/qcom-apq8084-mtp.dts | 6 ++
arch/arm/boot/dts/qcom-apq8084.dtsi | 179 ++++++++++++++++++++++++++++++++
arch/arm/mach-qcom/board.c | 1 +
5 files changed, 189 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/qcom-apq8084-mtp.dts
create mode 100644 arch/arm/boot/dts/qcom-apq8084.dtsi
--
1.7.9.5
next reply other threads:[~2014-05-23 15:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-23 15:12 Georgi Djakov [this message]
2014-05-23 15:12 ` [PATCH v2 1/4] ARM: dts: qcom: Add " Georgi Djakov
2014-05-23 15:12 ` [PATCH v2 2/4] ARM: dts: qcom: Add APQ8084-MTP board support Georgi Djakov
2014-05-23 15:12 ` [PATCH v2 3/4] ARM: qcom: Add APQ8084 to mach-qcom Georgi Djakov
2014-05-23 15:12 ` [PATCH v2 4/4] ARM: debug: qcom: add UART addresses to Kconfig help Georgi Djakov
2014-05-23 16:39 ` Matthias Brugger
2014-05-26 13:45 ` Georgi Djakov
2014-05-26 17:17 ` Matthias Brugger
2014-05-27 12:05 ` Georgi Djakov
2014-05-29 15:26 ` Matthias Brugger
2014-05-30 7:50 ` Ivan T. Ivanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1400857952-6963-1-git-send-email-gdjakov@mm-sol.com \
--to=gdjakov@mm-sol.com \
--cc=davidb@codeaurora.org \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=rvaswani@codeaurora.org \
--cc=sboyd@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome