diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-05-08 20:45:09 +1000 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-05-10 06:34:34 +0200 |
commit | a7e2cc507b520583fe2e727371e431d65924ee53 (patch) | |
tree | c0e8d72d79f76c65ebb5ce476c0e634770183675 | |
parent | c848098b2fc1a93b777fa811c988ce2f9b732816 (diff) |
mainboard/jetway/nf81-t56n-lf: Toggle WDT and CIR in devicetree.cb
Turn on WDT support in the devicetree. Turn off CIR support.
Dispense with old commentary.
Change-Id: Icf0c0e12a0ed7ce6c3b6176653e076ffc2ba937e
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5698
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
-rw-r--r-- | src/mainboard/jetway/nf81-t56n-lf/devicetree.cb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb b/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb index 75184d4211..8f4d3b33f7 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb +++ b/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb @@ -106,10 +106,8 @@ chip northbridge/amd/agesa/family14/root_complex irq 0x72 = 12 # Mouse IRQ end device pnp 2e.06 off end # GPIO -# TODO: Verify BSEL register content with vendor BIOS using -# $ sudo isadump 0x4e 0x4f 0x7 -# which select logical device (LDN) 7. Then read that we have in 0x27, bit1 - device pnp 2e.07 off end # BSEL + device pnp 2e.07 on end # WDT + device pnp 2e.08 off end # CIR device pnp 2e.0a on end # PME end # f71869ad end #LPC |