diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-10-07 15:53:39 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-10-27 08:13:31 +0100 |
commit | 248fabc3ceefd1875cb8608e7372220ec4ac9d10 (patch) | |
tree | 33b9614094b23e6721568ed252c9064859f6b68c /arch/arm/mach-zynqmp | |
parent | b15412f9a082ebd1d5a20ded21a2fe9f2ed138d0 (diff) | |
download | u-boot-248fabc3ceefd1875cb8608e7372220ec4ac9d10.zip u-boot-248fabc3ceefd1875cb8608e7372220ec4ac9d10.tar.gz u-boot-248fabc3ceefd1875cb8608e7372220ec4ac9d10.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/mach-zynqmp')
0 files changed, 0 insertions, 0 deletions