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

dt-bindings: usb: mtk-xhci: add an optional xhci_ck clock

Add a new optional clock xhci_ck

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1566542425-20082-1-git-send-email-chunfeng.yun@mediatek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Chunfeng Yun and committed by
Greg Kroah-Hartman
e74e8bbf cdfee562

+3 -2
+3 -2
Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt
··· 30 30 the following ones are optional: 31 31 "ref_ck": reference clock used by low power mode etc, 32 32 "mcu_ck": mcu_bus clock for register access, 33 - "dma_ck": dma_bus clock for data transfer by DMA 33 + "dma_ck": dma_bus clock for data transfer by DMA, 34 + "xhci_ck": controller clock 34 35 35 36 - phys : see usb-hcd.txt in the current directory 36 37 ··· 101 100 - clocks : a list of phandle + clock-specifier pairs, one for each 102 101 entry in clock-names 103 102 - clock-names : must contain "sys_ck", and the following ones are optional: 104 - "ref_ck", "mcu_ck" and "dma_ck" 103 + "ref_ck", "mcu_ck" and "dma_ck", "xhci_ck" 105 104 106 105 Optional properties: 107 106 - vbus-supply : reference to the VBUS regulator;