lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 13 May 2020 08:03:03 +0530
From:   Kishon Vijay Abraham I <kishon@...com>
To:     Lubomir Rintel <lkundrak@...sk>, Rob Herring <robh+dt@...nel.org>
CC:     <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>
Subject: Re: [RESEND PATCH v2 1/3] dt-bindings: phy: Drop reset-gpios from
 marvell,mmp3-hsic-phy

+Rob

On 5/9/2020 1:47 PM, Lubomir Rintel wrote:
> This has been added in error -- the PHY block doesn't have a reset pin.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@...sk>
> ---
>  .../devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml     | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml b/Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml
> index 00609ace677c..30e290c57930 100644
> --- a/Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml
> +++ b/Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml
> @@ -18,27 +18,20 @@ properties:
>      maxItems: 1
>      description: base address of the device
>  
> -  reset-gpios:
> -    maxItems: 1
> -    description: GPIO connected to reset
> -
>    "#phy-cells":
>      const: 0
>  
>  required:
>    - compatible
>    - reg
> -  - reset-gpios
>    - "#phy-cells"
>  
>  additionalProperties: false
>  
>  examples:
>    - |
> -    #include <dt-bindings/gpio/gpio.h>
>      hsic-phy@...01800 {
>              compatible = "marvell,mmp3-hsic-phy";
>              reg = <0xf0001800 0x40>;
> -            reset-gpios = <&gpio 63 GPIO_ACTIVE_HIGH>;
>              #phy-cells = <0>;
>      };
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ