Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/83092?usp=email )
Change subject: mb/gigabyte/ga-h61m-series: Remove superfluous comments from dt ......................................................................
mb/gigabyte/ga-h61m-series: Remove superfluous comments from dt
Change-Id: I6026498c2853f5951227ace57b7198579f342647 Signed-off-by: Felix Singer felixsinger@posteo.net Reviewed-on: https://review.coreboot.org/c/coreboot/+/83092 Reviewed-by: Angel Pons th3fanbus@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/gigabyte/ga-h61m-series/devicetree.cb 1 file changed, 13 insertions(+), 13 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/mainboard/gigabyte/ga-h61m-series/devicetree.cb b/src/mainboard/gigabyte/ga-h61m-series/devicetree.cb index 0a0a445..d7bd1be 100644 --- a/src/mainboard/gigabyte/ga-h61m-series/devicetree.cb +++ b/src/mainboard/gigabyte/ga-h61m-series/devicetree.cb @@ -5,9 +5,9 @@ device domain 0 on subsystemid 0x1458 0x5000 inherit
- device ref host_bridge on end # Host bridge - device ref peg10 on end # PEG - device ref igd on end # iGPU + device ref host_bridge on end + device ref peg10 on end + device ref igd on end
chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH register "gen1_dec" = "0x003c0a01" @@ -33,17 +33,17 @@ { 1, 0, 6 } }"
- device ref mei1 on end # MEI #1 - device ref ehci2 on end # USB2 EHCI #2 - device ref hda on end # HD Audio + device ref mei1 on end + device ref ehci2 on end + device ref hda on end
- device ref ehci1 on end # USB2 EHCI #1 - device ref pci_bridge off end # PCI bridge - device ref lpc on end # LPC bridge - device ref sata1 on end # SATA Controller 1 - device ref smbus on end # SMBus - device ref sata2 off end # SATA Controller 2 - device ref thermal on end # Thermal + device ref ehci1 on end + device ref pci_bridge off end + device ref lpc on end + device ref sata1 on end + device ref smbus on end + device ref sata2 off end + device ref thermal on end end end end