diff mbox series

[v3,05/11] arm64: dts: marvell: uDPU: align SPI-NOR node with bindings

Message ID 20220512124905.49979-5-robert.marko@sartura.hr (mailing list archive)
State New, archived
Headers show
Series [v3,01/11] dt-bindings: vendor-prefixes: add Methode Electronics | expand

Commit Message

Robert Marko May 12, 2022, 12:48 p.m. UTC
SPI-NOR node should be "flash@0" according to the bindings, so fix it.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
---
 arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski May 13, 2022, 8:43 a.m. UTC | #1
On 12/05/2022 14:48, Robert Marko wrote:
> SPI-NOR node should be "flash@0" according to the bindings, so fix it.
> 
> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
> ---
>  arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

This is already done and should be in arm-soc. Please rebase on linux-next.


Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts b/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
index 62fce6f2a3a7..4ae1688e6627 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
@@ -99,7 +99,7 @@  &spi0 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&spi_quad_pins>;
 
-	spi-flash@0 {
+	flash@0 {
 		compatible = "jedec,spi-nor";
 		reg = <0>;
 		spi-max-frequency = <54000000>;