Commit adc40ff8 authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Remove not documented is-dual property



Remove is-dual not documented property and also update comment about QSPI
sizes to reflect dual configuration as 16MB + 16MB.
Only single configuration is supported now.

Reported-by: default avatarQuanyang Wang <quanyang.wang@windriver.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/876c53b92f99623bae45d5c0c5ae79ee3e24f745.1628239345.git.michal.simek@xilinx.com
parent a025f01d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -937,9 +937,8 @@ &psgtr {

&qspi {
	status = "okay";
	is-dual = <1>;
	flash@0 {
		compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
		compatible = "m25p80", "jedec,spi-nor"; /* 16MB + 16MB */
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0x0>;
+1 −2
Original line number Diff line number Diff line
@@ -931,9 +931,8 @@ &psgtr {

&qspi {
	status = "okay";
	is-dual = <1>;
	flash@0 {
		compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
		compatible = "m25p80", "jedec,spi-nor"; /* 16MB + 16MB */
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0x0>;
+1 −2
Original line number Diff line number Diff line
@@ -773,9 +773,8 @@ &psgtr {

&qspi {
	status = "okay";
	is-dual = <1>;
	flash@0 {
		compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
		compatible = "m25p80", "jedec,spi-nor"; /* 16MB + 16MB */
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0x0>;