mbox series

[0/3] Fixes for dtbs_check warnings on Mediatek XHCI nodes

Message ID 20220617222916.2435618-1-nfraprado@collabora.com (mailing list archive)
Headers show
Series Fixes for dtbs_check warnings on Mediatek XHCI nodes | expand

Message

NĂ­colas F. R. A. Prado June 17, 2022, 10:29 p.m. UTC
The two first patches fix inconsistencies in the mtk-xhci dt-binding,
while the third patch is a DTS change to use the clock order required by
the binding (and that was fixed in patch 2).

This series gets rid of a couple dtbs_check warnings on mt8192.dtsi and
another on mt8195.dtsi.


NĂ­colas F. R. A. Prado (3):
  dt-bindings: usb: mtk-xhci: Allow wakeup interrupt-names to be
    optional
  dt-bindings: usb: mtk-xhci: Allow middle optional clocks to be missing
  arm64: dts: mt8192: Follow clock order for XHCI

 .../devicetree/bindings/usb/mediatek,mtk-xhci.yaml     | 10 ++++++++--
 arch/arm64/boot/dts/mediatek/mt8192.dtsi               |  6 +++---
 2 files changed, 11 insertions(+), 5 deletions(-)