diff options
| author | Michal Simek <[email protected]> | 2025-11-19 12:32:38 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2025-12-19 08:25:27 +0100 |
| commit | b2a8ac78202ec5c3917fc8f635fdd4abc6ce752c (patch) | |
| tree | d4c668a9919dd67bc0172de47e1647e7e3693ea3 | |
| parent | 55e097ec88af7d28eb4cdb67000ac8b7a7543e74 (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.dtso | 3 |
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"; |
