diff mbox series

arm64: dts: qcom: msm8996: Add missing device_type under pcie[01]

Message ID 20201224120025.6282-1-konrad.dybcio@somainline.org
State Accepted
Commit 564f18f03e91aa770f4ffccf2fee78d61216a4f4
Headers show
Series arm64: dts: qcom: msm8996: Add missing device_type under pcie[01] | expand

Commit Message

Konrad Dybcio Dec. 24, 2020, noon UTC
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

patchwork-bot+linux-arm-msm@kernel.org Feb. 2, 2021, 11:10 p.m. UTC | #1
Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Thu, 24 Dec 2020 13:00:25 +0100 you wrote:
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>

> ---

>  arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ++++

>  1 file changed, 4 insertions(+)


Here is the summary with links:
  - arm64: dts: qcom: msm8996: Add missing device_type under pcie[01]
    https://git.kernel.org/qcom/c/564f18f03e91

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index fd6ae5464dea..e7eb2c9f37af 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -750,6 +750,8 @@  pcie0: pcie@600000 {
 				ranges = <0x01000000 0x0 0x0c200000 0x0c200000 0x0 0x100000>,
 					<0x02000000 0x0 0x0c300000 0x0c300000 0x0 0xd00000>;
 
+				device_type = "pci";
+
 				interrupts = <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>;
 				interrupt-names = "msi";
 				#interrupt-cells = <1>;
@@ -802,6 +804,8 @@  pcie1: pcie@608000 {
 				ranges = <0x01000000 0x0 0x0d200000 0x0d200000 0x0 0x100000>,
 					<0x02000000 0x0 0x0d300000 0x0d300000 0x0 0xd00000>;
 
+				device_type = "pci";
+
 				interrupts = <GIC_SPI 413 IRQ_TYPE_LEVEL_HIGH>;
 				interrupt-names = "msi";
 				#interrupt-cells = <1>;