]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dt-bindings: misc: pci1de4,1: add required reg property for endpoint
authorAndrea della Porta <andrea.porta@suse.com>
Thu, 18 Dec 2025 19:09:06 +0000 (20:09 +0100)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Fri, 19 Dec 2025 20:42:07 +0000 (12:42 -0800)
commitc6d0cdf7e572c64bd72699d10b28bfddaf758a0f
treeeedebe04d2ce3e117e3dd37911bd8c48b1d1abc2
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
dt-bindings: misc: pci1de4,1: add required reg property for endpoint

The PCI subsystem links an endpoint Device Tree node to its corresponding
pci_dev structure only if the Bus/Device/Function (BDF) encoded in the
'reg' property matches the actual hardware topology.

Add the 'reg' property and mark it as required to ensure proper binding
between the device_node and the pci_dev.

Update the example to reflect this requirement.

Signed-off-by: Andrea della Porta <andrea.porta@suse.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/b58bfcd957b2270fcf932d463f2db534b2ae1a6d.1766077285.git.andrea.porta@suse.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Documentation/devicetree/bindings/misc/pci1de4,1.yaml