aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorGravatar Rob Herring <robh@kernel.org> 2024-01-22 11:35:14 -0600
committerGravatar Rob Herring <robh@kernel.org> 2024-02-05 16:33:23 +0000
commit17adc3f329e922bd1dd5aee45f43d9dab351c1e9 (patch)
treef1be11eae3d11bfd2144a2e0b0041209def60014 /drivers
parentof: unittest: Fix compile in the non-dynamic case (diff)
downloadlinux-17adc3f329e922bd1dd5aee45f43d9dab351c1e9.tar.gz
linux-17adc3f329e922bd1dd5aee45f43d9dab351c1e9.tar.bz2
linux-17adc3f329e922bd1dd5aee45f43d9dab351c1e9.zip
net: marvell,prestera: Fix example PCI bus addressing
The example for PCI devices has some addressing errors. 'reg' is written as if the parent bus is PCI, but the default bus for examples is 1 address and size cell. 'ranges' is defining config space with a size of 0. Generally, config space should not be defined in 'ranges', only PCI memory and I/O spaces. Fix these issues by updating the values with made-up, but valid values. This was uncovered with recent dtschema changes. Link: https://lore.kernel.org/r/20240122173514.935742-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions