Commit 453b6741 authored by Grygorii Strashko's avatar Grygorii Strashko Committed by Rob Herring
Browse files

dt-bindings: usb: j721e: add ranges and dma-coherent props



Add missed 'ranges' and 'dma-coherent' properties as cdns-usb DT nodes has
child node and DMA IO is coherent on TI K3 J721E/J7200 SoCs.

This also fixes dtbs_check warning:
 cdns-usb@4104000: 'dma-coherent', 'ranges' do not match any of the regexes: '^usb@', 'pinctrl-[0-9]+'

Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Acked-by: default avatarAswath Govindraju <a-govindraju@ti.com>
Reviewed-by: default avatarAswath Govindraju <a-govindraju@ti.com>
Link: https://lore.kernel.org/r/20210115193124.5706-1-grygorii.strashko@ti.com


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 3490e333
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ properties:
  reg:
    description: module registers

  ranges: true

  power-domains:
    description:
      PM domain provider node and an args specifier containing
@@ -58,6 +60,8 @@ properties:
  '#size-cells':
    const: 2

  dma-coherent: true

patternProperties:
  "^usb@":
    type: object