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] [day] [month] [year] [list]
Date:   Mon, 23 Jul 2018 06:34:31 +0200
From:   Marcel Ziswiler <marcel@...wiler.com>
To:     Viresh Kumar <viresh.kumar@...aro.org>
CC:     devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        Marcel Ziswiler <marcel.ziswiler@...adex.com>,
        linux-kernel@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
        Shiraz Hashim <shiraz.linux.kernel@...il.com>,
        Mark Rutland <mark.rutland@....com>,
        Viresh Kumar <vireshk@...nel.org>
Subject: Re: [PATCH] ARM: dts: spear: fix stmpe811 interrupt properties



On July 23, 2018 4:57:47 AM GMT+02:00, Viresh Kumar <viresh.kumar@...aro.org> wrote:
>On 20-07-18, 09:53, Marcel Ziswiler wrote:
>> From: Marcel Ziswiler <marcel.ziswiler@...adex.com>
>> 
>> The property "irq-over-gpio" simply does not exist (this is nowadays
>> actually auto detected) and the property "irq-gpios" is actually
>called
>> "irq-gpios".
>
>  "irq-gpio" ?

Yes, of course. Too many s' (;-p).

>> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@...adex.com>
>> 
>> ---
>> 
>>  arch/arm/boot/dts/spear320-hmi.dts | 3 +--
>>  1 file changed, 1 insertion(+), 2 deletions(-)
>> 
>> diff --git a/arch/arm/boot/dts/spear320-hmi.dts
>b/arch/arm/boot/dts/spear320-hmi.dts
>> index 0d0da1f65f0e..d2d1fe944407 100644
>> --- a/arch/arm/boot/dts/spear320-hmi.dts
>> +++ b/arch/arm/boot/dts/spear320-hmi.dts
>> @@ -241,8 +241,7 @@
>>  					#address-cells = <1>;
>>  					#size-cells = <0>;
>>  					reg = <0x41>;
>> -					irq-over-gpio;
>> -					irq-gpios = <&gpiopinctrl 29 0x4>;
>> +					irq-gpio = <&gpiopinctrl 29 0x4>;
>>  					id = <0>;
>>  					blocks = <0x5>;
>>  					irq-trigger = <0x1>;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ