Encode the device tree node in the pci tag like we do in aplpcie(4) so that
authorpatrick <patrick@openbsd.org>
Thu, 21 Sep 2023 19:39:41 +0000 (19:39 +0000)
committerpatrick <patrick@openbsd.org>
Thu, 21 Sep 2023 19:39:41 +0000 (19:39 +0000)
commite1e95ce2e32a08258bcfcfc69a44edf328c5923b
tree9268714830ed2dc46c5fc1185332c1a0a57b734d
parent7a6df6a73f046093bc0aa6f1725fd998c648c3bc
Encode the device tree node in the pci tag like we do in aplpcie(4) so that
PCI device drivers can have access to device tree properties, e.g. to allow
qwx(4) to retrieve the calibration variant.

ok kettenis@
sys/dev/fdt/dwpcie.c