dt-bindings: Fix typosFix typos in Documentation/devicetree/bindings. The changes are indescriptions or comments where they shouldn't affect functionality.Signed-off-by: Bjorn Helgaas <bhelgaas
dt-bindings: Fix typosFix typos in Documentation/devicetree/bindings. The changes are indescriptions or comments where they shouldn't affect functionality.Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>Link: https://lore.kernel.org/r/20230814212822.193684-3-helgaas@kernel.orgSigned-off-by: Rob Herring <robh@kernel.org>
show more ...
dt-bindings: move various timer bindings to timer/ directoryBindings are supposed to be organized by device class/function. Movebindings for various timers to timer/ binding directory.Cc: Linus
dt-bindings: move various timer bindings to timer/ directoryBindings are supposed to be organized by device class/function. Movebindings 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>
dt-bindings: Remove leading 0x from bindings notationImprove the binding example by removing all the leading 0x to fix thefollowing dtc warnings:Warning (unit_address_format): Node /XXX unit nam
dt-bindings: Remove leading 0x from bindings notationImprove the binding example by removing all the leading 0x to fix thefollowing 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 48c926cd3414Signed-off-by: Mathieu Malaterre <malat@debian.org>Signed-off-by: Rob Herring <robh@kernel.org>
nios2: Device tree supportAdd device tree support to arch/nios2.Signed-off-by: Ley Foon Tan <lftan@altera.com>