* [PATCH 1/2] imx6qdl-phytec-phycore-som.dtsi: rename eeprom
@ 2016-11-30 10:27 Stefan Lengfeld
2016-11-30 10:27 ` [PATCH 2/2] Documentation: remote-control: fix markup Stefan Lengfeld
2016-12-07 20:06 ` [PATCH 1/2] imx6qdl-phytec-phycore-som.dtsi: rename eeprom Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Stefan Lengfeld @ 2016-11-30 10:27 UTC (permalink / raw)
To: barebox
From: Jan Remmet <j.remmet@phytec.de>
Chose name according to kernel. This is needed for bootstate.
Signed-off-by: Jan Remmet <j.remmet@phytec.de>
Signed-off-by: Christian Hemp <c.hemp@phytec.de>
---
arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
index d446a5e..37ad878 100644
--- a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
@@ -119,9 +119,9 @@
clock-frequency = <400000>;
status = "okay";
- eeprom: 24c32@50 {
+ eeprom: eeprom@50 {
status = "disabled";
- compatible = "st,24c32";
+ compatible = "24c32";
reg = <0x50>;
};
};
--
1.9.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] Documentation: remote-control: fix markup
2016-11-30 10:27 [PATCH 1/2] imx6qdl-phytec-phycore-som.dtsi: rename eeprom Stefan Lengfeld
@ 2016-11-30 10:27 ` Stefan Lengfeld
2016-12-07 20:06 ` [PATCH 1/2] imx6qdl-phytec-phycore-som.dtsi: rename eeprom Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Lengfeld @ 2016-11-30 10:27 UTC (permalink / raw)
To: barebox
Fix missing '*' for bold text and remove indentation. It should be
rendered as a single paragraph.
Signed-off-by: Stefan Lengfeld <s.lengfeld@phytec.de>
---
Documentation/user/remote-control.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/user/remote-control.rst b/Documentation/user/remote-control.rst
index b9275ce..99c2181 100644
--- a/Documentation/user/remote-control.rst
+++ b/Documentation/user/remote-control.rst
@@ -112,10 +112,10 @@ This is especially useful for flawy serial connections.
barebox@Phytec phyFLEX-i.MX6 Quad Carrier-Board:/ ls
. .. dev env mnt
-*NOTE** To terminate resulting Barebox console session press 'Ctrl-T'
+**NOTE** To terminate resulting Barebox console session press 'Ctrl-T'
**NOTE** You can also send 'ping' request to the target without
- closing console session by pressint 'Ctrl-P'
+closing console session by pressint 'Ctrl-P'
transferring files
------------------
--
1.9.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] imx6qdl-phytec-phycore-som.dtsi: rename eeprom
2016-11-30 10:27 [PATCH 1/2] imx6qdl-phytec-phycore-som.dtsi: rename eeprom Stefan Lengfeld
2016-11-30 10:27 ` [PATCH 2/2] Documentation: remote-control: fix markup Stefan Lengfeld
@ 2016-12-07 20:06 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2016-12-07 20:06 UTC (permalink / raw)
To: Stefan Lengfeld; +Cc: barebox
On Wed, Nov 30, 2016 at 11:27:39AM +0100, Stefan Lengfeld wrote:
> From: Jan Remmet <j.remmet@phytec.de>
>
> Chose name according to kernel. This is needed for bootstate.
>
> Signed-off-by: Jan Remmet <j.remmet@phytec.de>
> Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Applied, thanks
Sascha
> ---
> arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
> index d446a5e..37ad878 100644
> --- a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
> +++ b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
> @@ -119,9 +119,9 @@
> clock-frequency = <400000>;
> status = "okay";
>
> - eeprom: 24c32@50 {
> + eeprom: eeprom@50 {
> status = "disabled";
> - compatible = "st,24c32";
> + compatible = "24c32";
> reg = <0x50>;
> };
> };
> --
> 1.9.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-12-07 20:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-30 10:27 [PATCH 1/2] imx6qdl-phytec-phycore-som.dtsi: rename eeprom Stefan Lengfeld
2016-11-30 10:27 ` [PATCH 2/2] Documentation: remote-control: fix markup Stefan Lengfeld
2016-12-07 20:06 ` [PATCH 1/2] imx6qdl-phytec-phycore-som.dtsi: rename eeprom Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox