mbox series

[0/2] arm64: zynqmp: fix CHECK_DTBS warnings

Message ID 20240528-zynqmp-dt-v1-0-a5db9054885a@pengutronix.de (mailing list archive)
Headers show
Series arm64: zynqmp: fix CHECK_DTBS warnings | expand

Message

Michael Tretter May 28, 2024, 2:22 p.m. UTC
Running make CHECK_DTBS=1 for any ZynqMP device trees prints warnings a
few warnings that are caused by the zynqmp.dtsi file.

Fix the zynqmp.dtsi to fix these warnings.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
Michael Tretter (2):
      arm64: zynqmp: Align nvmem-firmware with dt-binding
      arm64: zynqmp: Rename fpga-full to fpga-region

 arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
---
base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
change-id: 20240528-zynqmp-dt-a47093b45beb

Best regards,

Comments

Michal Simek May 28, 2024, 2:55 p.m. UTC | #1
On 5/28/24 16:22, Michael Tretter wrote:
> Running make CHECK_DTBS=1 for any ZynqMP device trees prints warnings a
> few warnings that are caused by the zynqmp.dtsi file.
> 
> Fix the zynqmp.dtsi to fix these warnings.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> ---
> Michael Tretter (2):
>        arm64: zynqmp: Align nvmem-firmware with dt-binding
>        arm64: zynqmp: Rename fpga-full to fpga-region
> 
>   arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 17 ++++++++++-------
>   1 file changed, 10 insertions(+), 7 deletions(-)
> ---
> base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
> change-id: 20240528-zynqmp-dt-a47093b45beb
> 
> Best regards,

Already the part of

https://lore.kernel.org/r/cover.1716802450.git.michal.simek@amd.com

Thanks,
Michal