1 // SPDX-License-Identifier: GPL-2.0+ 2 3 /* 4 * Copyright 2024 NXP 5 */ 6 7 &mipi0_lis_lpcg { 8 clocks = <&dsi_ipg_clk>; 9 clock-indices = <IMX_LPCG_CLK_0>; 10 clock-output-names = "mipi0_lis_lpcg_ipg_clk"; 11 }; 12 13 &mipi0_pwm_lpcg { 14 clocks = <&clk IMX_SC_R_MIPI_0_PWM_0 IMX_SC_PM_CLK_PER>, 15 <&dsi_ipg_clk>; 16 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 17 clock-output-names = "mipi0_pwm_lpcg_clk", 18 "mipi0_pwm_lpcg_ipg_clk"; 19 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.