diff mbox series

arm64: zynqmp: Remove additional compatible string for sc-revB

Message ID 54e77ad480c5de8703cb5b22408dc3bf72f3f431.1709887280.git.michal.simek@amd.com
State Accepted
Commit 1a7ed10698eef2cd41ef9a0ccd9f8649697a62c3
Delegated to: Michal Simek
Headers show
Series arm64: zynqmp: Remove additional compatible string for sc-revB | expand

Commit Message

Michal Simek March 8, 2024, 8:41 a.m. UTC
Based on dt schema there is no need to specify flash via additional
compatible string and generic are enough.

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

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

Comments

Michal Simek March 12, 2024, 3:13 p.m. UTC | #1
On 3/8/24 09:41, Michal Simek wrote:
> Based on dt schema there is no need to specify flash via additional
> compatible string and generic are enough.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>   arch/arm/dts/zynqmp-sc-revB.dts | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/zynqmp-sc-revB.dts b/arch/arm/dts/zynqmp-sc-revB.dts
> index de2d7842ae28..c1d713b5d890 100644
> --- a/arch/arm/dts/zynqmp-sc-revB.dts
> +++ b/arch/arm/dts/zynqmp-sc-revB.dts
> @@ -192,7 +192,7 @@
>   	status = "okay";
>   	/* QSPI should also have PINCTRL setup */
>   	flash@0 {
> -		compatible = "mt25qu512a", "m25p80", "jedec,spi-nor"; /* mt25qu512abb8e12 512Mib */
> +		compatible = "m25p80", "jedec,spi-nor"; /* mt25qu512abb8e12 512Mib */
>   		#address-cells = <1>;
>   		#size-cells = <1>;
>   		reg = <0>;

Applied.
M
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp-sc-revB.dts b/arch/arm/dts/zynqmp-sc-revB.dts
index de2d7842ae28..c1d713b5d890 100644
--- a/arch/arm/dts/zynqmp-sc-revB.dts
+++ b/arch/arm/dts/zynqmp-sc-revB.dts
@@ -192,7 +192,7 @@ 
 	status = "okay";
 	/* QSPI should also have PINCTRL setup */
 	flash@0 {
-		compatible = "mt25qu512a", "m25p80", "jedec,spi-nor"; /* mt25qu512abb8e12 512Mib */
+		compatible = "m25p80", "jedec,spi-nor"; /* mt25qu512abb8e12 512Mib */
 		#address-cells = <1>;
 		#size-cells = <1>;
 		reg = <0>;