From: "Yannick Fertré" <yannick.fertre@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 08/10] arm: dts: stm32: add dsi for STM32F746
Date: Fri, 17 Aug 2018 16:38:08 +0200 [thread overview]
Message-ID: <1534516690-21106-9-git-send-email-yannick.fertre@st.com> (raw)
In-Reply-To: <1534516690-21106-1-git-send-email-yannick.fertre@st.com>
Add mipi dsi bridge node in device-tree.
Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
---
arch/arm/dts/stm32f746.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/dts/stm32f746.dtsi b/arch/arm/dts/stm32f746.dtsi
index afa7832..005d267 100644
--- a/arch/arm/dts/stm32f746.dtsi
+++ b/arch/arm/dts/stm32f746.dtsi
@@ -340,6 +340,18 @@
u-boot,dm-pre-reloc;
status = "disabled";
};
+
+ dsi: dsi at 40016c00 {
+ compatible = "st,stm32-dsi";
+ reg = <0x40016C00 0x800>;
+ resets = <&rcc STM32F7_APB2_RESET(DSI)>;
+ clocks = <&rcc 0 STM32F7_APB2_CLOCK(DSI)>,
+ <&rcc 0 STM32F7_APB2_CLOCK(LTDC)>,
+ <&clk_hse>;
+ clock-names = "pclk", "px_clk", "ref";
+ u-boot,dm-pre-reloc;
+ status = "disabled";
+ };
};
};
--
2.7.4
next prev parent reply other threads:[~2018-08-17 14:38 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-17 14:38 [U-Boot] [PATCH v3 00/10] splash screen on the stm32f769 disco board Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 01/10] video: stm32: stm32_ltdc: add bridge to display controller Yannick Fertré
2018-08-20 14:02 ` Simon Glass
2018-08-17 14:38 ` [U-Boot] [PATCH v3 02/10] include: Add new DCS commands in the enum list Yannick Fertré
2018-08-20 14:02 ` Simon Glass
2018-08-17 14:38 ` [U-Boot] [PATCH v3 03/10] video: add support of MIPI DSI interface Yannick Fertré
2018-08-21 17:31 ` Simon Glass
2018-08-22 7:59 ` Yannick FERTRE
2018-08-17 14:38 ` [U-Boot] [PATCH v3 04/10] video: add MIPI DSI host controller bridge Yannick Fertré
2018-08-21 17:31 ` Simon Glass
2018-08-17 14:38 ` [U-Boot] [PATCH v3 05/10] video: add support of STM32 MIPI DSI controller driver Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 06/10] video: add support of panel OTM8009A Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 07/10] video: add support of panel RM68200 Yannick Fertré
2018-08-17 14:38 ` Yannick Fertré [this message]
2018-08-17 14:38 ` [U-Boot] [PATCH v3 09/10] arm: dts: stm32: add display for STM32F769 disco board Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 10/10] board: Add STM32F769 SoC, discovery board support Yannick Fertré
-- strict thread matches above, loose matches on Subject: below --
2018-03-13 13:49 [U-Boot] [PATCH v3 00/10] splash screen on the stm32f769 disco board yannick fertre
2018-03-13 13:50 ` [U-Boot] [PATCH v3 08/10] arm: dts: stm32: add dsi for STM32F746 yannick fertre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1534516690-21106-9-git-send-email-yannick.fertre@st.com \
--to=yannick.fertre@st.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox