Searched +full:vdd +full:- +full:hba +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/ufs/ufs-common.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Alim Akhtar <alim.akhtar@samsung.com>11 - Avri Altman <avri.altman@wdc.com>16 clock-names: true18 freq-table-hz:21 - description: Minimum frequency for given clock in Hz22 - description: Maximum frequency for given clock in Hz[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 * Copyright (C) 2011-2013 Samsung India Software Operations17 #include "ufshcd-pltfrm.h"22 static int ufshcd_parse_clock_info(struct ufs_hba *hba) in ufshcd_parse_clock_info() argument27 struct device *dev = hba->dev; in ufshcd_parse_clock_info()28 struct device_node *np = dev->of_node; in ufshcd_parse_clock_info()38 cnt = of_property_count_strings(np, "clock-names"); in ufshcd_parse_clock_info()39 if (!cnt || (cnt == -EINVAL)) { in ufshcd_parse_clock_info()51 if (!of_get_property(np, "freq-table-hz", &len)) { in ufshcd_parse_clock_info()52 dev_info(dev, "freq-table-hz property not specified\n"); in ufshcd_parse_clock_info()[all …]