All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: zynq: Enable smcc and nor for zc770-xm012
@ 2021-08-06 11:35 Michal Simek
  2021-08-23  6:49 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2021-08-06 11:35 UTC (permalink / raw)
  To: u-boot, git; +Cc: Michal Simek, Tom Rini

Enable cfi flash on zc770-xm012 configuration.

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

 arch/arm/dts/zynq-zc770-xm012.dts | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/dts/zynq-zc770-xm012.dts b/arch/arm/dts/zynq-zc770-xm012.dts
index 0d001c91610d..ccf76e798410 100644
--- a/arch/arm/dts/zynq-zc770-xm012.dts
+++ b/arch/arm/dts/zynq-zc770-xm012.dts
@@ -53,6 +53,15 @@
 	};
 };
 
+&nor0 {
+	status = "okay";
+	bank-width = <1>;
+};
+
+&smcc {
+	status = "okay";
+};
+
 &spi1 {
 	status = "okay";
 	num-cs = <4>;
-- 
2.32.0


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

* Re: [PATCH] ARM: zynq: Enable smcc and nor for zc770-xm012
  2021-08-06 11:35 [PATCH] ARM: zynq: Enable smcc and nor for zc770-xm012 Michal Simek
@ 2021-08-23  6:49 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2021-08-23  6:49 UTC (permalink / raw)
  To: U-Boot, git; +Cc: Tom Rini

pá 6. 8. 2021 v 13:35 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Enable cfi flash on zc770-xm012 configuration.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/arm/dts/zynq-zc770-xm012.dts | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/dts/zynq-zc770-xm012.dts b/arch/arm/dts/zynq-zc770-xm012.dts
> index 0d001c91610d..ccf76e798410 100644
> --- a/arch/arm/dts/zynq-zc770-xm012.dts
> +++ b/arch/arm/dts/zynq-zc770-xm012.dts
> @@ -53,6 +53,15 @@
>         };
>  };
>
> +&nor0 {
> +       status = "okay";
> +       bank-width = <1>;
> +};
> +
> +&smcc {
> +       status = "okay";
> +};
> +
>  &spi1 {
>         status = "okay";
>         num-cs = <4>;
> --
> 2.32.0
>

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:[~2021-08-23  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06 11:35 [PATCH] ARM: zynq: Enable smcc and nor for zc770-xm012 Michal Simek
2021-08-23  6:49 ` 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.