[PATCH net-next 1/5] arm64: dts: ls1043a-qds: switch to new fixed-link binding
Andrew Lunn
andrew at lunn.ch
Mon Sep 1 15:47:03 PDT 2025
> Usage of the deprecated binding was added to this dt file with ab9d8032dbd0
> ("arm64: dts: ls1043a-qds: add mmio based mdio-mux support") in 2022.
> At that time the binding had been marked deprecated for years already.
> I think it would be good if dtc would warn already if a deprecated
> binding is detected, so that CI can complain.
I don't think the DTC compiler can help. It does not use the .yaml
files. You can compile a dtc file to dtb without any outside help.
What i think we need is 'make dtbs_check', with some additional flags,
like W=2, looking for such deprecated properties being used.
Andrew
More information about the linux-arm-kernel
mailing list