summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2025-11-19 12:32:38 +0100
committerMichal Simek <[email protected]>2025-12-19 08:25:27 +0100
commitb2a8ac78202ec5c3917fc8f635fdd4abc6ce752c (patch)
treed4c668a9919dd67bc0172de47e1647e7e3693ea3
parent55e097ec88af7d28eb4cdb67000ac8b7a7543e74 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/7612a3817480f4089aea3e14cca07d585f8fddb5.1763551956.git.michal.simek@amd.com
-rw-r--r--arch/arm/dts/zynqmp-sc-vn-p-b2197-00-revA.dtso3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/dts/zynqmp-sc-vn-p-b2197-00-revA.dtso b/arch/arm/dts/zynqmp-sc-vn-p-b2197-00-revA.dtso
index c1945ea6f8d..5a4e5f09250 100644
--- a/arch/arm/dts/zynqmp-sc-vn-p-b2197-00-revA.dtso
+++ b/arch/arm/dts/zynqmp-sc-vn-p-b2197-00-revA.dtso
@@ -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";