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:   Mon, 17 Jun 2019 17:27:13 +0300
From:   Tero Kristo <t-kristo@...com>
To:     Keerthy <j-keerthy@...com>, <nm@...com>, <robh+dt@...nel.org>
CC:     <lokeshvutla@...com>, <bgolaszewski@...libre.com>,
        <linus.walleij@...aro.org>, <linux-gpio@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [RFC RESEND PATCH v2 3/4] arm64: dts: ti: am6-main: Add gpio
 nodes

On 06/06/2019 12:56, Keerthy wrote:
> Add gpio0/1 nodes under main domain. They have 96 and 90 gpios
> respectively and all are capable of generating banked interrupts.
> 
> Signed-off-by: Keerthy <j-keerthy@...com>
> ---
>   arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 32 ++++++++++++++++++++++++
>   1 file changed, 32 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> index 22154f401930..182efe70402b 100644
> --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> @@ -350,4 +350,36 @@
>   			ti,sci-rm-range-global-event = <0x1>;
>   		};
>   	};
> +
> +	main_gpio0:  main_gpio0@...000 {
> +		compatible = "ti,am654-gpio", "ti,keystone-gpio";
> +		reg = <0x0 0x600000 0x0 0x100>;
> +		gpio-controller;
> +		#gpio-cells = <2>;
> +		interrupt-parent = <&intr_main_gpio>;
> +		interrupts = <57 256>, <57 257>, <57 258>, <57 259>, <57 260>,
> +				<57 261>;
> +		interrupt-controller;
> +		#interrupt-cells = <2>;
> +		ti,ngpio = <96>;
> +		ti,davinci-gpio-unbanked = <0>;
> +		clocks = <&k3_clks 57 0>;
> +		clock-names = "gpio";
> +	};
> +
> +	main_gpio1:  main_gpio1@...000 {
> +		compatible = "ti,am654-gpio", "ti,keystone-gpio";
> +		reg = <0x0 0x601000 0x0 0x100>;
> +		gpio-controller;
> +		#gpio-cells = <2>;
> +		interrupt-parent = <&intr_main_gpio>;
> +		interrupts = <58 256>, <58 257>, <58 258>, <58 259>, <58 260>,
> +				<58 261>;
> +		interrupt-controller;
> +			#interrupt-cells = <2>;

The above line has an extra tab. Fixed locally and pushed to am654-next.

-Tero

> +		ti,ngpio = <90>;
> +		ti,davinci-gpio-unbanked = <0>;
> +		clocks = <&k3_clks 58 0>;
> +		clock-names = "gpio";
> +	};
>   };
> 

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

Powered by blists - more mailing lists