soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / soc / intel / tigerlake / acpi / southbridge.asl
blobc54bc675f23a18ef74e9a93be2e4bc41000de748
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <intelblocks/itss.h>
4 #include <intelblocks/pcr.h>
5 #include <soc/itss.h>
6 #include <soc/pcr_ids.h>
8 /* PCR access */
9 #include <soc/intel/common/acpi/pch_pcr.asl>
11 /* PCH clock */
12 #include "camera_clock_ctl.asl"
14 /* GPIO controller */
15 #if CONFIG(SOC_INTEL_TIGERLAKE_PCH_H)
16 #include "gpio_pch_h.asl"
17 #else
18 #include "gpio.asl"
19 #endif
21 /* ESPI 0:1f.0 */
22 #include <soc/intel/common/block/acpi/acpi/lpc.asl>
24 /* PCH HDA */
25 #include "pch_hda.asl"
27 /* PCIE Ports */
28 #include "pcie.asl"
30 /* Serial IO */
31 #include "serialio.asl"
33 /* SMBus 0:1f.4 */
34 #include <soc/intel/common/block/acpi/acpi/smbus.asl>
36 /* ISH 0:12.0 */
37 #include <soc/intel/common/block/acpi/acpi/ish.asl>
39 /* USB XHCI 0:14.0 */
40 #include "xhci.asl"
42 /* PCI _OSC */
43 #include <soc/intel/common/acpi/pci_osc.asl>
45 /* GbE 0:1f.6 */
46 #include <soc/intel/common/block/acpi/acpi/pch_glan.asl>