From: "Mueller, Reinhold" <Reinhold.Mueller@emtrion.de>
To: 'Matti Vaittinen' <mazziesaccount@gmail.com>,
"robh+dt@kernel.org" <robh+dt@kernel.org>
Cc: "shawnguo@kernel.org" <shawnguo@kernel.org>,
"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"festevam@gmail.com" <festevam@gmail.com>,
"linux-imx@nxp.com" <linux-imx@nxp.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"inux-arm-kernel@lists.infradead.org"
<inux-arm-kernel@lists.infradead.org>
Subject: AW: [PATCH 2/2] arm64: dts: imx8mm: Add support for emtrion emCON-MX8M Mini
Date: Mon, 13 Dec 2021 13:19:34 +0000 [thread overview]
Message-ID: <664b2f30a4b040829bc6cae4b6d6a318@emtrion.de> (raw)
In-Reply-To: <29c8eeeb-2dee-6182-a2d3-90821cda975a@gmail.com>
Hi Matti,
thanks for the feedback.
Please look at the comment below.
Regards
Reinhold
Reinhold Mueller
Software engineer
emtrion GmbH
Am Hasenbiel 6 | 76297 Stutensee | Germany
Phone +49 7244 62694 20
Fax +49 7244 62694 19
Email Reinhold.Mueller@emtrion.de
Online www.emtrion.de
emtrion GmbH • Amtsgericht Mannheim • HRB 110 300 • Geschäftsführer: Ramona Maurer, Achmed Haddou • Umsatzsteueridentifikationsnummer:DE813694260 • Impressum: www.emtrion.de/de/impressum.html
HINWEIS: Personenbezogene Daten, die Sie per E-Mail an uns übermitteln, werden bei uns gespeichert und verarbeitet. Informationen zu unseren gesetzlichen Informationspflichten, zu uns und unseren Dienstleistungen finden Sie in unseren Datenschutzhinweisen.
Diese E-Mail kann vertrauliche und / oder rechtlich geschützte Informationen enthalten. Wenn Sie nicht der richtige Adressat sind, oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte den Absender und vernichten diese Mail. Das unerlaubte kopieren, sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
> -----Ursprüngliche Nachricht-----
> Von: Matti Vaittinen <mazziesaccount@gmail.com>
> Gesendet: Freitag, 10. Dezember 2021 21:05
> An: Mueller, Reinhold <Reinhold.Mueller@emtrion.de>;
> robh+dt@kernel.org
> Cc: shawnguo@kernel.org; s.hauer@pengutronix.de;
> kernel@pengutronix.de; festevam@gmail.com; linux-imx@nxp.com;
> devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; inux-arm-
> kernel@lists.infradead.org
> Betreff: 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@emtrion.com wrote:
> > From: Reinhold Mueller <reinhold.mueller@emtrion.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@emtrion.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
>
You are right. I will update the patchset.
> Best Regards
> -- Matti Vaittinen
prev parent reply other threads:[~2021-12-13 13:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-09 12:09 [PATCH 0/2] new emtrion hardware " reinhold.mueller
2021-12-09 12:09 ` [PATCH 1/2] dt-bindings: arm: Add " reinhold.mueller
2021-12-09 12:09 ` [PATCH 2/2] arm64: dts: imx8mm: Add support for emtrion " reinhold.mueller
2021-12-10 20:04 ` Matti Vaittinen
2021-12-13 13:19 ` Mueller, Reinhold [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=664b2f30a4b040829bc6cae4b6d6a318@emtrion.de \
--to=reinhold.mueller@emtrion.de \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=inux-arm-kernel@lists.infradead.org \
--cc=kernel@pengutronix.de \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mazziesaccount@gmail.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®