diff options
author | Daisuke Nojiri <dnojiri@chromium.org> | 2016-08-26 17:03:34 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-09-20 21:51:28 +0200 |
commit | 2b7a6019f26aaaa1d01a2a69adfbf58cde919679 (patch) | |
tree | 3b77a04bed7fdee6067f306a706e53c839bac8c4 /src/mainboard/google/veyron | |
parent | f52288f9350324602552481bd3647e11a97f99c6 (diff) |
Veyron: Increase bit-per-pixel to 32
This enhances gradation of some icons on vboot screens.
BUG=chrome-os-partner:56056
BRANCH=none
TEST=Booted Jerry
Change-Id: Ia19d585b69e7701040209e8bf0b8a6990a166c95
Signed-off-by: Martin Roth <martinroth@chromium.org>
Original-Commit-Id: 4e7a42c999673ebd89c5b30845a4a5ec93852166
Original-Change-Id: I126cb7077c834e1a8b0a625a592dce8789b5876c
Original-Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/376884
Reviewed-on: https://review.coreboot.org/16581
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/google/veyron')
-rw-r--r-- | src/mainboard/google/veyron/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/veyron/devicetree.cb b/src/mainboard/google/veyron/devicetree.cb index a1dd10233d..a9673e7e09 100644 --- a/src/mainboard/google/veyron/devicetree.cb +++ b/src/mainboard/google/veyron/devicetree.cb @@ -18,5 +18,5 @@ chip soc/rockchip/rk3288 device cpu_cluster 0 on end register "vop_id" = "1" register "vop_mode" = "VOP_MODE_EDP" - register "framebuffer_bits_per_pixel" = "16" + register "framebuffer_bits_per_pixel" = "32" end |