All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add more recommended generic node names
@ 2017-01-20 22:29 Rob Herring
       [not found] ` <20170120222932.14753-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2017-01-20 22:29 UTC (permalink / raw)
  To: devicetree-spec-u79uwXL29TY76Z2rM5mHXA; +Cc: devicetree-u79uwXL29TY76Z2rM5mHXA

DT usage and hardware types have evolved quite a bit and the generic
node names list is quite out of date. Add new entries to the list based
on dumping out node names from dts files. This is by no means complete,
but is low hanging fruit.

Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
 source/devicetree-basics.rst | 51 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/source/devicetree-basics.rst b/source/devicetree-basics.rst
index be80af3d825b..93cea8e82a64 100644
--- a/source/devicetree-basics.rst
+++ b/source/devicetree-basics.rst
@@ -182,44 +182,95 @@ name should be one of the following choices:
 .. hlist::
    :columns: 3
 
+   * adc
+   * accelerometer
    * atm
+   * audio-codec
+   * audio-controller
+   * backlight
+   * bluetooth
+   * bus
    * cache-controller
+   * camera
+   * can
+   * charger
+   * clock
+   * clock-controller
    * compact-flash
    * can
    * cpu
+   * cpus
    * crypto
    * disk
    * display
    * dma-controller
+   * dsp
+   * eeprom
+   * efuse
+   * endpoint
    * ethernet
    * ethernet-phy
    * fdc
    * flash
    * gpio
+   * gpu
+   * gyrometer
+   * hdmi
    * i2c
    * ide
    * interrupt-controller
    * isa
    * keyboard
+   * key
+   * keys
+   * lcd-controller
+   * led
+   * leds
+   * led-controller
+   * light-sensor
+   * magnetometer
+   * mailbox
    * mdio
    * memory
    * memory-controller
+   * mmc
+   * mmc-slot
    * mouse
+   * nand-controller
    * nvram
+   * oscillator
    * parallel
    * pc-card
    * pci
    * pcie
+   * phy
+   * pinctrl
+   * pmic
+   * pmu
+   * port
+   * ports
+   * pwm
+   * regulator
+   * reset-controller
    * rtc
    * sata
    * scsi
    * serial
    * sound
    * spi
+   * sram-controller
+   * ssi-controller
+   * syscon
+   * temperature-sensor
    * timer
+   * touchscreen
    * usb
+   * usb-hub
+   * usb-phy
+   * video-codec
    * vme
    * watchdog
+   * wifi
 
 Path Names
 ~~~~~~~~~~
-- 
2.10.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add more recommended generic node names
       [not found] ` <20170120222932.14753-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
@ 2017-03-04 21:36   ` Florian Fainelli
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Fainelli @ 2017-03-04 21:36 UTC (permalink / raw)
  To: Rob Herring, devicetree-spec-u79uwXL29TY76Z2rM5mHXA
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA

Le 01/20/17 à 14:29, Rob Herring a écrit :
> DT usage and hardware types have evolved quite a bit and the generic
> node names list is quite out of date. Add new entries to the list based
> on dumping out node names from dts files. This is by no means complete,
> but is low hanging fruit.

FWIW:

Acked-by: Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

> 
> Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> ---
>  source/devicetree-basics.rst | 51 ++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 51 insertions(+)
> 
> diff --git a/source/devicetree-basics.rst b/source/devicetree-basics.rst
> index be80af3d825b..93cea8e82a64 100644
> --- a/source/devicetree-basics.rst
> +++ b/source/devicetree-basics.rst
> @@ -182,44 +182,95 @@ name should be one of the following choices:
>  .. hlist::
>     :columns: 3
>  
> +   * adc
> +   * accelerometer
>     * atm
> +   * audio-codec
> +   * audio-controller
> +   * backlight
> +   * bluetooth
> +   * bus
>     * cache-controller
> +   * camera
> +   * can
> +   * charger
> +   * clock
> +   * clock-controller
>     * compact-flash
>     * can
>     * cpu
> +   * cpus
>     * crypto
>     * disk
>     * display
>     * dma-controller
> +   * dsp
> +   * eeprom
> +   * efuse
> +   * endpoint
>     * ethernet
>     * ethernet-phy
>     * fdc
>     * flash
>     * gpio
> +   * gpu
> +   * gyrometer
> +   * hdmi
>     * i2c
>     * ide
>     * interrupt-controller
>     * isa
>     * keyboard
> +   * key
> +   * keys
> +   * lcd-controller
> +   * led
> +   * leds
> +   * led-controller
> +   * light-sensor
> +   * magnetometer
> +   * mailbox
>     * mdio
>     * memory
>     * memory-controller
> +   * mmc
> +   * mmc-slot
>     * mouse
> +   * nand-controller
>     * nvram
> +   * oscillator
>     * parallel
>     * pc-card
>     * pci
>     * pcie
> +   * phy
> +   * pinctrl
> +   * pmic
> +   * pmu
> +   * port
> +   * ports
> +   * pwm
> +   * regulator
> +   * reset-controller
>     * rtc
>     * sata
>     * scsi
>     * serial
>     * sound
>     * spi
> +   * sram-controller
> +   * ssi-controller
> +   * syscon
> +   * temperature-sensor
>     * timer
> +   * touchscreen
>     * usb
> +   * usb-hub
> +   * usb-phy
> +   * video-codec
>     * vme
>     * watchdog
> +   * wifi
>  
>  Path Names
>  ~~~~~~~~~~
> 


-- 
Florian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-04 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-20 22:29 [PATCH] Add more recommended generic node names Rob Herring
     [not found] ` <20170120222932.14753-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-03-04 21:36   ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.