summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/s3c64xx-pinctrl.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: s3c64xx: Use macros for pinctrl configurationKrzysztof Kozlowski2016-09-161-88/+88
| | | | | | | | | | Usage of DTS macros instead of hard-coded numbers makes code easier to read. One does not have to remember which value means pull-up/down or specific driver strength. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
* ARM: dts: s3c64xx: Use common macros for pinctrl configurationKrzysztof Kozlowski2016-09-161-91/+89
| | | | | | | | | | | | | | Replace duplicated macros in each DTSI file with a common macro coming from header. Include the header in each pinctrl DTSI so further changes could use it. Although PIN_FUNC_SPC_2 does not bring much information about the function itself, it still is more descriptive then hard-coded number <2>. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
* ARM: dts: Add basic dts include files for Samsung S3C64xx SoCsTomasz Figa2013-09-171-0/+687
This patch adds basic device tree definitions for Samsung S3C64xx SoCs. Since all the SoCs in the series are very similar, the files are created hierarchically - one file for the whole series and then separate files for particular SoCs including the common one. Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>