Thread (5 messages) flat view 5 messages, 3 authors, 2021-12-20

AW: [PATCH v3 2/2] arm64: dts: imx8mm: Add support for emtrion emCON-MX8M Mini

From: Mueller, Reinhold <hidden>
Date: 2021-12-20 07:22:11
Also in: lkml

Hi Fabio,

thanks for the feedback.
Please see the comments at the marked issues below.
I will send a new patchset.

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

*** Merry X-Mas & Happy New Year 2022 ***


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: Fabio Estevam [off-list ref]
Gesendet: Donnerstag, 16. Dezember 2021 18:19
An: Mueller, Reinhold [off-list ref]
Cc: Shawn Guo <shawnguo@kernel.org>; Rob Herring
[off-list ref]; Sascha Hauer [off-list ref]; Sascha
Hauer [off-list ref]; NXP Linux Team [off-list ref];
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
[off-list ref]; linux-kernel [off-list ref]
Betreff: Re: [PATCH v3 2/2] arm64: dts: imx8mm: Add support for emtrion
emCON-MX8M Mini

Hi Reinhold,

On Thu, Dec 16, 2021 at 1:59 PM [off-list ref] wrote:
quoted
+       reserved-memory {
+               #address-cells = <2>;
+               #size-cells = <2>;
+               ranges;
+
+               rpmsg_reserved: rpmsg@b8000000 {
+                       no-map;
+                       reg = <0 0xb8000000 0 0x400000>;
+               };
+
+               loader_reserved: loader@bb700000 {
+                       no-map;
+                       reg = <0 0xbb700000 0x0 0x00100000>;
+               };
+
+               pci_reserved: pci@bb800000 {
+                       no-map;
+                       reg = <0 0xbb800000 0x0 0x00200000>;
+               };
+
+               ivshmem2_reserved: ivshmem2@bba00000 {
+                       no-map;
+                       reg = <0 0xbba00000 0x0 0x00100000>;
+               };
+
+               ivshmem_reserved: ivshmem@bbb00000 {
+                       no-map;
+                       reg = <0 0xbbb00000 0x0 0x00100000>;
+               };
+       };
Are these reserved nodes needed with mainline?

Looks like they are remnants from NXP vendor BSP.
The reserved memory nodes are more custom specific, so i remove it from the tree.
quoted
+&fec1 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_fec1>;
+       phy-mode = "rgmii-id";
+       phy-reset-gpios = <&gpio1 9 0>;
phy-reset-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;

Actually, phy-reset-gpios is considered deprecated.

You could also add an mdio node as fec child and:
add reset-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>; there.
Ok, i will add a child in fec fort he reset gpios
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help