Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964932AbbD0PN6 (ORCPT ); Mon, 27 Apr 2015 11:13:58 -0400 Received: from mail-oi0-f49.google.com ([209.85.218.49]:36762 "EHLO mail-oi0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752967AbbD0PN4 (ORCPT ); Mon, 27 Apr 2015 11:13:56 -0400 MIME-Version: 1.0 In-Reply-To: References: <20150426103257.GJ22845@sirena.org.uk> <20150426110144.GK22845@sirena.org.uk> <553CCABA.3090504@redhat.com> <12F80B18-7418-430E-94F7-5A20C133BA9A@martin.sperl.org> <20150426125113.GF5627@lukather> <20150426143359.GI5627@lukather> <553CF8F2.6070204@redhat.com> <20150427101016.GM22845@sirena.org.uk> Date: Mon, 27 Apr 2015 17:13:54 +0200 X-Google-Sender-Auth: frCez7VeabD5o9lXEj_UriACIDI Message-ID: Subject: Re: [linux-sunxi] [PATCH 2/3] spidev: Add DT binding example. From: Geert Uytterhoeven To: Michal Suchanek Cc: Mark Brown , Hans de Goede , Maxime Ripard , Martin Sperl , linux-sunxi , Jonathan Corbet , linux-spi , linux-doc , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2073 Lines: 45 On Mon, Apr 27, 2015 at 4:28 PM, Michal Suchanek wrote: > When you have a serial port and just connect serial device to it with > no special requirement you just specify the serial port in DT and talk > to the device directly without any DT foo. > > When there is a BT module with reset lines and a kernel driver you > write in DT that you have such and such BT module with such and such > reset lines on the uart so the driver picks it up. > > Same for USB attached on-board WiFi - that some USB device needs > special handling does not mean you have to specify your keyboard in DT > to connect it to an USB port. > > What you are mandating here, basically, is equivalent of requiring a > DT overlay to connect an USB keyboard or mouse because it is a device > connected in hardware to the USB port and DT is supposed to describe > the hardware. Unlike the spi bus, the USB bus is a discoverable bus. So you can probe for connected devices. No need to put them in DT (but you can, if the firmware does the probing and updates the DTB. E.g. Open Firmware did that for PCI (which was not hot-pluggable)). Unlike the spi bus, you can (more or less) find out if a device is attached to a uart, by listening to the bus, and waiting for a start bit. I do agree that it would be nice to put the other end of the uart link in DT, as you can't always know what you're talking to. Is it a modem? Is it a printer? Is it a BT module? Is it Super Grover? Is it Mega Mindy? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/