mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
db4fc2c79c
As reported in the section 8.3 (i. e. Board revision history) of document UM2033 (i. e. Discovery kit with STM32F769NI MCU) these are the changes related to the board revision addressed by the patch: - Board MB1166 revision A-09: - LCD FRIDA FRD397B25009-D-CTK replaced by FRIDA FRD400B25025-A-CTK The patch adds the DTS support for the new display which belongs to the the Novatek NT35510-based panel family. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2023 Dario Binacchi <dario.binacchi@amarulasolutions.com>
|
|
*/
|
|
|
|
#include "stm32f769-disco.dts"
|
|
|
|
&panel0 {
|
|
compatible = "frida,frd400b25025", "novatek,nt35510";
|
|
vddi-supply = <&vcc_3v3>;
|
|
vdd-supply = <&vcc_3v3>;
|
|
/delete-property/power-supply;
|
|
};
|