1 // SPDX-License-Identifier: GPL-2.0+ 1 // SPDX-License-Identifier: GPL-2.0+ 2 2 3 /* 3 /* 4 * Copyright 2024 NXP 4 * Copyright 2024 NXP 5 */ 5 */ 6 6 7 &mipi0_lis_lpcg { 7 &mipi0_lis_lpcg { 8 clocks = <&dsi_ipg_clk>; 8 clocks = <&dsi_ipg_clk>; 9 clock-indices = <IMX_LPCG_CLK_0>; 9 clock-indices = <IMX_LPCG_CLK_0>; 10 clock-output-names = "mipi0_lis_lpcg_i 10 clock-output-names = "mipi0_lis_lpcg_ipg_clk"; 11 }; 11 }; 12 12 13 &mipi0_pwm_lpcg { 13 &mipi0_pwm_lpcg { 14 clocks = <&clk IMX_SC_R_MIPI_0_PWM_0 I 14 clocks = <&clk IMX_SC_R_MIPI_0_PWM_0 IMX_SC_PM_CLK_PER>, 15 <&dsi_ipg_clk>; 15 <&dsi_ipg_clk>; 16 clock-indices = <IMX_LPCG_CLK_0>, <IMX 16 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 17 clock-output-names = "mipi0_pwm_lpcg_c 17 clock-output-names = "mipi0_pwm_lpcg_clk", 18 "mipi0_pwm_lpcg_i 18 "mipi0_pwm_lpcg_ipg_clk"; 19 }; 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.