clkctrl.c (1dc88f78da594042b549f1ea70de2fb721990e3c) | clkctrl.c (e97017f935fcb3d505d86738817230552f58a19a) |
---|---|
1/* 2 * OMAP clkctrl clock support 3 * 4 * Copyright (C) 2017 Texas Instruments, Inc. 5 * 6 * Tero Kristo <t-kristo@ti.com> 7 * 8 * This program is free software; you can redistribute it and/or modify --- 454 unchanged lines hidden (view full) --- 463 data = omap5_clkctrl_data; 464#endif 465#ifdef CONFIG_SOC_DRA7XX 466 if (of_machine_is_compatible("ti,dra7")) 467 data = dra7_clkctrl_data; 468#endif 469#ifdef CONFIG_SOC_AM33XX 470 if (of_machine_is_compatible("ti,am33xx")) | 1/* 2 * OMAP clkctrl clock support 3 * 4 * Copyright (C) 2017 Texas Instruments, Inc. 5 * 6 * Tero Kristo <t-kristo@ti.com> 7 * 8 * This program is free software; you can redistribute it and/or modify --- 454 unchanged lines hidden (view full) --- 463 data = omap5_clkctrl_data; 464#endif 465#ifdef CONFIG_SOC_DRA7XX 466 if (of_machine_is_compatible("ti,dra7")) 467 data = dra7_clkctrl_data; 468#endif 469#ifdef CONFIG_SOC_AM33XX 470 if (of_machine_is_compatible("ti,am33xx")) |
471 data = am3_clkctrl_data; | 471 data = am3_clkctrl_compat_data; |
472#endif 473#ifdef CONFIG_SOC_AM43XX 474 if (of_machine_is_compatible("ti,am4372")) 475 data = am4_clkctrl_data; 476 if (of_machine_is_compatible("ti,am438x")) 477 data = am438x_clkctrl_data; 478#endif 479#ifdef CONFIG_SOC_TI81XX --- 136 unchanged lines hidden --- | 472#endif 473#ifdef CONFIG_SOC_AM43XX 474 if (of_machine_is_compatible("ti,am4372")) 475 data = am4_clkctrl_data; 476 if (of_machine_is_compatible("ti,am438x")) 477 data = am438x_clkctrl_data; 478#endif 479#ifdef CONFIG_SOC_TI81XX --- 136 unchanged lines hidden --- |