Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: mt7621-dts: add missing device_type in pcie root ports

According to the YAML schema 'pci-bus.yaml' the 'device_type'
property is mandatory for all pcie root ports. Hence add it.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20210506170742.28196-3-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sergio Paracuellos and committed by
Greg Kroah-Hartman
321f1fb4 7114e7a2

+3
+3
drivers/staging/mt7621-dts/mt7621.dtsi
··· 515 515 reg = <0x0000 0 0 0 0>; 516 516 #address-cells = <3>; 517 517 #size-cells = <2>; 518 + device_type = "pci"; 518 519 #interrupt-cells = <1>; 519 520 interrupt-map-mask = <0 0 0 0>; 520 521 interrupt-map = <0 0 0 0 &gic GIC_SHARED 4 IRQ_TYPE_LEVEL_HIGH>; ··· 526 525 reg = <0x0800 0 0 0 0>; 527 526 #address-cells = <3>; 528 527 #size-cells = <2>; 528 + device_type = "pci"; 529 529 #interrupt-cells = <1>; 530 530 interrupt-map-mask = <0 0 0 0>; 531 531 interrupt-map = <0 0 0 0 &gic GIC_SHARED 24 IRQ_TYPE_LEVEL_HIGH>; ··· 537 535 reg = <0x1000 0 0 0 0>; 538 536 #address-cells = <3>; 539 537 #size-cells = <2>; 538 + device_type = "pci"; 540 539 #interrupt-cells = <1>; 541 540 interrupt-map-mask = <0 0 0 0>; 542 541 interrupt-map = <0 0 0 0 &gic GIC_SHARED 25 IRQ_TYPE_LEVEL_HIGH>;