Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1253390 > unrolled thread
| Started by | Ingi Kim <ingi2.kim@samsung.com> |
|---|---|
| First post | 2015-10-22 03:20 +0200 |
| Last post | 2015-10-22 09:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] leds: aat1290: Fix property naming of flash-timeout-us Ingi Kim <ingi2.kim@samsung.com> - 2015-10-22 03:20 +0200
Re: [PATCH] leds: aat1290: Fix property naming of flash-timeout-us Jacek Anaszewski <j.anaszewski@samsung.com> - 2015-10-22 09:20 +0200
| From | Ingi Kim <ingi2.kim@samsung.com> |
|---|---|
| Date | 2015-10-22 03:20 +0200 |
| Subject | [PATCH] leds: aat1290: Fix property naming of flash-timeout-us |
| Message-ID | <qmcHT-3Ao-3@gated-at.bofh.it> |
flash-timeout-us property name is changed to flash-max-timeout-us.
This patch fixes that name
Signed-off-by: Ingi Kim <ingi2.kim@samsung.com>
---
Documentation/devicetree/bindings/leds/leds-aat1290.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/leds/leds-aat1290.txt b/Documentation/devicetree/bindings/leds/leds-aat1290.txt
index c05ed91..85c0c58 100644
--- a/Documentation/devicetree/bindings/leds/leds-aat1290.txt
+++ b/Documentation/devicetree/bindings/leds/leds-aat1290.txt
@@ -27,9 +27,9 @@ Required properties of the LED child node:
- flash-max-microamp : see Documentation/devicetree/bindings/leds/common.txt
Maximum flash LED supply current can be calculated using
following formula: I = 1A * 162kohm / Rset.
-- flash-timeout-us : see Documentation/devicetree/bindings/leds/common.txt
- Maximum flash timeout can be calculated using following
- formula: T = 8.82 * 10^9 * Ct.
+- flash-max-timeout-us : see Documentation/devicetree/bindings/leds/common.txt
+ Maximum flash timeout can be calculated using following
+ formula: T = 8.82 * 10^9 * Ct.
Optional properties of the LED child node:
- label : see Documentation/devicetree/bindings/leds/common.txt
@@ -54,7 +54,7 @@ aat1290 {
label = "aat1290-flash";
led-max-microamp = <520833>;
flash-max-microamp = <1012500>;
- flash-timeout-us = <1940000>;
+ flash-max-timeout-us = <1940000>;
};
};
--
2.0.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Jacek Anaszewski <j.anaszewski@samsung.com> |
|---|---|
| Date | 2015-10-22 09:20 +0200 |
| Message-ID | <qmiki-3B6-31@gated-at.bofh.it> |
| In reply to | #1253390 |
Hi Ingi,
Thanks for catching this, applied.
On 10/22/2015 03:14 AM, Ingi Kim wrote:
> flash-timeout-us property name is changed to flash-max-timeout-us.
> This patch fixes that name
>
> Signed-off-by: Ingi Kim <ingi2.kim@samsung.com>
> ---
> Documentation/devicetree/bindings/leds/leds-aat1290.txt | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/leds/leds-aat1290.txt b/Documentation/devicetree/bindings/leds/leds-aat1290.txt
> index c05ed91..85c0c58 100644
> --- a/Documentation/devicetree/bindings/leds/leds-aat1290.txt
> +++ b/Documentation/devicetree/bindings/leds/leds-aat1290.txt
> @@ -27,9 +27,9 @@ Required properties of the LED child node:
> - flash-max-microamp : see Documentation/devicetree/bindings/leds/common.txt
> Maximum flash LED supply current can be calculated using
> following formula: I = 1A * 162kohm / Rset.
> -- flash-timeout-us : see Documentation/devicetree/bindings/leds/common.txt
> - Maximum flash timeout can be calculated using following
> - formula: T = 8.82 * 10^9 * Ct.
> +- flash-max-timeout-us : see Documentation/devicetree/bindings/leds/common.txt
> + Maximum flash timeout can be calculated using following
> + formula: T = 8.82 * 10^9 * Ct.
>
> Optional properties of the LED child node:
> - label : see Documentation/devicetree/bindings/leds/common.txt
> @@ -54,7 +54,7 @@ aat1290 {
> label = "aat1290-flash";
> led-max-microamp = <520833>;
> flash-max-microamp = <1012500>;
> - flash-timeout-us = <1940000>;
> + flash-max-timeout-us = <1940000>;
> };
> };
>
>
--
Best Regards,
Jacek Anaszewski
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web