summaryrefslogtreecommitdiff
path: root/arch/arm/dts/am335x-guardian-u-boot.dtsi
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2020-12-30 00:16:27 +0100
committerLokesh Vutla <lokeshvutla@ti.com>2021-01-12 10:58:27 +0530
commitff94c15a3cf1ded3b851c65bb86168f6428e0d06 (patch)
tree868de165c7c2e1e971bbcaae983de1150aac82cf /arch/arm/dts/am335x-guardian-u-boot.dtsi
parent15daa4860bf3c49f53ae76812e0033e4d5faa0a2 (diff)
video: omap: add panel driver
The previous version of am335x-fb.c contained the functionalities of two drivers that this patch has split. It was a video type driver that used the same registration compatible string that now registers a panel type driver. The proof of this is that two compatible strings were referred to within the same driver. There are now two drivers, each with its own compatible string, functions and API. Furthermore, the panel driver, in addition to decoding the display timings, is now also able to manage the backlight. Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/am335x-guardian-u-boot.dtsi')
-rw-r--r--arch/arm/dts/am335x-guardian-u-boot.dtsi18
1 files changed, 14 insertions, 4 deletions
diff --git a/arch/arm/dts/am335x-guardian-u-boot.dtsi b/arch/arm/dts/am335x-guardian-u-boot.dtsi
index c866ce83f3..986f58e664 100644
--- a/arch/arm/dts/am335x-guardian-u-boot.dtsi
+++ b/arch/arm/dts/am335x-guardian-u-boot.dtsi
@@ -10,16 +10,26 @@
ocp {
u-boot,dm-pre-reloc;
};
-
- panel {
- u-boot,dm-pre-reloc;
- };
};
&l4_wkup {
u-boot,dm-pre-reloc;
};
+&l4_per {
+
+ segment@300000 {
+
+ target-module@e000 {
+ u-boot,dm-pre-reloc;
+
+ lcdc: lcdc@0 {
+ u-boot,dm-pre-reloc;
+ };
+ };
+ };
+};
+
&mmc1 {
u-boot,dm-pre-reloc;
};