summaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/variants/baseboard/devicetree.cb
diff options
context:
space:
mode:
authorWisley Chen <wisley.chen@quantatw.com>2020-09-09 09:21:02 +0800
committerKarthik Ramasubramanian <kramasub@google.com>2020-09-11 15:50:25 +0000
commit4b5998917e9b7789b3ef0090346c6ada422e127c (patch)
tree5400c3d2ca2c2bd2d8086ade8f0cbf13acd38548 /src/mainboard/google/dedede/variants/baseboard/devicetree.cb
parentb68679bcdcdfc90d225d094a5f0d2f2fc653a3a1 (diff)
downloadcoreboot-4b5998917e9b7789b3ef0090346c6ada422e127c.tar.xz
mb/google/dedede: Enable FW_CONFIG
Enable FW_CONFIG and add tablet mode field in devicetree BUG=b:165613510 TEST=emerge-dedede coreboot Signed-off-by: Wisley Chen <wisley.chen@quantatw.com> Change-Id: I55e4c0d0b4aa2337c01773006d0b485fdcd91654 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45185 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/variants/baseboard/devicetree.cb')
-rw-r--r--src/mainboard/google/dedede/variants/baseboard/devicetree.cb7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/variants/baseboard/devicetree.cb b/src/mainboard/google/dedede/variants/baseboard/devicetree.cb
index 363307b0db..c23717eabc 100644
--- a/src/mainboard/google/dedede/variants/baseboard/devicetree.cb
+++ b/src/mainboard/google/dedede/variants/baseboard/devicetree.cb
@@ -1,3 +1,10 @@
+fw_config
+ field TABLETMODE 10
+ option TABLETMODE_DISABLED 0
+ option TABLETMODE_ENABLED 1
+ end
+end
+
chip soc/intel/jasperlake
device cpu_cluster 0 on
device lapic 0 on end