Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1280404

Re: arm64: dts: qcom: Add apq8096 dragonboard dts skeletons

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject Re: arm64: dts: qcom: Add apq8096 dragonboard dts skeletons
Date 2015-12-01 00:50 +0100
Message-ID <qAGmK-1Ri-15@gated-at.bofh.it> (permalink)
References <qyXL5-wK-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 11/26, Rajendra Nayak wrote:
> Add new dtsi and dts files for the apq8096 dragonboards with just
> a serial device used as debug console
> 
> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
> ---
> Patch applies on top of Stephens' patches to add msm8996 dtsi
> https://lkml.org/lkml/2015/11/17/955
> 
>  arch/arm64/boot/dts/qcom/Makefile                 |  2 +-
>  arch/arm64/boot/dts/qcom/apq8096-dragonboard.dts  | 21 ++++++++++++++++
>  arch/arm64/boot/dts/qcom/apq8096-dragonboard.dtsi | 30 +++++++++++++++++++++++
>  3 files changed, 52 insertions(+), 1 deletion(-)
>  create mode 100644 arch/arm64/boot/dts/qcom/apq8096-dragonboard.dts
>  create mode 100644 arch/arm64/boot/dts/qcom/apq8096-dragonboard.dtsi
> 
> diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
> index fa1f661..bd992ef 100644
> --- a/arch/arm64/boot/dts/qcom/Makefile
> +++ b/arch/arm64/boot/dts/qcom/Makefile
> @@ -1,5 +1,5 @@
>  dtb-$(CONFIG_ARCH_QCOM)	+= apq8016-sbc.dtb msm8916-mtp.dtb
> -dtb-$(CONFIG_ARCH_QCOM)	+= msm8996-mtp.dtb
> +dtb-$(CONFIG_ARCH_QCOM)	+= msm8996-mtp.dtb apq8096-dragonboard.dtb

We should move to one dtb per line in this file. Other platforms
are doing the same thing.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

arm64: dts: qcom: Add apq8096 dragonboard dts skeletons Rajendra Nayak <rnayak@codeaurora.org> - 2015-11-26 07:00 +0100
  Re: arm64: dts: qcom: Add apq8096 dragonboard dts skeletons Stephen Boyd <sboyd@codeaurora.org> - 2015-12-01 00:50 +0100
    Re: arm64: dts: qcom: Add apq8096 dragonboard dts skeletons Rajendra Nayak <rnayak@codeaurora.org> - 2015-12-01 04:10 +0100
      Re: arm64: dts: qcom: Add apq8096 dragonboard dts skeletons Stephen Boyd <sboyd@codeaurora.org> - 2015-12-01 08:30 +0100

csiph-web