tegra.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | tegra.c (435ebcbc9fee4e8af037d293c89de60be3605c66) |
---|---|
1/* 2 * NVIDIA Tegra SoC device tree board support 3 * 4 * Copyright (C) 2011, 2013, NVIDIA Corporation 5 * Copyright (C) 2010 Secret Lab Technologies, Ltd. 6 * Copyright (C) 2010 Google, Inc. 7 * 8 * This software is licensed under the terms of the GNU General Public --- 101 unchanged lines hidden (view full) --- 110 111 parent = soc_device_to_device(soc_dev); 112 113 /* 114 * Finished with the static registrations now; fill in the missing 115 * devices 116 */ 117out: | 1/* 2 * NVIDIA Tegra SoC device tree board support 3 * 4 * Copyright (C) 2011, 2013, NVIDIA Corporation 5 * Copyright (C) 2010 Secret Lab Technologies, Ltd. 6 * Copyright (C) 2010 Google, Inc. 7 * 8 * This software is licensed under the terms of the GNU General Public --- 101 unchanged lines hidden (view full) --- 110 111 parent = soc_device_to_device(soc_dev); 112 113 /* 114 * Finished with the static registrations now; fill in the missing 115 * devices 116 */ 117out: |
118 of_platform_populate(NULL, of_default_bus_match_table, NULL, parent); | 118 of_platform_default_populate(NULL, NULL, parent); |
119} 120 121static void __init paz00_init(void) 122{ 123 if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC)) 124 tegra_paz00_wifikill_init(); 125} 126 --- 41 unchanged lines hidden --- | 119} 120 121static void __init paz00_init(void) 122{ 123 if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC)) 124 tegra_paz00_wifikill_init(); 125} 126 --- 41 unchanged lines hidden --- |