* [PATCH] ARM: dts: imx53-qsb-common: Add TVE support
@ 2014-04-23 12:06 Fabio Estevam
2014-04-29 4:55 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2014-04-23 12:06 UTC (permalink / raw)
To: linux-arm-kernel
From: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/boot/dts/imx53-qsb-common.dtsi | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/arch/arm/boot/dts/imx53-qsb-common.dtsi b/arch/arm/boot/dts/imx53-qsb-common.dtsi
index ede04fa..a491bde 100644
--- a/arch/arm/boot/dts/imx53-qsb-common.dtsi
+++ b/arch/arm/boot/dts/imx53-qsb-common.dtsi
@@ -272,6 +272,14 @@
>;
};
+ pinctrl_vga_sync_1: vgasync-grp1 {
+ fsl,pins = <
+ /* VGA_HSYNC, VSYNC with max drive strength */
+ MX53_PAD_EIM_OE__IPU_DI1_PIN7 0xe6
+ MX53_PAD_EIM_RW__IPU_DI1_PIN8 0xe6
+ >;
+ };
+
pinctrl_uart1: uart1grp {
fsl,pins = <
MX53_PAD_CSI0_DAT10__UART1_TXD_MUX 0x1e4
@@ -281,6 +289,15 @@
};
};
+&tve {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_vga_sync_1>;
+ fsl,tve-mode = "vga";
+ fsl,hsync-pin = <4>;
+ fsl,vsync-pin = <6>;
+ status = "okay";
+};
+
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1>;
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: imx53-qsb-common: Add TVE support
2014-04-23 12:06 [PATCH] ARM: dts: imx53-qsb-common: Add TVE support Fabio Estevam
@ 2014-04-29 4:55 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2014-04-29 4:55 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Apr 23, 2014 at 09:06:09AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> arch/arm/boot/dts/imx53-qsb-common.dtsi | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx53-qsb-common.dtsi b/arch/arm/boot/dts/imx53-qsb-common.dtsi
> index ede04fa..a491bde 100644
> --- a/arch/arm/boot/dts/imx53-qsb-common.dtsi
> +++ b/arch/arm/boot/dts/imx53-qsb-common.dtsi
> @@ -272,6 +272,14 @@
> >;
> };
>
> + pinctrl_vga_sync_1: vgasync-grp1 {
Will there be pinctrl_vga_sync_2, pinctrl_vga_sync_3, ...? Otherwise, I
see no point to have the number suffix in there?
Shawn
> + fsl,pins = <
> + /* VGA_HSYNC, VSYNC with max drive strength */
> + MX53_PAD_EIM_OE__IPU_DI1_PIN7 0xe6
> + MX53_PAD_EIM_RW__IPU_DI1_PIN8 0xe6
> + >;
> + };
> +
> pinctrl_uart1: uart1grp {
> fsl,pins = <
> MX53_PAD_CSI0_DAT10__UART1_TXD_MUX 0x1e4
> @@ -281,6 +289,15 @@
> };
> };
>
> +&tve {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_vga_sync_1>;
> + fsl,tve-mode = "vga";
> + fsl,hsync-pin = <4>;
> + fsl,vsync-pin = <6>;
> + status = "okay";
> +};
> +
> &uart1 {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_uart1>;
> --
> 1.8.3.2
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-29 4:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23 12:06 [PATCH] ARM: dts: imx53-qsb-common: Add TVE support Fabio Estevam
2014-04-29 4:55 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).