mb/amd/{bilby,mandolin}: Turn empty chip entry into comment

A chip entry in the devicetree is not hooked up without a device
beneath it. It seems the intention was to leave these superio
drivers unconfigured, so there should be no harm to turn the
entries into comments.

Change-Id: I6b606f35eba089b74c562084772d95be41cac39c
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57430
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Nico Huber 2021-09-06 23:53:58 +02:00 committed by Felix Held
parent 62aa2bb784
commit f88b90f6a9
3 changed files with 3 additions and 6 deletions

View File

@ -160,8 +160,7 @@ chip soc/amd/picasso
device ref xgbe_1 off end # integrated Ethernet MAC
end
device ref lpc_bridge on
chip superio/smsc/sio1036 # optional debug card
end
# chip superio/smsc/sio1036 # optional debug card
end
end # domain

View File

@ -149,8 +149,7 @@ chip soc/amd/picasso
device ref xgbe_1 off end # integrated Ethernet MAC
end
device ref lpc_bridge on
chip superio/smsc/sio1036 # optional debug card
end
# chip superio/smsc/sio1036 # optional debug card
end
end # domain

View File

@ -149,8 +149,7 @@ chip soc/amd/picasso
device ref xgbe_1 off end # integrated Ethernet MAC
end
device ref lpc_bridge on
chip superio/smsc/sio1036 # optional debug card
end
# chip superio/smsc/sio1036 # optional debug card
end
end # domain