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: Tue, 2 Apr 2024 12:18:25 +0200
From: Nicolas Ferre <nicolas.ferre@...rochip.com>
To: Andrei Simion <andrei.simion@...rochip.com>, <robh@...nel.org>,
	<krzysztof.kozlowski+dt@...aro.org>, <conor+dt@...nel.org>,
	<alexandre.belloni@...tlin.com>, <claudiu.beznea@...on.dev>,
	<mihai.sain@...rochip.com>
CC: <linux-arm-kernel@...ts.infradead.org>, <linux-kernel@...r.kernel.org>,
	<devicetree@...r.kernel.org>
Subject: Re: [PATCH 0/2] Fix the regulator-state-standby definition

On 02/04/2024 at 11:12, Andrei Simion wrote:
> make dtbs_check DT_SCHEMA_FILES=microchip,mcp16502.yaml
> 
> at91-sama7g5ek.dtb: mcp16502@5b: regulators:VDD_(CORE|OTHER)|LDO[1-2]:
> regulator-state-standby 'regulator-suspend-voltage' does not match any of
> the regexes 'pinctrl-[0-9]+' from schema
> $id: http://devicetree.org/schemas/regulator/microchip,mcp16502.yaml#
> 
> at91-sama7g54_curiosity.dtb: pmic@5b: regulators:VDD_(CORE|OTHER)|LDO[1-2]:
> regulator-state-standby 'regulator-suspend-voltage' does not match any of
> the regexes 'pinctrl-[0-9]+' from schema
> $id: http://devicetree.org/schemas/regulator/microchip,mcp16502.yaml#
> 
> This patch series proposes to correct the typo that was entered by mistake
> into devicetree definition regulator-state-standby by replacing
> regulator-suspend-voltage with regulator-suspend-microvolt.

Sure: as there is no regression for this property never used (because of 
the typo, precisely):

Acked-by: Nicolas Ferre <nicolas.ferre@...rochip.com>

For the whole series.

Thanks Andrei, best regards,
   Nicolas

> 
> Andrei Simion (2):
>    ARM: boot: dts: microchip: at91-sama7g5ek: Replace
>      regulator-suspend-voltage with the valid property
>    ARM: boot: dts: microchip: at91-sama7g54_curiosity: Replace
>      regulator-suspend-voltage with the valid property
> 
>   arch/arm/boot/dts/microchip/at91-sama7g54_curiosity.dts | 8 ++++----
>   arch/arm/boot/dts/microchip/at91-sama7g5ek.dts          | 8 ++++----
>   2 files changed, 8 insertions(+), 8 deletions(-)
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ