diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2016-12-16 12:53:53 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-12-22 16:34:47 +0100 |
commit | f5d9d1454a9e607e59c6b2e1533f70c1ffb565ad (patch) | |
tree | b67e4e93503831d314f3e08c40cb148c3cde41cb /src/mainboard/amd | |
parent | 35562d8b6477058e6bca31b5cedd9d4897124fc7 (diff) |
agesa and binaryPI mainboards: Fix devicetree hudson comments
Make the ending comment associated with "chip ...hudson" match the
appropriate directory name.
Change-Id: I5e0d6d41a2e3f963760aad08ed6108acac5b66b3
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/17904
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/bettong/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/amd/gardenia/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/amd/olivehill/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/amd/parmer/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/amd/thatcher/devicetree.cb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/amd/bettong/devicetree.cb b/src/mainboard/amd/bettong/devicetree.cb index e490423753..a259e92ddc 100644 --- a/src/mainboard/amd/bettong/devicetree.cb +++ b/src/mainboard/amd/bettong/devicetree.cb @@ -54,7 +54,7 @@ chip northbridge/amd/pi/00660F01/root_complex #device pci 14.2 on end # HDA 0x4383 device pci 14.3 on end # LPC 0x439d device pci 14.7 on end # SD - end #chip southbridge/amd/hudson + end #chip southbridge/amd/pi/hudson device pci 18.0 on end device pci 18.1 on end diff --git a/src/mainboard/amd/gardenia/devicetree.cb b/src/mainboard/amd/gardenia/devicetree.cb index a7573b1b1a..be070d067d 100644 --- a/src/mainboard/amd/gardenia/devicetree.cb +++ b/src/mainboard/amd/gardenia/devicetree.cb @@ -48,7 +48,7 @@ chip northbridge/amd/pi/00670F00/root_complex end # SM device pci 14.3 on end # LPC 0x790e device pci 14.7 on end # SD - end #chip southbridge/amd/hudson + end #chip southbridge/amd/pi/hudson device pci 18.0 on end device pci 18.1 on end diff --git a/src/mainboard/amd/olivehill/devicetree.cb b/src/mainboard/amd/olivehill/devicetree.cb index 5f0d09a061..a027db9815 100644 --- a/src/mainboard/amd/olivehill/devicetree.cb +++ b/src/mainboard/amd/olivehill/devicetree.cb @@ -53,7 +53,7 @@ chip northbridge/amd/agesa/family16kb/root_complex device pci 14.2 on end # HDA 0x4383 device pci 14.3 on end # LPC 0x439d device pci 14.7 on end # SD - end #chip southbridge/amd/hudson + end #chip southbridge/amd/agesa/hudson device pci 18.0 on end device pci 18.1 on end diff --git a/src/mainboard/amd/parmer/devicetree.cb b/src/mainboard/amd/parmer/devicetree.cb index 29d0a53ae6..da0028c5f5 100644 --- a/src/mainboard/amd/parmer/devicetree.cb +++ b/src/mainboard/amd/parmer/devicetree.cb @@ -64,7 +64,7 @@ chip northbridge/amd/agesa/family15tn/root_complex device pci 15.1 off end # PCIe 1 device pci 15.2 off end # PCIe 2 device pci 15.3 off end # PCIe 3 - end #chip southbridge/amd/hudson + end #chip southbridge/amd/agesa/hudson device pci 18.0 on end device pci 18.1 on end diff --git a/src/mainboard/amd/thatcher/devicetree.cb b/src/mainboard/amd/thatcher/devicetree.cb index e7715fa973..cee1608a3b 100644 --- a/src/mainboard/amd/thatcher/devicetree.cb +++ b/src/mainboard/amd/thatcher/devicetree.cb @@ -79,7 +79,7 @@ chip northbridge/amd/agesa/family15tn/root_complex device pci 15.1 off end # PCIe 1 device pci 15.2 off end # PCIe 2 device pci 15.3 off end # PCIe 3 - end #chip southbridge/amd/hudson + end #chip southbridge/amd/agesa/hudson device pci 18.0 on end device pci 18.1 on end |