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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <29c8eeeb-2dee-6182-a2d3-90821cda975a@gmail.com>
Date:   Fri, 10 Dec 2021 22:04:50 +0200
From:   Matti Vaittinen <mazziesaccount@...il.com>
To:     reinhold.mueller@...rion.com, robh+dt@...nel.org
Cc:     shawnguo@...nel.org, s.hauer@...gutronix.de, kernel@...gutronix.de,
        festevam@...il.com, linux-imx@....com, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org, inux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 2/2] arm64: dts: imx8mm: Add support for emtrion
 emCON-MX8M Mini

Hi dee Ho Reinhold,


On 12/9/21 14:09, reinhold.mueller@...rion.com wrote:
> From: Reinhold Mueller <reinhold.mueller@...rion.com>
> 
> This patch adds support for the emtrion GmbH emCON-MX8M Mini modules.
> They are available with NXP i.MX 8M Mini equipped with 2 or 4 GB Memory.
> 
> The devicetree imx8mm-emcon.dtsi is the common part providing all
> module components and the basic support for the SoC. The support for the
> avari baseboard in the developer-kit configuration is provided by the
> emcon-avari dts files.
> 
> Signed-off-by: Reinhold Mueller <reinhold.mueller@...rion.com>
> ---
>   arch/arm64/boot/dts/freescale/Makefile        |   3 +-
>   .../boot/dts/freescale/imx8mm-emcon-avari.dts |  23 +
>   .../dts/freescale/imx8mm-emcon-avari.dtsi     | 141 ++++
>   .../boot/dts/freescale/imx8mm-emcon.dtsi      | 645 ++++++++++++++++++
>   4 files changed, 811 insertions(+), 1 deletion(-)
>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emcon-avari.dts
>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emcon-avari.dtsi
>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emcon.dtsi
> 

> +&i2c3 {
> +	clock-frequency = <400000>;
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_i2c3>;
> +	status = "okay";
> +
> +	bd71847:pmic@4b {
> +		compatible = "rohm,bd71847";
> +		reg = <0x4b>;
> +		pinctrl-0 = <&pinctrl_pmic>;
> +		interrupt-parent = <&gpio3>;
> +		interrupts = <2 GPIO_ACTIVE_LOW>;

I assume this should be IRQ_TYPE_LEVEL_LOW

Best Regards
	-- Matti Vaittinen

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ