projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4681b1
)
arm64: xilinx: Remove address/size-cells from flash node
author
Michal Simek
<michal.simek@amd.com>
Fri, 22 Sep 2023 10:35:32 +0000
(12:35 +0200)
committer
Michal Simek
<michal.simek@amd.com>
Mon, 9 Oct 2023 08:25:32 +0000
(10:25 +0200)
Partitions are described via fixed-partitions that's why there is no need
to have address/size-cells in flash node.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link:
https://lore.kernel.org/r/c704be9d9f3d09c1cc55b092efeb9c73fcda6451.1695378830.git.michal.simek@amd.com
arch/arm/dts/zynqmp-sm-k26-revA.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp-sm-k26-revA.dts
b/arch/arm/dts/zynqmp-sm-k26-revA.dts
index 80b9face7483cdaa0d98df7ee70d6805d74b94df..47e8e747ba366c24f140aec2e0bc53c88ed6b1a4 100644
(file)
--- a/
arch/arm/dts/zynqmp-sm-k26-revA.dts
+++ b/
arch/arm/dts/zynqmp-sm-k26-revA.dts
@@
-145,8
+145,6
@@
status = "okay";
spi_flash: flash@0 { /* MT25QU512A */
compatible = "mt25qu512a", "jedec,spi-nor"; /* 64MB */
- #address-cells = <1>;
- #size-cells = <1>;
reg = <0>;
spi-tx-bus-width = <4>;
spi-rx-bus-width = <4>;