On 02/05/2023 15:58, Michal Simek wrote: > Internal board zc1275 was released also to public which ends up with adding > missing 'u' to board name. Reflect this change by renaming DT files. > > Signed-off-by: Michal Simek <michal.simek@xxxxxxx> > --- > > > For more information about board please take a look at: > https://www.xilinx.com/products/boards-and-kits/zcu1275.html > > --- > Documentation/devicetree/bindings/arm/xilinx.yaml | 6 +++--- > arch/arm64/boot/dts/xilinx/Makefile | 2 +- > .../{zynqmp-zc1275-revA.dts => zynqmp-zcu1275-revA.dts} | 4 ++-- Please keep the bindings separate patch, even though entire set is not bisectable from dtbs_check point of view. Bindings are getting exported. Best regards, Krzysztof