diff mbox series

[RESEND] dt-bindings: property-units: Add picoseconds type

Message ID 20200602164219.3159-1-dmurphy@ti.com
State Accepted, archived
Headers show
Series [RESEND] dt-bindings: property-units: Add picoseconds type | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Dan Murphy June 2, 2020, 4:42 p.m. UTC
Add the '-ps' picosecond unit suffix for property names.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 Documentation/devicetree/bindings/property-units.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Dan Murphy June 11, 2020, 7:46 p.m. UTC | #1
Bump

On 6/2/20 11:42 AM, Dan Murphy wrote:
> Add the '-ps' picosecond unit suffix for property names.
>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>   Documentation/devicetree/bindings/property-units.txt | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/property-units.txt b/Documentation/devicetree/bindings/property-units.txt
> index e9b8360b3288..00094070bdac 100644
> --- a/Documentation/devicetree/bindings/property-units.txt
> +++ b/Documentation/devicetree/bindings/property-units.txt
> @@ -17,6 +17,7 @@ Time/Frequency
>   -ms		: millisecond
>   -us		: microsecond
>   -ns		: nanosecond
> +-ps		: picosecond
>   
>   Distance
>   ----------------------------------------
Rob Herring June 12, 2020, 10:17 p.m. UTC | #2
On Thu, Jun 11, 2020 at 02:46:28PM -0500, Dan Murphy wrote:
> Bump

Merge window. Will apply when over.

> 
> On 6/2/20 11:42 AM, Dan Murphy wrote:
> > Add the '-ps' picosecond unit suffix for property names.
> > 
> > Signed-off-by: Dan Murphy <dmurphy@ti.com>
> > ---
> >   Documentation/devicetree/bindings/property-units.txt | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/property-units.txt b/Documentation/devicetree/bindings/property-units.txt
> > index e9b8360b3288..00094070bdac 100644
> > --- a/Documentation/devicetree/bindings/property-units.txt
> > +++ b/Documentation/devicetree/bindings/property-units.txt
> > @@ -17,6 +17,7 @@ Time/Frequency
> >   -ms		: millisecond
> >   -us		: microsecond
> >   -ns		: nanosecond
> > +-ps		: picosecond
> >   Distance
> >   ----------------------------------------
Dan Murphy June 12, 2020, 11:25 p.m. UTC | #3
Rob

On 6/12/20 5:17 PM, Rob Herring wrote:
> On Thu, Jun 11, 2020 at 02:46:28PM -0500, Dan Murphy wrote:
>> Bump
> Merge window. Will apply when over.

No worries.  Just wanted to make sure it was seen and not lost.

Dan
Rob Herring June 15, 2020, 4:17 p.m. UTC | #4
On Tue, 02 Jun 2020 11:42:19 -0500, Dan Murphy wrote:
> Add the '-ps' picosecond unit suffix for property names.
> 
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  Documentation/devicetree/bindings/property-units.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/property-units.txt b/Documentation/devicetree/bindings/property-units.txt
index e9b8360b3288..00094070bdac 100644
--- a/Documentation/devicetree/bindings/property-units.txt
+++ b/Documentation/devicetree/bindings/property-units.txt
@@ -17,6 +17,7 @@  Time/Frequency
 -ms		: millisecond
 -us		: microsecond
 -ns		: nanosecond
+-ps		: picosecond
 
 Distance
 ----------------------------------------