Searched +full:fsd +full:- +full:clock +full:- +full:fsys1 (Results 1 – 2 of 2) sorted by relevance
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | tesla,fsd-clock.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/tesla,fsd-clock.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Tesla FSD (Full Self-Driving) SoC clock controller 10 - Alim Akhtar <alim.akhtar@samsung.com> 11 - linux-fsd@tesla.com 14 FSD clock controller consist of several clock management unit 16 The root clock comes from external OSC clock (24 MHz). 19 'dt-bindings/clock/fsd-clk.h' header. [all …]
|
| /linux/drivers/clk/samsung/ |
| H A D | clk-fsd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2017-2022 Samsung Electronics Co., Ltd. 5 * Copyright (c) 2017-2022 Tesla, Inc. 8 * Common Clock Framework support for FSD SoC. 11 #include <linux/clk-provider.h> 18 #include <dt-bindings/clock/fsd-clk.h> 21 #include "clk-exynos-arm64.h" 85 /* NOTE: Must be equal to the last clock ID increased by one */ 322 CLK_OF_DECLARE(fsd_clk_cmu, "tesla,fsd-clock-cmu", fsd_clk_cmu_init); 1435 CLK_OF_DECLARE(fsd_clk_imem, "tesla,fsd-clock-imem", fsd_clk_imem_init); [all …]
|