Message ID | 20201214223413.253893-1-linus.walleij@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | f012afb6af3d73c8c9939f4488042ad9c87c5ac8 |
Headers | show |
Series | ARM: dts: ux500/golden: Set display max brightness | expand |
Hello: This patch was applied to soc/soc.git (refs/heads/for-next): On Mon, 14 Dec 2020 23:34:13 +0100 you wrote: > A too high brightness by default (default is max) makes the > screen go blank. Set this to 15 as in the Vendor tree. > > Cc: Stephan Gerhold <stephan@gerhold.net> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > SoC folks: this is a plain regression fix, please apply > it directly for fixes. > > [...] Here is the summary with links: - ARM: dts: ux500/golden: Set display max brightness https://git.kernel.org/soc/soc/c/f012afb6af3d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/arch/arm/boot/dts/ste-ux500-samsung-golden.dts b/arch/arm/boot/dts/ste-ux500-samsung-golden.dts index 939360c05713..73b09a49c55a 100644 --- a/arch/arm/boot/dts/ste-ux500-samsung-golden.dts +++ b/arch/arm/boot/dts/ste-ux500-samsung-golden.dts @@ -326,6 +326,7 @@ dsi@a0351000 { panel@0 { compatible = "samsung,s6e63m0"; reg = <0>; + max-brightness = <15>; vdd3-supply = <&panel_reg_3v0>; vci-supply = <&panel_reg_1v8>; reset-gpios = <&gpio4 11 GPIO_ACTIVE_LOW>;
A too high brightness by default (default is max) makes the screen go blank. Set this to 15 as in the Vendor tree. Cc: Stephan Gerhold <stephan@gerhold.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- SoC folks: this is a plain regression fix, please apply it directly for fixes. --- arch/arm/boot/dts/ste-ux500-samsung-golden.dts | 1 + 1 file changed, 1 insertion(+)