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


Groups > linux.kernel > #1275146

Re: [PATCH 2/4] arm64: dts: Add msm8996 SoC and MTP board support

From Rajendra Nayak <rnayak@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH 2/4] arm64: dts: Add msm8996 SoC and MTP board support
Date 2015-11-23 10:20 +0100
Message-ID <qxVrY-8gl-5@gated-at.bofh.it> (permalink)
References <qvZzH-4mb-3@gated-at.bofh.it> <qvZzH-4mb-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 11/18/2015 06:42 AM, Stephen Boyd wrote:
> Add initial device tree support for the Qualcomm MSM8996 SoC and
> MTP8996 evaluation board.
> 
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
[]...

> +
> +		spmi_bus: qcom,spmi@400f000 {
> +			compatible = "qcom,spmi-pmic-arb";
> +			reg = <0x400f000 0x1000>,
> +			      <0x4400000 0x800000>,
> +			      <0x4c00000 0x800000>,
> +			      <0x5800000 0x200000>,
> +			      <0x400a000 0x002100>;
> +			reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
> +			interrupt-names = "periph_irq";
> +			interrupts = <GIC_SPI 326 IRQ_TYPE_NONE>;
> +			qcom,ee = <0>;
> +			qcom,channel = <0>;
> +			#address-cells = <2>;
> +			#size-cells = <0>;
> +			interrupt-controller;
> +			#interrupt-cells = <4>;
> +		};
> +
> +		mmcc: clock-controller@8c0000 {
> +			compatible = "qcom,mmcc-msm8996";
> +			#clock-cells = <1>;
> +			#reset-cells = <1>;
> +			reg = <0x8c0000 0xc0000>;

I think the size here should be 0x40000 and not 0xc0000

regards,
Rajendra

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
--
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

[PATCH 2/4] arm64: dts: Add msm8996 SoC and MTP board support Stephen Boyd <sboyd@codeaurora.org> - 2015-11-18 02:20 +0100
  Re: [PATCH 2/4] arm64: dts: Add msm8996 SoC and MTP board support Rajendra Nayak <rnayak@codeaurora.org> - 2015-11-23 10:20 +0100
    Re: [PATCH 2/4] arm64: dts: Add msm8996 SoC and MTP board support Stephen Boyd <sboyd@codeaurora.org> - 2015-11-24 01:50 +0100

csiph-web