From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Chris Packham <chris.packham@alliedtelesis.co.nz>,
miquel.raynal@bootlin.com, richard@nod.at, vigneshr@ti.com,
robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
andrew@lunn.ch, sebastian.hesselbarth@gmail.com
Cc: linux-mtd@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Vadym Kochan <vadym.kochan@plvision.eu>,
Chris Packham <chris.packham@alliedtelesis.co.nz>
Subject: Re: [PATCH v9 1/3] arm64: dts: marvell: cp11x: Fix nand_controller node name according to YAML
Date: Fri, 16 Jun 2023 13:55:52 +0200 [thread overview]
Message-ID: <87o7lfhb93.fsf@BL-laptop> (raw)
In-Reply-To: <20230615040447.3484564-2-chris.packham@alliedtelesis.co.nz>
Chris Packham <chris.packham@alliedtelesis.co.nz> writes:
> From: Vadym Kochan <vadym.kochan@plvision.eu>
>
> Marvell NAND controller has now YAML to validate it's DT bindings, so
> change the node name of cp11x DTSI as it is required by nand-controller.yaml
>
> Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu>
> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Applied on mvebu/dt64
Thanks,
Gregory
> ---
>
> Notes:
> Changes in v9:
> - None
> Changes in v8:
> - Add r-by from Miquel
>
> arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> index 7d0043824f2a..982b180b33e6 100644
> --- a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> @@ -468,7 +468,7 @@ CP11X_LABEL(uart3): serial@702300 {
> status = "disabled";
> };
>
> - CP11X_LABEL(nand_controller): nand@720000 {
> + CP11X_LABEL(nand_controller): nand-controller@720000 {
> /*
> * Due to the limitation of the pins available
> * this controller is only usable on the CPM
> --
> 2.40.1
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Chris Packham <chris.packham@alliedtelesis.co.nz>,
miquel.raynal@bootlin.com, richard@nod.at, vigneshr@ti.com,
robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
andrew@lunn.ch, sebastian.hesselbarth@gmail.com
Cc: linux-mtd@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Vadym Kochan <vadym.kochan@plvision.eu>,
Chris Packham <chris.packham@alliedtelesis.co.nz>
Subject: Re: [PATCH v9 1/3] arm64: dts: marvell: cp11x: Fix nand_controller node name according to YAML
Date: Fri, 16 Jun 2023 13:55:52 +0200 [thread overview]
Message-ID: <87o7lfhb93.fsf@BL-laptop> (raw)
In-Reply-To: <20230615040447.3484564-2-chris.packham@alliedtelesis.co.nz>
Chris Packham <chris.packham@alliedtelesis.co.nz> writes:
> From: Vadym Kochan <vadym.kochan@plvision.eu>
>
> Marvell NAND controller has now YAML to validate it's DT bindings, so
> change the node name of cp11x DTSI as it is required by nand-controller.yaml
>
> Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu>
> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Applied on mvebu/dt64
Thanks,
Gregory
> ---
>
> Notes:
> Changes in v9:
> - None
> Changes in v8:
> - Add r-by from Miquel
>
> arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> index 7d0043824f2a..982b180b33e6 100644
> --- a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> @@ -468,7 +468,7 @@ CP11X_LABEL(uart3): serial@702300 {
> status = "disabled";
> };
>
> - CP11X_LABEL(nand_controller): nand@720000 {
> + CP11X_LABEL(nand_controller): nand-controller@720000 {
> /*
> * Due to the limitation of the pins available
> * this controller is only usable on the CPM
> --
> 2.40.1
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Chris Packham <chris.packham@alliedtelesis.co.nz>,
miquel.raynal@bootlin.com, richard@nod.at, vigneshr@ti.com,
robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
andrew@lunn.ch, sebastian.hesselbarth@gmail.com
Cc: linux-mtd@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Vadym Kochan <vadym.kochan@plvision.eu>,
Chris Packham <chris.packham@alliedtelesis.co.nz>
Subject: Re: [PATCH v9 1/3] arm64: dts: marvell: cp11x: Fix nand_controller node name according to YAML
Date: Fri, 16 Jun 2023 13:55:52 +0200 [thread overview]
Message-ID: <87o7lfhb93.fsf@BL-laptop> (raw)
In-Reply-To: <20230615040447.3484564-2-chris.packham@alliedtelesis.co.nz>
Chris Packham <chris.packham@alliedtelesis.co.nz> writes:
> From: Vadym Kochan <vadym.kochan@plvision.eu>
>
> Marvell NAND controller has now YAML to validate it's DT bindings, so
> change the node name of cp11x DTSI as it is required by nand-controller.yaml
>
> Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu>
> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Applied on mvebu/dt64
Thanks,
Gregory
> ---
>
> Notes:
> Changes in v9:
> - None
> Changes in v8:
> - Add r-by from Miquel
>
> arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> index 7d0043824f2a..982b180b33e6 100644
> --- a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> @@ -468,7 +468,7 @@ CP11X_LABEL(uart3): serial@702300 {
> status = "disabled";
> };
>
> - CP11X_LABEL(nand_controller): nand@720000 {
> + CP11X_LABEL(nand_controller): nand-controller@720000 {
> /*
> * Due to the limitation of the pins available
> * this controller is only usable on the CPM
> --
> 2.40.1
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
next prev parent reply other threads:[~2023-06-16 11:56 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-15 4:04 [PATCH v9 0/3] dt-bindings: mtd: marvell-nand: Add YAML scheme Chris Packham
2023-06-15 4:04 ` Chris Packham
2023-06-15 4:04 ` Chris Packham
2023-06-15 4:04 ` [PATCH v9 1/3] arm64: dts: marvell: cp11x: Fix nand_controller node name according to YAML Chris Packham
2023-06-15 4:04 ` Chris Packham
2023-06-15 4:04 ` Chris Packham
2023-06-16 11:55 ` Gregory CLEMENT [this message]
2023-06-16 11:55 ` Gregory CLEMENT
2023-06-16 11:55 ` Gregory CLEMENT
2023-06-15 4:04 ` [PATCH v9 2/3] ARM: dts: mvebu: align MTD partition nodes to dtschema Chris Packham
2023-06-15 4:04 ` Chris Packham
2023-06-15 4:04 ` Chris Packham
2023-06-16 11:56 ` Gregory CLEMENT
2023-06-16 11:56 ` Gregory CLEMENT
2023-06-16 11:56 ` Gregory CLEMENT
2023-06-15 4:04 ` [PATCH v9 3/3] dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme Chris Packham
2023-06-15 4:04 ` Chris Packham
2023-06-15 4:04 ` Chris Packham
2023-06-15 5:25 ` Rob Herring
2023-06-15 5:25 ` Rob Herring
2023-06-15 5:25 ` Rob Herring
2023-06-15 7:45 ` Krzysztof Kozlowski
2023-06-15 7:45 ` Krzysztof Kozlowski
2023-06-15 7:45 ` Krzysztof Kozlowski
2023-06-15 21:06 ` Chris Packham
2023-06-15 21:06 ` Chris Packham
2023-06-15 21:06 ` Chris Packham
2023-06-16 8:15 ` Krzysztof Kozlowski
2023-06-16 8:15 ` Krzysztof Kozlowski
2023-06-16 8:15 ` Krzysztof Kozlowski
2023-06-16 8:24 ` Miquel Raynal
2023-06-16 8:24 ` Miquel Raynal
2023-06-16 8:24 ` Miquel Raynal
2023-06-16 8:38 ` Krzysztof Kozlowski
2023-06-16 8:38 ` Krzysztof Kozlowski
2023-06-16 8:38 ` Krzysztof Kozlowski
2023-06-16 8:44 ` Miquel Raynal
2023-06-16 8:44 ` Miquel Raynal
2023-06-16 8:44 ` Miquel Raynal
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=87o7lfhb93.fsf@BL-laptop \
--to=gregory.clement@bootlin.com \
--cc=andrew@lunn.ch \
--cc=chris.packham@alliedtelesis.co.nz \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=miquel.raynal@bootlin.com \
--cc=richard@nod.at \
--cc=robh+dt@kernel.org \
--cc=sebastian.hesselbarth@gmail.com \
--cc=vadym.kochan@plvision.eu \
--cc=vigneshr@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.