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:
parent
62aa2bb784
commit
f88b90f6a9
@ -160,8 +160,7 @@ chip soc/amd/picasso
|
|||||||
device ref xgbe_1 off end # integrated Ethernet MAC
|
device ref xgbe_1 off end # integrated Ethernet MAC
|
||||||
end
|
end
|
||||||
device ref lpc_bridge on
|
device ref lpc_bridge on
|
||||||
chip superio/smsc/sio1036 # optional debug card
|
# chip superio/smsc/sio1036 # optional debug card
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end # domain
|
end # domain
|
||||||
|
|
||||||
|
@ -149,8 +149,7 @@ chip soc/amd/picasso
|
|||||||
device ref xgbe_1 off end # integrated Ethernet MAC
|
device ref xgbe_1 off end # integrated Ethernet MAC
|
||||||
end
|
end
|
||||||
device ref lpc_bridge on
|
device ref lpc_bridge on
|
||||||
chip superio/smsc/sio1036 # optional debug card
|
# chip superio/smsc/sio1036 # optional debug card
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end # domain
|
end # domain
|
||||||
|
|
||||||
|
@ -149,8 +149,7 @@ chip soc/amd/picasso
|
|||||||
device ref xgbe_1 off end # integrated Ethernet MAC
|
device ref xgbe_1 off end # integrated Ethernet MAC
|
||||||
end
|
end
|
||||||
device ref lpc_bridge on
|
device ref lpc_bridge on
|
||||||
chip superio/smsc/sio1036 # optional debug card
|
# chip superio/smsc/sio1036 # optional debug card
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end # domain
|
end # domain
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user