dts: bindings: dma: intel_lpss: Added phandle dma-parent
Added a phandle named dma-parent to get base address instead of adding DMA as child node because it is causing a build warning (avoid_unnecessary_addr_size) if the parent instance has "#address-cells/#size-cells" dts properties marked required and child doesn't have reg property. DMA doesn't have reg as it gets the base address from parent device Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
This commit is contained in:
parent
b90288b42b
commit
0b57fdb1ad
1 changed files with 5 additions and 0 deletions
|
@ -11,5 +11,10 @@ properties:
|
||||||
"#dma-cells":
|
"#dma-cells":
|
||||||
const: 1
|
const: 1
|
||||||
|
|
||||||
|
dma-parent:
|
||||||
|
type: phandle
|
||||||
|
description: |
|
||||||
|
Parent device for LPSS DMA to get its base address.
|
||||||
|
|
||||||
dma-cells:
|
dma-cells:
|
||||||
- channel
|
- channel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue