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

dt-bindings: PCI: Make "cdns,max-outbound-regions" optional property

Make "cdns,max-outbound-regions" optional property with the default
being 32.

Link: http://lore.kernel.org/r/20201105165331.GA55814@bogus
Link: https://lore.kernel.org/r/20201106151107.3987-2-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 f8394f23
...@@ -20,7 +20,4 @@ properties: ...@@ -20,7 +20,4 @@ properties:
maximum: 32 maximum: 32
default: 32 default: 32
required:
- cdns,max-outbound-regions
additionalProperties: true additionalProperties: true
...@@ -57,7 +57,6 @@ required: ...@@ -57,7 +57,6 @@ required:
- power-domains - power-domains
- clocks - clocks
- clock-names - clock-names
- cdns,max-outbound-regions
- dma-coherent - dma-coherent
- max-functions - max-functions
- phys - phys
...@@ -86,7 +85,6 @@ examples: ...@@ -86,7 +85,6 @@ examples:
power-domains = <&k3_pds 239 TI_SCI_PD_EXCLUSIVE>; power-domains = <&k3_pds 239 TI_SCI_PD_EXCLUSIVE>;
clocks = <&k3_clks 239 1>; clocks = <&k3_clks 239 1>;
clock-names = "fck"; clock-names = "fck";
cdns,max-outbound-regions = <16>;
max-functions = /bits/ 8 <6>; max-functions = /bits/ 8 <6>;
dma-coherent; dma-coherent;
phys = <&serdes0_pcie_link>; phys = <&serdes0_pcie_link>;
......
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