mb/amd/mandolin: Unify devicetree formatting for 00:14 devices
To accommodate also `off`, two spaces are used after `on` to align comments. This unifies the devicetree files of the two variants. Change-Id: I7908fe2313ddccb6a4448a6338d6cd4938264f62 Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46560 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
0d53e75d85
commit
1f03f1ed1f
|
@ -160,8 +160,8 @@ chip soc/amd/picasso
|
||||||
device pci 0.1 off end # integrated Ethernet MAC
|
device pci 0.1 off end # integrated Ethernet MAC
|
||||||
device pci 0.2 off end # integrated Ethernet MAC
|
device pci 0.2 off end # integrated Ethernet MAC
|
||||||
end
|
end
|
||||||
device pci 14.0 on end # SM
|
device pci 14.0 on end # SMBus
|
||||||
device pci 14.3 on # - D14F3 bridge
|
device pci 14.3 on # D14F3 bridge
|
||||||
chip superio/smsc/sio1036 # optional debug card
|
chip superio/smsc/sio1036 # optional debug card
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue