lkml.org 
[lkml]   [2023]   [Feb]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 2/3] dt-bindings: rtc: moxart: use proper names for gpio properties
    Date
    MOXA ART RTC driver has been switched to gpiod API and is now using
    properly named properties for its gpios (with gpiolib implementing a
    quirk to recognize legacy names). Change binding document to use
    proper names as well.

    Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
    ---
    .../devicetree/bindings/rtc/moxa,moxart-rtc.txt | 12 ++++++------
    1 file changed, 6 insertions(+), 6 deletions(-)

    diff --git a/Documentation/devicetree/bindings/rtc/moxa,moxart-rtc.txt b/Documentation/devicetree/bindings/rtc/moxa,moxart-rtc.txt
    index c9d3ac1477fe..1374df7bf9d6 100644
    --- a/Documentation/devicetree/bindings/rtc/moxa,moxart-rtc.txt
    +++ b/Documentation/devicetree/bindings/rtc/moxa,moxart-rtc.txt
    @@ -3,15 +3,15 @@ MOXA ART real-time clock
    Required properties:

    - compatible : Should be "moxa,moxart-rtc"
    -- gpio-rtc-sclk : RTC sclk gpio, with zero flags
    -- gpio-rtc-data : RTC data gpio, with zero flags
    -- gpio-rtc-reset : RTC reset gpio, with zero flags
    +- rtc-sclk-gpios : RTC sclk gpio, with zero flags
    +- rtc-data-gpios : RTC data gpio, with zero flags
    +- rtc-reset-gpios : RTC reset gpio, with zero flags

    Example:

    rtc: rtc {
    compatible = "moxa,moxart-rtc";
    - gpio-rtc-sclk = <&gpio 5 0>;
    - gpio-rtc-data = <&gpio 6 0>;
    - gpio-rtc-reset = <&gpio 7 0>;
    + rtc-sclk-gpios = <&gpio 5 0>;
    + rtc-data-gpios = <&gpio 6 0>;
    + rtc-reset-gpios = <&gpio 7 0>;
    };
    --
    2.39.1.456.gfc5497dd1b-goog
    \
     
     \ /
      Last update: 2023-03-27 00:04    [W:3.060 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site