2309da4817cadd61a74a58dff4ac9988f3992011
If device_type is not present in PCIe nodes in device tree, flags parsed from ranges property are seen to be invalid and following errors are seen. To resolve this add device_type as PCI in all 3 PCIe nodes for sdxkova. Error logs before the fix: pci-msm 1bf0000.qcom,pcie: err 0x0048200000..0x00482fffff -> 0x0048200000 pci-msm 1bf0000.qcom,pcie: err 0x0048300000..0x004bffffff -> 0x0048300000 Success logs after the fix: pci-msm 1bf0000.qcom,pcie: IO 0x0048200000..0x00482fffff -> 0x0048200000 pci-msm 1bf0000.qcom,pcie: MEM 0x0048300000..0x004bffffff -> 0x0048300000. Change-Id: Ib5e8e8b536a6e006ca267020e6ed13aeb9ba9db1 Signed-off-by: Sai Chaitanya Kaveti <quic_skaveti@quicinc.com>
Description
No description provided
Languages
Makefile
81.1%
Starlark
18.9%