* [PATCH 1/2] ARM: i.MX6 GuF Santaro: Fix phy clock
@ 2014-11-06 16:16 Sascha Hauer
2014-11-06 16:16 ` [PATCH 2/2] ARM: i.MX6 GuF Santaro: Add simple-panel support Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2014-11-06 16:16 UTC (permalink / raw)
To: barebox
Use external phy clock so that the kernel configures GPR1 bit 21
correctly.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/dts/imx6q-guf-santaro.dts | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/dts/imx6q-guf-santaro.dts b/arch/arm/dts/imx6q-guf-santaro.dts
index 7978d80..98fb78f 100644
--- a/arch/arm/dts/imx6q-guf-santaro.dts
+++ b/arch/arm/dts/imx6q-guf-santaro.dts
@@ -51,6 +51,12 @@
power-supply = <®_backlight>;
status = "okay";
};
+
+ phyclk: phyclk {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ clock-frequency = <25000000>;
+ };
};
&fec {
@@ -58,6 +64,9 @@
pinctrl-0 = <&pinctrl_enet>;
phy-mode = "rmii";
status = "okay";
+ clocks = <&clks IMX6QDL_CLK_ENET>,
+ <&clks IMX6QDL_CLK_ENET>,
+ <&phyclk>;
};
&i2c1 {
--
2.1.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] ARM: i.MX6 GuF Santaro: Add simple-panel support
2014-11-06 16:16 [PATCH 1/2] ARM: i.MX6 GuF Santaro: Fix phy clock Sascha Hauer
@ 2014-11-06 16:16 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-11-06 16:16 UTC (permalink / raw)
To: barebox
We don't know the name and vendor of the panel and since the
Kernel simple panel driver does not allow videomodes it's
just "unknown,the-display-on-the-garz-fricke-santaro".
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/dts/imx6q-guf-santaro.dts | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/arch/arm/dts/imx6q-guf-santaro.dts b/arch/arm/dts/imx6q-guf-santaro.dts
index 98fb78f..044a1c1 100644
--- a/arch/arm/dts/imx6q-guf-santaro.dts
+++ b/arch/arm/dts/imx6q-guf-santaro.dts
@@ -41,7 +41,7 @@
enable-active-high;
};
- backlight {
+ backlight: backlight {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_backlight>;
compatible = "pwm-backlight";
@@ -57,6 +57,18 @@
#clock-cells = <0>;
clock-frequency = <25000000>;
};
+
+ panel {
+ compatible = "unknown,the-display-on-the-garz-fricke-santaro";
+ backlight = <&backlight>;
+ enable-gpios = <&gpio5 21 GPIO_ACTIVE_LOW>;
+
+ port {
+ panel_in: endpoint {
+ remote-endpoint = <&lvds0_out>;
+ };
+ };
+ };
};
&fec {
@@ -517,6 +529,12 @@
vback-porch = <5>;
vsync-len = <3>;
vsync-active = <1>;
+ };
+
+ port@4 {
+ reg = <4>;
+ lvds0_out: endpoint {
+ remote-endpoint = <&panel_in>;
};
};
};
--
2.1.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-06 16:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-06 16:16 [PATCH 1/2] ARM: i.MX6 GuF Santaro: Fix phy clock Sascha Hauer
2014-11-06 16:16 ` [PATCH 2/2] ARM: i.MX6 GuF Santaro: Add simple-panel support Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox