All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm64: zynqmp: Switch spi-flash to jedec, spi-nor compatible
@ 2019-09-11 13:45 Michal Simek
  2019-10-08  7:48 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2019-09-11 13:45 UTC (permalink / raw)
  To: u-boot

Change has been done across the whole tree only zynqmp-mini-qspi hasn't
been fixed.
Origin changed done by commit ffd4c7c2ecb7
("dts: switch spi-flash to jedec, spi-nor compatible")

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynqmp-mini-qspi.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/zynqmp-mini-qspi.dts b/arch/arm/dts/zynqmp-mini-qspi.dts
index 1716d5179ddf..e4ba5ae9b683 100644
--- a/arch/arm/dts/zynqmp-mini-qspi.dts
+++ b/arch/arm/dts/zynqmp-mini-qspi.dts
@@ -64,7 +64,7 @@
 &qspi {
 	status = "okay";
 	flash0: flash at 0 {
-		compatible = "n25q512a11", "spi-flash";
+		compatible = "n25q512a11", "jedec,spi-nor";
 		#address-cells = <1>;
 		#size-cells = <1>;
 		reg = <0x0>;
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] arm64: zynqmp: Switch spi-flash to jedec, spi-nor compatible
  2019-09-11 13:45 [U-Boot] [PATCH] arm64: zynqmp: Switch spi-flash to jedec, spi-nor compatible Michal Simek
@ 2019-10-08  7:48 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2019-10-08  7:48 UTC (permalink / raw)
  To: u-boot

st 11. 9. 2019 v 15:45 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Change has been done across the whole tree only zynqmp-mini-qspi hasn't
> been fixed.
> Origin changed done by commit ffd4c7c2ecb7
> ("dts: switch spi-flash to jedec, spi-nor compatible")
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/arm/dts/zynqmp-mini-qspi.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/zynqmp-mini-qspi.dts b/arch/arm/dts/zynqmp-mini-qspi.dts
> index 1716d5179ddf..e4ba5ae9b683 100644
> --- a/arch/arm/dts/zynqmp-mini-qspi.dts
> +++ b/arch/arm/dts/zynqmp-mini-qspi.dts
> @@ -64,7 +64,7 @@
>  &qspi {
>         status = "okay";
>         flash0: flash at 0 {
> -               compatible = "n25q512a11", "spi-flash";
> +               compatible = "n25q512a11", "jedec,spi-nor";
>                 #address-cells = <1>;
>                 #size-cells = <1>;
>                 reg = <0x0>;
> --
> 2.17.1
>

Applied.
M


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-08  7:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-11 13:45 [U-Boot] [PATCH] arm64: zynqmp: Switch spi-flash to jedec, spi-nor compatible Michal Simek
2019-10-08  7:48 ` Michal Simek

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.