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

staging: mt7621-dts: remove 'bug-range' property

Property 'bus-range' when values are the default are
not necessary to be defined. Hence, remove all of them.

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

authored by

Sergio Paracuellos and committed by
Greg Kroah-Hartman
7114e7a2 edee771a

-4
-4
drivers/staging/mt7621-dts/mt7621.dtsi
··· 489 489 490 490 device_type = "pci"; 491 491 492 - bus-range = <0 255>; 493 492 ranges = <0x02000000 0 0x00000000 0x60000000 0 0x10000000>, /* pci memory */ 494 493 <0x01000000 0 0x00000000 0x1e160000 0 0x00010000>; /* io space */ 495 494 ··· 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>; 521 522 ranges; 522 - bus-range = <0x00 0xff>; 523 523 }; 524 524 525 525 pcie@1,0 { ··· 529 531 interrupt-map-mask = <0 0 0 0>; 530 532 interrupt-map = <0 0 0 0 &gic GIC_SHARED 24 IRQ_TYPE_LEVEL_HIGH>; 531 533 ranges; 532 - bus-range = <0x00 0xff>; 533 534 }; 534 535 535 536 pcie@2,0 { ··· 539 542 interrupt-map-mask = <0 0 0 0>; 540 543 interrupt-map = <0 0 0 0 &gic GIC_SHARED 25 IRQ_TYPE_LEVEL_HIGH>; 541 544 ranges; 542 - bus-range = <0x00 0xff>; 543 545 }; 544 546 }; 545 547