All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Sinthu Raja <sinthu.raja@mistralsolutions.com>,
	Nishanth Menon <nm@ti.com>, Tero Kristo <kristo@kernel.org>,
	Rob Herring <robh+dt@kernel.org>
Cc: Device Tree Mailing List <devicetree@vger.kernel.org>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	Lokesh Vutla <lokeshvutla@ti.com>,
	Amarnath MB <amarnath.mb@ti.com>,
	Sinthu Raja <sinthu.raja@ti.com>
Subject: Re: [PATCH V2 2/2] arm64: dts: ti: Add support for J721E EAIK
Date: Wed, 9 Jun 2021 19:11:08 +0530	[thread overview]
Message-ID: <aace7e34-3f58-86f9-9ec3-f7782eac2c2c@ti.com> (raw)
In-Reply-To: <20210607093314.23909-3-sinthu.raja@ti.com>

Hi,

On 6/7/21 3:03 PM, Sinthu Raja wrote:
> +
> +&ospi0 {
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&mcu_fss0_ospi0_pins_default>;
> +
> +	flash@0{
> +		compatible = "jedec,spi-nor";
> +		reg = <0x0>;
> +		spi-tx-bus-width = <8>;
> +		spi-rx-bus-width = <8>;
> +		spi-max-frequency = <25000000>;
> +		cdns,tshsl-ns = <60>;
> +		cdns,tsd2d-ns = <60>;
> +		cdns,tchsh-ns = <60>;
> +		cdns,tslch-ns = <60>;
> +		cdns,read-delay = <4>;
> +		#address-cells = <1>;
> +		#size-cells = <1>;

> +		partition@3fc0000 {
> +			label = "ospi.phypattern";
> +			reg = <0x3fc0000 0x40000>;
> +			u-boot,dm-spl;
> +		};

OSPI PHY calibration support is not yet final in mainline. Please drop
partition@3fc0000

Also, please drop u-boot,dm-spl here and elsewhere. This is U-Boot
specific property.

> +	};
> +};
> +
> +&ospi1 {
> +	/* Unused */
> +	status = "disabled";
> +};
> +

Regards
Vignesh

WARNING: multiple messages have this Message-ID (diff)
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Sinthu Raja <sinthu.raja@mistralsolutions.com>,
	Nishanth Menon <nm@ti.com>, Tero Kristo <kristo@kernel.org>,
	Rob Herring <robh+dt@kernel.org>
Cc: Device Tree Mailing List <devicetree@vger.kernel.org>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	Lokesh Vutla <lokeshvutla@ti.com>,
	Amarnath MB <amarnath.mb@ti.com>,
	Sinthu Raja <sinthu.raja@ti.com>
Subject: Re: [PATCH V2 2/2] arm64: dts: ti: Add support for J721E EAIK
Date: Wed, 9 Jun 2021 19:11:08 +0530	[thread overview]
Message-ID: <aace7e34-3f58-86f9-9ec3-f7782eac2c2c@ti.com> (raw)
In-Reply-To: <20210607093314.23909-3-sinthu.raja@ti.com>

Hi,

On 6/7/21 3:03 PM, Sinthu Raja wrote:
> +
> +&ospi0 {
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&mcu_fss0_ospi0_pins_default>;
> +
> +	flash@0{
> +		compatible = "jedec,spi-nor";
> +		reg = <0x0>;
> +		spi-tx-bus-width = <8>;
> +		spi-rx-bus-width = <8>;
> +		spi-max-frequency = <25000000>;
> +		cdns,tshsl-ns = <60>;
> +		cdns,tsd2d-ns = <60>;
> +		cdns,tchsh-ns = <60>;
> +		cdns,tslch-ns = <60>;
> +		cdns,read-delay = <4>;
> +		#address-cells = <1>;
> +		#size-cells = <1>;

> +		partition@3fc0000 {
> +			label = "ospi.phypattern";
> +			reg = <0x3fc0000 0x40000>;
> +			u-boot,dm-spl;
> +		};

OSPI PHY calibration support is not yet final in mainline. Please drop
partition@3fc0000

Also, please drop u-boot,dm-spl here and elsewhere. This is U-Boot
specific property.

> +	};
> +};
> +
> +&ospi1 {
> +	/* Unused */
> +	status = "disabled";
> +};
> +

Regards
Vignesh

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-06-09 13:41 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07  9:33 [PATCH V2 0/2] arm64: Initial support for Texas Instruments J721E EAIK Sinthu Raja
2021-06-07  9:33 ` Sinthu Raja
2021-06-07  9:33 ` [PATCH V2 1/2] dt-bindings: arm: ti: Add bindings for " Sinthu Raja
2021-06-07  9:33   ` Sinthu Raja
2021-06-07 13:32   ` Nishanth Menon
2021-06-07 13:32     ` Nishanth Menon
2021-06-07 16:56     ` Sinthu Raja M
2021-06-07 16:56       ` Sinthu Raja M
2021-06-07 20:20       ` Nishanth Menon
2021-06-07 20:20         ` Nishanth Menon
2021-06-07  9:33 ` [PATCH V2 2/2] arm64: dts: ti: Add support " Sinthu Raja
2021-06-07  9:33   ` Sinthu Raja
2021-06-07 13:35   ` Nishanth Menon
2021-06-07 13:35     ` Nishanth Menon
2021-06-07 17:11     ` Sinthu Raja M
2021-06-07 17:11       ` Sinthu Raja M
2021-06-07 20:22       ` Nishanth Menon
2021-06-07 20:22         ` Nishanth Menon
2021-06-09 13:41   ` Vignesh Raghavendra [this message]
2021-06-09 13:41     ` Vignesh Raghavendra
2021-06-07 13:35 ` [PATCH V2 0/2] arm64: Initial support for Texas Instruments " Nishanth Menon
2021-06-07 13:35   ` Nishanth Menon

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=aace7e34-3f58-86f9-9ec3-f7782eac2c2c@ti.com \
    --to=vigneshr@ti.com \
    --cc=amarnath.mb@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kristo@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=lokeshvutla@ti.com \
    --cc=nm@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=sinthu.raja@mistralsolutions.com \
    --cc=sinthu.raja@ti.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.