mb/google/dedede: Add Daughter-board FW_CONFIG in devicetree
Add daughter-board ports bit field and mask in devicetree. BUG=b:161190931 BRANCH=dedede TEST=Build and boot to OS in drawlat & drawman. Change-Id: Ibbd86fc8c3e44a7d1703b8ce75c48881226545c9 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48191 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
This commit is contained in:
parent
e0268a4477
commit
291fd9fec9
|
@ -1,4 +1,11 @@
|
||||||
fw_config
|
fw_config
|
||||||
|
field DB_PORTS 0 3
|
||||||
|
option DB_PORTS_NONE 0
|
||||||
|
option DB_PORTS_2C_2A 1
|
||||||
|
option DB_PORTS_1C_LTE 2
|
||||||
|
option DB_PORTS_1A_HDMI 3
|
||||||
|
option DB_PORTS_1C_1A 4
|
||||||
|
end
|
||||||
field TABLETMODE 10
|
field TABLETMODE 10
|
||||||
option TABLETMODE_DISABLED 0
|
option TABLETMODE_DISABLED 0
|
||||||
option TABLETMODE_ENABLED 1
|
option TABLETMODE_ENABLED 1
|
||||||
|
|
Loading…
Reference in New Issue