From afe4f3475ec8b796d00cb47fd1ad09d05b7b081d Mon Sep 17 00:00:00 2001 From: Kevin Twidle Date: Fri, 6 Sep 2019 20:09:37 -0700 Subject: Fix brightness bump Brightness changes had a jump in them. Values not copied correctly from the calculations in a spreadsheet. Bug: 140696693 Test: Brightness changes smoothly now. Test: The bump showed up in test print statement, now it doesn't Change-Id: Ie973e8739a505b9e150cd2d98b94d62900793fc3 --- arch/arm64/boot/dts/mediatek/mt8167s_sp2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/mediatek/mt8167s_sp2.dts b/arch/arm64/boot/dts/mediatek/mt8167s_sp2.dts index d82bc9a991a7..d1fc6cc81219 100644 --- a/arch/arm64/boot/dts/mediatek/mt8167s_sp2.dts +++ b/arch/arm64/boot/dts/mediatek/mt8167s_sp2.dts @@ -157,7 +157,7 @@ /* level <= [0] then level * [1] + [2]*/ 30 1 0 /* map to 0 - 30 */ 65 2 (-30) /* map to 32 - 100 */ - 249 5 (-255) /* map to 105 - 1020 */ + 249 5 (-225) /* map to 105 - 1020 */ >; }; -- cgit v1.2.3