From: <Tudor.Ambarus@microchip.com>
To: <krzysztof.kozlowski@linaro.org>, <robh+dt@kernel.org>,
<krzysztof.kozlowski+dt@linaro.org>,
<Nicolas.Ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
<Claudiu.Beznea@microchip.com>, <Lars.Povlsen@microchip.com>,
<Steen.Hegelund@microchip.com>, <UNGLinuxDriver@microchip.com>,
<devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2/2] arm64: dts: microchip: align SPI NOR node name with dtschema
Date: Tue, 12 Apr 2022 10:43:06 +0000 [thread overview]
Message-ID: <c8f9c4a6-9fdb-7d84-6416-c64943acb966@microchip.com> (raw)
In-Reply-To: <20220407143223.295344-2-krzysztof.kozlowski@linaro.org>
On 4/7/22 17:32, Krzysztof Kozlowski wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> The node names should be generic and SPI NOR dtschema expects "flash".
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
> ---
> arch/arm64/boot/dts/microchip/sparx5_nand.dtsi | 2 +-
> arch/arm64/boot/dts/microchip/sparx5_pcb125.dts | 4 ++--
> arch/arm64/boot/dts/microchip/sparx5_pcb134_board.dtsi | 4 ++--
> arch/arm64/boot/dts/microchip/sparx5_pcb135_board.dtsi | 4 ++--
> 4 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/microchip/sparx5_nand.dtsi b/arch/arm64/boot/dts/microchip/sparx5_nand.dtsi
> index 03f107e427d7..ce0747fd6444 100644
> --- a/arch/arm64/boot/dts/microchip/sparx5_nand.dtsi
> +++ b/arch/arm64/boot/dts/microchip/sparx5_nand.dtsi
> @@ -19,7 +19,7 @@ spi@e {
> #address-cells = <1>;
> #size-cells = <0>;
> reg = <14>; /* CS14 */
> - spi-flash@6 {
> + flash@6 {
> compatible = "spi-nand";
> pinctrl-0 = <&cs14_pins>;
> pinctrl-names = "default";
> diff --git a/arch/arm64/boot/dts/microchip/sparx5_pcb125.dts b/arch/arm64/boot/dts/microchip/sparx5_pcb125.dts
> index 9baa085d7861..dbf8c1d48a02 100644
> --- a/arch/arm64/boot/dts/microchip/sparx5_pcb125.dts
> +++ b/arch/arm64/boot/dts/microchip/sparx5_pcb125.dts
> @@ -47,7 +47,7 @@ spi@0 {
> #address-cells = <1>;
> #size-cells = <0>;
> reg = <0>; /* CS0 */
> - spi-flash@9 {
> + flash@9 {
> compatible = "jedec,spi-nor";
> spi-max-frequency = <8000000>;
> reg = <0x9>; /* SPI */
> @@ -59,7 +59,7 @@ spi@1 {
> #address-cells = <1>;
> #size-cells = <0>;
> reg = <1>; /* CS1 */
> - spi-flash@9 {
> + flash@9 {
> compatible = "spi-nand";
> pinctrl-0 = <&cs1_pins>;
> pinctrl-names = "default";
> diff --git a/arch/arm64/boot/dts/microchip/sparx5_pcb134_board.dtsi b/arch/arm64/boot/dts/microchip/sparx5_pcb134_board.dtsi
> index 33faf1f3264f..699256f1b9d8 100644
> --- a/arch/arm64/boot/dts/microchip/sparx5_pcb134_board.dtsi
> +++ b/arch/arm64/boot/dts/microchip/sparx5_pcb134_board.dtsi
> @@ -274,7 +274,7 @@ gpio@1 {
>
> &spi0 {
> status = "okay";
> - spi-flash@0 {
> + flash@0 {
> compatible = "jedec,spi-nor";
> spi-max-frequency = <8000000>;
> reg = <0>;
> @@ -289,7 +289,7 @@ spi@0 {
> #address-cells = <1>;
> #size-cells = <0>;
> reg = <0>; /* CS0 */
> - spi-flash@9 {
> + flash@9 {
> compatible = "jedec,spi-nor";
> spi-max-frequency = <8000000>;
> reg = <0x9>; /* SPI */
> diff --git a/arch/arm64/boot/dts/microchip/sparx5_pcb135_board.dtsi b/arch/arm64/boot/dts/microchip/sparx5_pcb135_board.dtsi
> index ef96e6d8c6b3..d10a9172b529 100644
> --- a/arch/arm64/boot/dts/microchip/sparx5_pcb135_board.dtsi
> +++ b/arch/arm64/boot/dts/microchip/sparx5_pcb135_board.dtsi
> @@ -89,7 +89,7 @@ i2cmux_s32: i2cmux-3 {
>
> &spi0 {
> status = "okay";
> - spi-flash@0 {
> + flash@0 {
> compatible = "jedec,spi-nor";
> spi-max-frequency = <8000000>;
> reg = <0>;
> @@ -104,7 +104,7 @@ spi@0 {
> #address-cells = <1>;
> #size-cells = <0>;
> reg = <0>; /* CS0 */
> - spi-flash@9 {
> + flash@9 {
> compatible = "jedec,spi-nor";
> spi-max-frequency = <8000000>;
> reg = <0x9>; /* SPI */
> --
> 2.32.0
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-04-12 11:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-07 14:32 [PATCH 1/2] ARM: dts: at91: " Krzysztof Kozlowski
2022-04-07 14:32 ` [PATCH 2/2] arm64: dts: microchip: " Krzysztof Kozlowski
2022-04-12 10:43 ` Tudor.Ambarus [this message]
2022-04-20 9:10 ` (subset) " Krzysztof Kozlowski
2022-04-12 10:32 ` [PATCH 1/2] ARM: dts: at91: " Tudor.Ambarus
2022-04-12 10:41 ` Tudor.Ambarus
2022-04-12 10:43 ` Krzysztof Kozlowski
2022-04-13 9:21 ` Nicolas Ferre
2022-04-13 9:33 ` Krzysztof Kozlowski
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=c8f9c4a6-9fdb-7d84-6416-c64943acb966@microchip.com \
--to=tudor.ambarus@microchip.com \
--cc=Claudiu.Beznea@microchip.com \
--cc=Lars.Povlsen@microchip.com \
--cc=Nicolas.Ferre@microchip.com \
--cc=Steen.Hegelund@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.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
all inboxes | Powered by JetHome®