Commit a5db395a authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Dinh Nguyen

ARM: dts: socfpga: drop unsupported cdns,page-size and cdns,block-size

cdns,page-size and cdns,block-size are neither documented nor used by
Linux, so remove them to fix dtbs_check warnings like:

  socfpga_arria5_socdk.dtb: flash@0: Unevaluated properties are not allowed ('cdns,block-size', 'cdns,page-size' were unexpected)
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent b85ea95d
...@@ -17,8 +17,6 @@ flash0: flash@0 { ...@@ -17,8 +17,6 @@ flash0: flash@0 {
spi-max-frequency = <100000000>; spi-max-frequency = <100000000>;
m25p,fast-read; m25p,fast-read;
cdns,page-size = <256>;
cdns,block-size = <16>;
cdns,read-delay = <3>; cdns,read-delay = <3>;
cdns,tshsl-ns = <50>; cdns,tshsl-ns = <50>;
cdns,tsd2d-ns = <50>; cdns,tsd2d-ns = <50>;
......
...@@ -124,8 +124,6 @@ flash: flash@0 { ...@@ -124,8 +124,6 @@ flash: flash@0 {
spi-max-frequency = <100000000>; spi-max-frequency = <100000000>;
m25p,fast-read; m25p,fast-read;
cdns,page-size = <256>;
cdns,block-size = <16>;
cdns,read-delay = <4>; cdns,read-delay = <4>;
cdns,tshsl-ns = <50>; cdns,tshsl-ns = <50>;
cdns,tsd2d-ns = <50>; cdns,tsd2d-ns = <50>;
......
...@@ -129,8 +129,6 @@ flash0: flash@0 { ...@@ -129,8 +129,6 @@ flash0: flash@0 {
spi-max-frequency = <100000000>; spi-max-frequency = <100000000>;
m25p,fast-read; m25p,fast-read;
cdns,page-size = <256>;
cdns,block-size = <16>;
cdns,read-delay = <4>; cdns,read-delay = <4>;
cdns,tshsl-ns = <50>; cdns,tshsl-ns = <50>;
cdns,tsd2d-ns = <50>; cdns,tsd2d-ns = <50>;
......
...@@ -174,8 +174,6 @@ flash: flash@0 { ...@@ -174,8 +174,6 @@ flash: flash@0 {
spi-max-frequency = <100000000>; spi-max-frequency = <100000000>;
m25p,fast-read; m25p,fast-read;
cdns,page-size = <256>;
cdns,block-size = <16>;
cdns,read-delay = <4>; cdns,read-delay = <4>;
cdns,tshsl-ns = <50>; cdns,tshsl-ns = <50>;
cdns,tsd2d-ns = <50>; cdns,tsd2d-ns = <50>;
......
...@@ -121,8 +121,6 @@ flash0: flash@0 { ...@@ -121,8 +121,6 @@ flash0: flash@0 {
spi-max-frequency = <100000000>; spi-max-frequency = <100000000>;
m25p,fast-read; m25p,fast-read;
cdns,page-size = <256>;
cdns,block-size = <16>;
cdns,read-delay = <4>; cdns,read-delay = <4>;
cdns,tshsl-ns = <50>; cdns,tshsl-ns = <50>;
cdns,tsd2d-ns = <50>; cdns,tsd2d-ns = <50>;
......
...@@ -229,8 +229,6 @@ flash@0 { ...@@ -229,8 +229,6 @@ flash@0 {
spi-max-frequency = <100000000>; spi-max-frequency = <100000000>;
m25p,fast-read; m25p,fast-read;
cdns,page-size = <256>;
cdns,block-size = <16>;
cdns,read-delay = <4>; cdns,read-delay = <4>;
cdns,tshsl-ns = <50>; cdns,tshsl-ns = <50>;
cdns,tsd2d-ns = <50>; cdns,tsd2d-ns = <50>;
...@@ -246,8 +244,6 @@ flash@1 { ...@@ -246,8 +244,6 @@ flash@1 {
spi-max-frequency = <100000000>; spi-max-frequency = <100000000>;
m25p,fast-read; m25p,fast-read;
cdns,page-size = <256>;
cdns,block-size = <16>;
cdns,read-delay = <4>; cdns,read-delay = <4>;
cdns,tshsl-ns = <50>; cdns,tshsl-ns = <50>;
cdns,tsd2d-ns = <50>; cdns,tsd2d-ns = <50>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment