Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: usb/ti,am62-usb.yaml: Add PHY2 register space

Add PHY2 register space to DT binding documentation.

We use minItems: 1 as DT update will come later and we don't
want warnings for existing DTs.

So far this register space was not required but due to the
newly identified Errata i2409 [1] we need to poke this
register space.

[1] https://www.ti.com/lit/er/sprz487d/sprz487d.pdf

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20240214-for-v6-9-am62-usb-errata-3-0-v3-4-147ec5eae18c@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Roger Quadros and committed by
Greg Kroah-Hartman
503d6ed0 ba9d3cd7

+6 -2
+6 -2
Documentation/devicetree/bindings/usb/ti,am62-usb.yaml
··· 14 14 const: ti,am62-usb 15 15 16 16 reg: 17 - maxItems: 1 17 + minItems: 1 18 + items: 19 + - description: USB CFG register space 20 + - description: USB PHY2 register space 18 21 19 22 ranges: true 20 23 ··· 85 82 86 83 usbss1: usb@f910000 { 87 84 compatible = "ti,am62-usb"; 88 - reg = <0x00 0x0f910000 0x00 0x800>; 85 + reg = <0x00 0x0f910000 0x00 0x800>, 86 + <0x00 0x0f918000 0x00 0x400>; 89 87 clocks = <&k3_clks 162 3>; 90 88 clock-names = "ref"; 91 89 ti,syscon-phy-pll-refclk = <&wkup_conf 0x4018>;