Searched +full:opp +full:- +full:450000000 (Results 1 – 2 of 2) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.04 core_opp_table: opp-table-core {5 compatible = "operating-points-v2";6 opp-shared;8 core_opp_950: opp-950000 {9 opp-microvolt = <950000 950000 1350000>;10 opp-level = <950000>;13 core_opp_1000: opp-1000000 {14 opp-microvolt = <1000000 1000000 1350000>;15 opp-level = <1000000>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only17 #include <linux/nvmem-consumer.h>33 struct device *dev = &gpu->pdev->dev; in zap_shader_load_mdt()45 return -EINVAL; in zap_shader_load_mdt()48 np = of_get_available_child_by_name(dev->of_node, "zap-shader"); in zap_shader_load_mdt()51 return -ENODEV; in zap_shader_load_mdt()62 * Check for a firmware-name property. This is the new scheme in zap_shader_load_mdt()67 * If the firmware-name property is found, we bypass the in zap_shader_load_mdt()71 * If the firmware-name property is not found, for backwards in zap_shader_load_mdt()75 of_property_read_string_index(np, "firmware-name", 0, &signed_fwname); in zap_shader_load_mdt()[all …]