On 29/12/2021 17:50, Mark Kettenis wrote: >> From: Jisheng Zhang <jszhang@xxxxxxxxxx> >> Date: Thu, 30 Dec 2021 00:02:38 +0800 >> >> After commit 281f1f99cf3a("PCI: dwc: Detect number of iATU windows"), >> the number of iATU windows is detected at runtime, what's more, >> the 'num-viewport' property parsing has been removed, so remove the >> unused num-viewport from pcie node(s). >> >> It's too late for linux-5.17-rc1, I will rebase and send out v2 if >> necessary when 5.17-rc1 is released. > > Please no. This only makes the device trees unnecessarily > incompatible with older kernels Anyone who is running a new DTB with older kernel is doomed anyway, not only because of this change but hundreds of other similar cleanups, e.g. making DTS conforming to dtschema. Are you sure there are such use cases of using new DTB with old kernel? I cannot imagine making a stable product with such scenario... > and other OSes that do rely on the > "num-viewport" property. Right. We should have move the DTS out of the kernel when it was still small. :) > It really doesn't hurt to keep this property > even if future Linux kernels no longer look at it. For Exynos PCIe, the property is still required by bindings, so definitely it cannot be removed from DTS. I did not check the other bindings. Best regards, Krzysztof