From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============9215305065358032100==" MIME-Version: 1.0 From: krzk@kernel.org To: linux-nfc@lists.01.org Subject: [linux-nfc] Re: [PATCH net-next 1/2] dt-bindings: net: nfc: s3fwrn5: Support a UART interface Date: Tue, 24 Nov 2020 12:41:51 +0100 Message-ID: <20201124114151.GA32873@kozik-lap> In-Reply-To: CACwDmQBh77pqivk=bBv3SJ14HLucY42jZyEaKAX+n=yS3TSqFw@mail.gmail.com --===============9215305065358032100== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Tue, Nov 24, 2020@08:39:40PM +0900, Bongsu Jeon wrote: > On Mon, Nov 23, 2020@5:02 PM krzk@kernel.org wro= te: > > > > On Mon, Nov 23, 2020@04:55:26PM +0900, Bongsu Jeon wrote: > > examples: > > > - | > > > #include > > > @@ -71,3 +81,17 @@ examples: > > > wake-gpios =3D <&gpj0 2 GPIO_ACTIVE_HIGH>; > > > }; > > > }; > > > + # UART example on Raspberry Pi > > > + - | > > > + &uart0 { > > > + status =3D "okay"; > > > + > > > + s3fwrn82_uart { > > > > Just "bluetooth" to follow Devicetree specification. > Sorry. I don't understand this comment. > Could you explain it? > Does it mean i need to refer to the net/broadcom-bluetooth.txt? The node name should be "bluetooth", not "s3fwrn82_uart", because of Devicetree naming convention - node names should represent generic class of a device. Best regards, Krzysztof --===============9215305065358032100==--