Commit f87b8383 authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Lorenzo Pieralisi

dt-bindings: PCI: cadence: Remove "mem" from reg binding

"mem" is not a memory resource and it overlaps with PCIe config space
and memory region. Remove "mem" from reg binding.

Link: https://lore.kernel.org/r/20200722110317.4744-8-kishon@ti.comSigned-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
parent c4c10c01
...@@ -18,13 +18,12 @@ properties: ...@@ -18,13 +18,12 @@ properties:
const: cdns,cdns-pcie-host const: cdns,cdns-pcie-host
reg: reg:
maxItems: 3 maxItems: 2
reg-names: reg-names:
items: items:
- const: reg - const: reg
- const: cfg - const: cfg
- const: mem
msi-parent: true msi-parent: true
...@@ -49,9 +48,8 @@ examples: ...@@ -49,9 +48,8 @@ examples:
device-id = <0x0200>; device-id = <0x0200>;
reg = <0x0 0xfb000000 0x0 0x01000000>, reg = <0x0 0xfb000000 0x0 0x01000000>,
<0x0 0x41000000 0x0 0x00001000>, <0x0 0x41000000 0x0 0x00001000>;
<0x0 0x40000000 0x0 0x04000000>; reg-names = "reg", "cfg";
reg-names = "reg", "cfg", "mem";
ranges = <0x02000000 0x0 0x42000000 0x0 0x42000000 0x0 0x1000000>, ranges = <0x02000000 0x0 0x42000000 0x0 0x42000000 0x0 0x1000000>,
<0x01000000 0x0 0x43000000 0x0 0x43000000 0x0 0x0010000>; <0x01000000 0x0 0x43000000 0x0 0x43000000 0x0 0x0010000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment