Commit 73af0601e1d63f54cc9b704e07e9093a35e7d6f1

Authored by Andy Shevchenko
Committed by Bin Meng
1 parent f1b8641fd4

x86: acpi: Fix indentation in Intel Tangier ASL code

Make the indentation aligned with what used elsewhere in U-Boot.

No functional change intended.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Showing 1 changed file with 6 additions and 6 deletions Side-by-side Diff

arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
... ... @@ -295,16 +295,16 @@
295 295  
296 296 Method (_CRS, 0, Serialized)
297 297 {
298   - Name (RBUF, ResourceTemplate ()
  298 + Name (RBUF, ResourceTemplate()
299 299 {
300   - UartSerialBus (0x0001C200, DataBitsEight, StopBitsOne,
  300 + UartSerialBus(0x0001C200, DataBitsEight, StopBitsOne,
301 301 0xFC, LittleEndian, ParityTypeNone, FlowControlHardware,
302 302 0x20, 0x20, "\\_SB.PCI0.HSU0", 0, ResourceConsumer, , )
303   - GpioInt (Level, ActiveHigh, Exclusive, PullNone, 0,
  303 + GpioInt(Level, ActiveHigh, Exclusive, PullNone, 0,
304 304 "\\_SB.PCI0.GPIO", 0, ResourceConsumer, , ) { 185 }
305   - GpioIo (Exclusive, PullDefault, 0, 0, IoRestrictionOutputOnly,
  305 + GpioIo(Exclusive, PullDefault, 0, 0, IoRestrictionOutputOnly,
306 306 "\\_SB.PCI0.GPIO", 0, ResourceConsumer, , ) { 184 }
307   - GpioIo (Exclusive, PullDefault, 0, 0, IoRestrictionOutputOnly,
  307 + GpioIo(Exclusive, PullDefault, 0, 0, IoRestrictionOutputOnly,
308 308 "\\_SB.PCI0.GPIO", 0, ResourceConsumer, , ) { 71 }
309 309 })
310 310 Return (RBUF)
... ... @@ -328,7 +328,7 @@
328 328 Name (_DDN, "Intel Merrifield Family-Level Interface Shim")
329 329 Name (RBUF, ResourceTemplate()
330 330 {
331   - Memory32Fixed(ReadWrite, 0xFF0C0000, 0x00008000, )
  331 + Memory32Fixed(ReadWrite, 0xFF0C0000, 0x00008000)
332 332 PinGroup("spi5", ResourceProducer, ) { 90, 91, 92, 93, 94, 95, 96 }
333 333 PinGroup("uart0", ResourceProducer, ) { 115, 116, 117, 118 }
334 334 PinGroup("uart1", ResourceProducer, ) { 119, 120, 121, 122 }