Re: [PATCH v2 6/6] arm64: dts: qcom: qcs8550-rb5gen2: clean up PCI function nodes
From: Abel Vesa
Date: Tue Sep 01 2026 - 03:30:17 EST
On 26-08-31 20:36:53, Alex Elder wrote:
> The Qualcomm RB5gen2 devicetree source file defines a node representing
> a TC956x chip which contains a PCIe switch and an embedded endpoint that
> implements two PCIe functions.
>
> The devicetree nodes erroneously include a "pci" device_type property
> for the two PCIe functions. That property should only be used for a
> PCI device "that implements a PCI bus". Remove this property for the
> two function nodes.
>
> In addition, these nodes define #address-cells, #size-cells, and ranges
> properties, which are not normally defined for PCIe endpoints. Remove
> properties as well; they can be added back once they are actually
> needed/used.
>
> Fixes: 33cae252054a6 ("arm64: dts: qcom: qcs8550: add QCS8550 RB5Gen2 board support")
> Signed-off-by: Alex Elder <elder@xxxxxxxxxxxx>
Reviewed-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>