Home
last modified time | relevance | path

Searched +full:mt8183 +full:- +full:ufsphy (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/phy/
H A Dmediatek,ufs-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/phy/mediatek,ufs-phy.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: MediaTek Universal Flash Storage (UFS) M-PHY
11 - Stanley Chu <stanley.chu@mediatek.com>
12 - Chunfeng Yun <chunfeng.yun@mediatek.com>
15 UFS M-PHY nodes are defined to describe on-chip UFS M-PHY hardware macro.
16 Each UFS M-PHY node should have its own node.
17 To bind UFS M-PHY with UFS host controller, the controller node should
[all …]
/linux/Documentation/devicetree/bindings/ufs/
H A Dmediatek,ufs.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stanley Chu <stanley.chu@mediatek.com>
15 - mediatek,mt8183-ufshci
16 - mediatek,mt8192-ufshci
17 - mediatek,mt8195-ufshci
23 clock-names:
33 vcc-supply: true
35 mediatek,ufs-disable-mcq:
[all …]
/linux/drivers/phy/mediatek/
H A Dphy-mtk-ufs.c1 // SPDX-License-Identifier: GPL-2.0
15 #include "phy-mtk-io.h"
52 struct device *dev = phy->dev; in ufs_mtk_phy_clk_init()
53 struct clk_bulk_data *clks = phy->clks; in ufs_mtk_phy_clk_init()
62 void __iomem *mmio = phy->mmio; in ufs_mtk_phy_set_active()
93 void __iomem *mmio = phy->mmio; in ufs_mtk_phy_set_deep_hibern()
124 ret = clk_bulk_prepare_enable(UFSPHY_CLKS_CNT, phy->clks); in ufs_mtk_phy_power_on()
139 clk_bulk_disable_unprepare(UFSPHY_CLKS_CNT, phy->clks); in ufs_mtk_phy_power_off()
152 struct device *dev = &pdev->dev; in ufs_mtk_phy_probe()
160 return -ENOMEM; in ufs_mtk_phy_probe()
[all …]