/* * Copyright (C) 2014 Renesas Solutions Corp. * Copyright (C) 2014 Wolfram Sang, Sang Engineering * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. */ #ifndef __DT_BINDINGS_CLOCK_R7S72100_H__ #define __DT_BINDINGS_CLOCK_R7S72100_H__ #define R7S72100_CLK_PLL 0 /* MSTP3 */ #define R7S72100_CLK_MTU2 3 /* MSTP4 */ #define R7S72100_CLK_SCIF0 7 #define R7S72100_CLK_SCIF1 6 #define R7S72100_CLK_SCIF2 5 #define R7S72100_CLK_SCIF3 4 #define R7S72100_CLK_SCIF4 3 #define R7S72100_CLK_SCIF5 2 #define R7S72100_CLK_SCIF6 1 #define R7S72100_CLK_SCIF7 0 /* MSTP7 */ #define R7S72100_CLK_ETHER 4 /* MSTP8 */ #define R7S72100_CLK_MMCIF 4 /* MSTP9 */ #define R7S72100_CLK_I2C0 7 #define R7S72100_CLK_I2C1 6 #define R7S72100_CLK_I2C2 5 #define R7S72100_CLK_I2C3 4 /* MSTP10 */ #define R7S72100_CLK_SPI0 7 #define R7S72100_CLK_SPI1 6 #define R7S72100_CLK_SPI2 5 #define R7S72100_CLK_SPI3 4 #define R7S72100_CLK_SPI4 3 /* MSTP12 */ #define R7S72100_CLK_SDHI0 3 #define R7S72100_CLK_SDHI1 2 #endif /* __DT_BINDINGS_CLOCK_R7S72100_H__ */ loop-back'>packet-loop-back net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation/thermal
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-09-07 19:25:37 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-09-10 10:49:12 -0700
commit43ba588346455dcc984dc98a49af1c2eb1e9aa75 (patch)
treeaefde270d98b14e8270a0a85492a3e6f9c19c112 /Documentation/thermal
parente3a888a4bff0bef0b256d55c58bc32c99fb44ece (diff)
Input: silead_gsl1680 - document firmware-name, fix implementation
The driver has supported touchscreen-fw-name to specify the firmware to load since it has been merged, but this was omitted from the dt-binding documentation. During review of adding touchscreen-fw-name to the binding documentation it was brought up that there is a standard property name called "firmware-name" for this, which should be used. Since there are no users of touchscreen-fw-name yet, this commit adds documentation of "firmware-name" to the dt-binding documentation and switches the driver over to use this. This commit also makes the driver add a "silead/" prefix to the firmware name from dt before calling request_firmware. That the firmware files are stored under /lib/firmware/silead under Linux is an implementation detail and does not belong in devicetree. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/thermal')