arm64: zynqmp: Fix dwc3 usb interrupt description
authorMichal Simek <michal.simek@amd.com>
Mon, 19 Jun 2023 07:37:54 +0000 (09:37 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 10 Jul 2023 10:06:53 +0000 (12:06 +0200)
commit04d54a0e98e7cba699f618fde829609cc2436342
treee141d0da5ebdb72f48988464963d805904af55f6
parent0dffb878ea99de9c30a24cdd8a73bc3f318baa88
arm64: zynqmp: Fix dwc3 usb interrupt description

Based on DT binding dwc_usb3 is single entry without anything else. That's
why combination dwc3_usb3, otg is not allowed. That's why split it to host
and peripheral pair which both points to the same IRQ.
DWC3 code is reading these two properties first before generic dwc_usb3.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/6544d13afd9f3d8f5413e32684aa16e4d155e331.1687160244.git.michal.simek@amd.com
arch/arm64/boot/dts/xilinx/zynqmp.dtsi