ELBI registers are optional registers which are not used by this platform. So removing the elbi registers from PCIe node. Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@xxxxxxxxxxxxxxxx> --- arch/arm64/boot/dts/qcom/sc7280.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi index 64c46221d8bf..e556285d6b75 100644 --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi @@ -2202,11 +2202,10 @@ pcie1: pcie@1c08000 { compatible = "qcom,pcie-sc7280"; reg = <0 0x01c08000 0 0x3000>, <4 0x00000000 0 0xf1d>, - <4 0x00000f20 0 0xa8>, <4 0x10000000 0 0x1000>, <4 0x00000000 0 0x10000000>; - reg-names = "parf", "dbi", "elbi", "atu", "config"; + reg-names = "parf", "dbi", "atu", "config"; device_type = "pci"; linux,pci-domain = <1>; bus-range = <0x00 0xff>; -- 2.34.1