aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/nios2 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-04-27dt-bindings: move various timer bindings to timer/ directoryRob Herring1-19/+0
Bindings are supposed to be organized by device class/function. Move bindings for various timers to timer/ binding directory. Cc: Linus Walleij <linus.walleij@linaro.org> Acked-by: Thierry Reding <thierry.reding@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
2017-12-06dt-bindings: Remove leading 0x from bindings notationMathieu Malaterre1-1/+1
Improve the binding example by removing all the leading 0x to fix the following dtc warnings: Warning (unit_address_format): Node /XXX unit name should not have leading "0x" Converted using the following command: find Documentation/devicetree/bindings -name "*.txt" -exec sed -i -e 's/([^ ])\@0x([0-9a-f])/$1\@$2/g' {} + This is a follow up to commit 48c926cd3414 Signed-off-by: Mathieu Malaterre <malat@debian.org> Signed-off-by: Rob Herring <robh@kernel.org>
2014-12-08nios2: Device tree supportLey Foon Tan2-0/+81
Add device tree support to arch/nios2. Signed-off-by: Ley Foon Tan <lftan@altera.com>