mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-22 07:01:39 +00:00
x86: tangier: Use spaces over TABs in ASL code
For sake of consistency use spaces over TABs in ASL code. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
980fe1ab2a
commit
dd4faa964f
1 changed files with 13 additions and 13 deletions
|
@ -382,19 +382,19 @@ Device (PCI0)
|
||||||
Name (RBUF, ResourceTemplate()
|
Name (RBUF, ResourceTemplate()
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Shadow registers in SRAM for PMIC:
|
* Shadow registers in SRAM for PMIC:
|
||||||
* SRAM PMIC register
|
* SRAM PMIC register
|
||||||
* --------------------
|
* --------------------
|
||||||
* 0x00- Unknown
|
* 0x00- Unknown
|
||||||
* 0x03 THRMIRQ (0x04)
|
* 0x03 THRMIRQ (0x04)
|
||||||
* 0x04 BCUIRQ (0x05)
|
* 0x04 BCUIRQ (0x05)
|
||||||
* 0x05 ADCIRQ (0x06)
|
* 0x05 ADCIRQ (0x06)
|
||||||
* 0x06 CHGRIRQ0 (0x07)
|
* 0x06 CHGRIRQ0 (0x07)
|
||||||
* 0x07 CHGRIRQ1 (0x08)
|
* 0x07 CHGRIRQ1 (0x08)
|
||||||
* 0x08- Unknown
|
* 0x08- Unknown
|
||||||
* 0x0a PBSTATUS (0x27)
|
* 0x0a PBSTATUS (0x27)
|
||||||
* 0x0b- Unknown
|
* 0x0b- Unknown
|
||||||
*/
|
*/
|
||||||
Memory32Fixed(ReadWrite, 0xFFFFF610, 0x00000010)
|
Memory32Fixed(ReadWrite, 0xFFFFF610, 0x00000010)
|
||||||
Interrupt(ResourceConsumer, Level, ActiveHigh, Shared, ,, ) { 30 }
|
Interrupt(ResourceConsumer, Level, ActiveHigh, Shared, ,, ) { 30 }
|
||||||
Interrupt(ResourceConsumer, Level, ActiveHigh, Shared, ,, ) { 23 }
|
Interrupt(ResourceConsumer, Level, ActiveHigh, Shared, ,, ) { 23 }
|
||||||
|
|
Loading…
Add table
Reference in a new issue