mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
arm64: xilinx: Remove unnecessary #address/size-cells
GEMs are using mdio node that's why don't need cells description in the node. SPIs should be using partitions subnode that's why don't need to have cells description in the node Also no need to specify cells in DT overlay root node when there is no child which needs it. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/7612a3817480f4089aea3e14cca07d585f8fddb5.1763551956.git.michal.simek@amd.com
This commit is contained in:
parent
55e097ec88
commit
b2a8ac7820
@ -13,9 +13,6 @@
|
||||
/plugin/;
|
||||
|
||||
&{/} {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
|
||||
compatible = "xlnx,zynqmp-sc-vn-p-b2197-revA",
|
||||
"xlnx,zynqmp-sc-vn-p-b2197", "xlnx,zynqmp";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user