arm64: zynqmp: Get rid of iommus/power-domains properties for SPL DT
authorMichal Simek <michal.simek@xilinx.com>
Wed, 7 Oct 2020 13:53:39 +0000 (15:53 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 27 Oct 2020 07:13:31 +0000 (08:13 +0100)
commit248fabc3ceefd1875cb8608e7372220ec4ac9d10
tree33b9614094b23e6721568ed252c9064859f6b68c
parentb15412f9a082ebd1d5a20ded21a2fe9f2ed138d0
arm64: zynqmp: Get rid of iommus/power-domains properties for SPL DT

SPL DT contains only nodes which are contain u-boot,dm-pre-reloc property.
iommu node is not this case that's why when DT is read DTC reports some
warnings.

$ dtc -I dtb -O dts dts/dt-spl.dtb >/dev/null
<stdout>: Warning (iommus_property): /amba/spi@ff0f0000:iommus: Could not get phandle node for (cell 0)
<stdout>: Warning (iommus_property): /amba/mmc@ff160000:iommus: Could not get phandle node for (cell 0)
<stdout>: Warning (iommus_property): /amba/mmc@ff170000:iommus: Could not get phandle node for (cell 0)

SPL also has an option to remove some DT properties which are useless for
SPL to make DT even smaller.
Default DT properties are pinctrl-0 pinctrl-names interrupt-parent
interrupts which are already removed.
The patch extends this list with iommus to get rid of above warnings.
Also power-domains unused properties can be removed.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_zynqmp_virt_defconfig