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]
Message-ID: <73c0a4e6-3153-45c4-a471-2af46792a032@kernel.org>
Date: Sun, 7 Sep 2025 00:58:37 +0900
From: Chanwoo Choi <chanwoo@...nel.org>
To: webgeek1234@...il.com, Krzysztof Kozlowski <krzk@...nel.org>,
 Rob Herring <robh@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
 Thierry Reding <thierry.reding@...il.com>,
 Jonathan Hunter <jonathanh@...dia.com>,
 Krzysztof Kozlowski <krzk+dt@...nel.org>,
 MyungJoo Ham <myungjoo.ham@...sung.com>,
 Kyungmin Park <kyungmin.park@...sung.com>,
 Chanwoo Choi <cw00.choi@...sung.com>, Dmitry Osipenko <digetx@...il.com>
Cc: linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
 linux-tegra@...r.kernel.org, linux-pm@...r.kernel.org
Subject: Re: [PATCH v2 2/8] dt-bindings: devfreq: tegra30-actmon: Add Tegra124
 fallback for Tegra210

Hi,

25. 9. 4. 04:50에 Aaron Kling via B4 Relay 이(가) 쓴 글:
> From: Aaron Kling <webgeek1234@...il.com>
> 
> The Tegra210 actmon is compatible with the existing Tegra124 driver.
> Describe the compatibles as such.
> 
> Signed-off-by: Aaron Kling <webgeek1234@...il.com>
> ---
>  .../devicetree/bindings/devfreq/nvidia,tegra30-actmon.yaml  | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/devfreq/nvidia,tegra30-actmon.yaml b/Documentation/devicetree/bindings/devfreq/nvidia,tegra30-actmon.yaml
> index e3379d1067283e36d1bee303187c0205b410f610..ea1dc86bc31f635f91a0e36f908f5c0c4f9a804c 100644
> --- a/Documentation/devicetree/bindings/devfreq/nvidia,tegra30-actmon.yaml
> +++ b/Documentation/devicetree/bindings/devfreq/nvidia,tegra30-actmon.yaml
> @@ -19,11 +19,14 @@ description: |
>  
>  properties:
>    compatible:
> -    enum:
> -      - nvidia,tegra30-actmon
> -      - nvidia,tegra114-actmon
> -      - nvidia,tegra124-actmon
> -      - nvidia,tegra210-actmon
> +    oneOf:
> +      - enum:
> +          - nvidia,tegra30-actmon
> +          - nvidia,tegra114-actmon
> +          - nvidia,tegra124-actmon
> +      - items:
> +          - const: nvidia,tegra210-actmon
> +          - const: nvidia,tegra124-actmon
>  
>    reg:
>      maxItems: 1
> 

Acked-by: Chanwoo Choi <cw00c.choi@...sung.com>

-- 
Best Regards,
Samsung Electronics
Chanwoo Choi


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ