commit | 1e8f0f3bd16758aa5a510b8711f919a2e0a1229f | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Thu Jun 24 10:14:05 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Nov 10 08:23:00 2021 -0500 |
tree | 9870b48c94be005db88b36f70c1cee210e7e6cb6 | |
parent | 2f4a6646cf5135338799ae1fcceb50206d5ef4e4 [diff] |
gen_defines: generate ranges defines for PCIe I/O and memory regions As described in IEEE Std 1275-1994, the PCIe bindings uses the ranges property to describe the PCI I/O and memory regions. Write _RANGES_ defines that will be used to determines the I/O and memory regions from PCIe Controller drivers. Also exclude "ranges" & "dma-ranges" property's length generation alogn "reg" and "interrupt". Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>