Skip to content
Permalink
Paul-Cercueil/…
Switch branches/tags

Commits on Oct 13, 2021

  1. clk: ingenic: Add MDMA and BDMA clocks

    The Ingenic JZ4760 and JZ4770 both have an extra DMA core named BDMA
    dedicated to the NAND and BCH controller, but which can also do
    memory-to-memory transfers. The JZ4760 additionally has a DMA core named
    MDMA dedicated to memory-to-memory transfers. The programming manual for
    the JZ4770 does have a bit for a MDMA clock, but does not seem to have
    the hardware wired in.
    
    Add the BDMA and MDMA clocks to the JZ4760 CGU code, and the BDMA clock
    to the JZ4770 code, so that the BDMA and MDMA controllers can be used.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei authored and intel-lab-lkp committed Oct 13, 2021
  2. dt-bindings: Rename Ingenic CGU headers to ingenic,*.h

    Tidy up a bit the tree, by prefixing all include/dt-bindings/clock/ files
    related to Ingenic SoCs with 'ingenic,'.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei authored and intel-lab-lkp committed Oct 13, 2021

Commits on Oct 12, 2021

  1. dt-bindings: net: wireless: Convert ESP ESP8089 binding to a schema

    The ESP8089 Wireless Chip is supported by Linux (through an out-of-tree
    driver) thanks to its device tree binding.
    
    Now that we have the DT validation in place, let's convert the device
    tree bindings for that driver over to a YAML schema.
    
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: de Goede <hdegoede@redhat.com>
    Cc: Jakub Kicinski <kuba@kernel.org>
    Cc: Kalle Valo <kvalo@codeaurora.org>
    Cc: linux-wireless@vger.kernel.org
    Cc: netdev@vger.kernel.org
    Reviewed-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Maxime Ripard <maxime@cerno.tech>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210924072756.869731-4-maxime@cerno.tech
    mripard authored and robherring committed Oct 12, 2021
  2. dt-bindings: net: dwmac: Fix typo in the R40 compatible

    Even though both the driver and the device trees all use the
    allwinner,sun8i-r40-gmac compatible, we documented the compatible as
    allwinner,sun8i-r40-emac in the binding. Let's fix this.
    
    Cc: Alexandre Torgue <alexandre.torgue@st.com>
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com>
    Cc: Jakub Kicinski <kuba@kernel.org>
    Cc: Jose Abreu <joabreu@synopsys.com>
    Cc: netdev@vger.kernel.org
    Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Maxime Ripard <maxime@cerno.tech>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210924072756.869731-3-maxime@cerno.tech
    mripard authored and robherring committed Oct 12, 2021
  3. dt-bindings: bluetooth: realtek: Add missing max-speed

    additionalProperties prevent any property not explicitly defined in the
    binding to be used. Yet, some serial properties like max-speed are valid
    and validated through the serial/serial.yaml binding.
    
    Even though the ideal solution would be to use unevaluatedProperties
    instead, it's not pratical due to the way the bus bindings have been
    described. Let's add max-speed to remove the warning.
    
    Cc: Alistair Francis <alistair@alistair23.me>
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: Jakub Kicinski <kuba@kernel.org>
    Cc: netdev@vger.kernel.org
    Cc: Vasily Khoruzhick <anarsoul@gmail.com>
    Reviewed-by: Alistair Francis <alistair@alistair23.me>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Maxime Ripard <maxime@cerno.tech>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210924072756.869731-2-maxime@cerno.tech
    mripard authored and robherring committed Oct 12, 2021
  4. dt-bindings: bluetooth: broadcom: Fix clocks check

    The original binding was mentioning that valid values for the clocks and
    clock-names property were one or two clocks from extclk, txco and lpo,
    with extclk being deprecated in favor of txco.
    
    However, the current binding lists a valid array as extclk, txco and
    lpo, with either one or two items.
    
    While this looks similar, it actually enforces that all the device trees
    use either ["extclk"], or ["extclk", "txco"]. That doesn't make much
    sense, since the two clocks are said to be equivalent, with one
    superseeding the other.
    
    lpo is also not a valid clock anymore, and would be as the third clock
    of the list, while we could have only this clock in the previous binding
    (and in DTs).
    
    Let's rework the clock clause to allow to have either:
    
     - extclk, and mark it a deprecated
     - txco alone
     - lpo alone
     - txco, lpo
    
    While ["extclk", "lpo"] wouldn't be valid, it wasn't found in any device
    tree so it's not an issue in practice.
    
    Similarly, ["lpo", "txco"] is still considered invalid, but it's
    generally considered as a best practice to fix the order of clocks.
    
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: Jakub Kicinski <kuba@kernel.org>
    Cc: netdev@vger.kernel.org
    Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Maxime Ripard <maxime@cerno.tech>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210924072756.869731-1-maxime@cerno.tech
    mripard authored and robherring committed Oct 12, 2021
  5. dt-bindings: memory: add binding for Mediatek's MT7621 SDRAM memory c…

    …ontroller
    
    Add binding documentation for Mediatek's SDRAM memory controller present on
    MT7621 SoC.
    
    Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
    Link: https://lore.kernel.org/r/20211002060910.30613-1-sergio.paracuellos@gmail.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    paraka authored and robherring committed Oct 12, 2021
  6. dt-bindings: devfreq: rk3399_dmc: fix clocks in example

    The clocks in the example use 'SCLK_DDRCLK', which does not exist in
    the rk3399-cru.h, correct it to 'SCLK_DDRC'.
    
    Ref: commit 7fbdfcd ("clk: rockchip: add SCLK_DDRC id for rk3399 ddrc")
    Fixes: c1ceb8f ("Documentation: bindings: add dt documentation for rk3399 dmc")
    Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
    Link: https://lore.kernel.org/r/20211001150024.18672-1-amadeus@jmu.edu.cn
    Signed-off-by: Rob Herring <robh@kernel.org>
    aiamadeus authored and robherring committed Oct 12, 2021

Commits on Oct 8, 2021

  1. dt-binding: usb: xilinx: Add clocking node

    Add a clocking node for xilinx udc.
    
    Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/30c7d87ab46a0ea2da2dd04d824f162a2e3da4c8.1632805672.git.shubhrajyoti.datta@xilinx.com
    Shubhrajyoti Datta authored and robherring committed Oct 8, 2021
  2. Merge branch 'dt/linus' into dt/next

    Merge fixes to avoid binding schema warnings.
    
    Signed-off-by: Rob Herring <robh@kernel.org>
    robherring committed Oct 8, 2021

Commits on Oct 6, 2021

  1. of: remove duplicate declarations of __of_*_sysfs() functions

    When CONFIG_OF_KOBJ was introduced in commit b56b552 ("of: make
    kobject and bin_attribute support configurable") and #ifdef-ed
    versions of these declarations got added, the originals didn't get
    removed.
    
    Fixes: b56b552 ("of: make kobject and bin_attribute support configurable")
    Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
    Link: https://lore.kernel.org/r/20211006061943.8472-1-zev@bewilderbeest.net
    Signed-off-by: Rob Herring <robh@kernel.org>
    zevweiss authored and robherring committed Oct 6, 2021

Commits on Oct 4, 2021

  1. docs: dt: Fix a few grammar nits in the binding/schema docs

    Add missing hyphens and reword one sentence for clarity.
    
    Signed-off-by: Simon Glass <sjg@chromium.org>
    Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
    Link: https://lore.kernel.org/r/20211003124936.1.Idc7beddc77250bca0cfb5912b56be719d9073bc4@changeid
    Signed-off-by: Rob Herring <robh@kernel.org>
    sjg20 authored and robherring committed Oct 4, 2021
  2. of, numa: Fetch empty NUMA node ID from distance map

    There is no device node for the empty NUMA node. However, the
    corresponding NUMA node ID and distance map is still valid in
    "numa-distance-map-v1" compatible device node.
    
    This fetches the NUMA node ID and distance map for these empty
    NUMA node from "numa-distance-map-v1" compatible device node.
    
    Signed-off-by: Gavin Shan <gshan@redhat.com>
    Link: https://lore.kernel.org/r/20210927064119.127285-3-gshan@redhat.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    Gavin Shan authored and robherring committed Oct 4, 2021
  3. Documentation, dt, numa: Add note to empty NUMA node

    The empty memory nodes, where no memory resides in, are allowed.
    The NUMA node IDs are still valid and parsed, but memory may be
    added to them through hotplug afterwards. Currently, QEMU fails
    to boot when multiple empty memory nodes are specified. It's
    caused by device-tree population failure and duplicated memory
    node names.
    
    The device-tree specification doesn't provide how empty NUMA
    nodes are handled. Besides, I finds difficulty to get where
    this case is documented. So lets add a section for empty memory
    nodes to cover it in NUMA binding document.
    
    Signed-off-by: Gavin Shan <gshan@redhat.com>
    Link: https://lore.kernel.org/r/20210927064119.127285-2-gshan@redhat.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    Gavin Shan authored and robherring committed Oct 4, 2021
  4. dt-bindings: w1-gpio: Drop redundant 'maxItems'

    Drop another redundant maxItems that snuck into w1-gpio binding.
    
    If a property has an 'items' list, then a 'minItems' or 'maxItems' with the
    same size as the list is redundant and can be dropped. Note that is DT
    schema specific behavior and not standard json-schema behavior. The tooling
    will fixup the final schema adding any unspecified minItems/maxItems.
    
    Fixes: dd2c898 ("dt-bindings: w1: Convert 1-Wire GPIO binding to a schema")
    Cc: Daniel Mack <zonque@gmail.com>
    Signed-off-by: Rob Herring <robh@kernel.org>
    robherring committed Oct 4, 2021
  5. dt-bindings: drm/bridge: ti-sn65dsi86: Fix reg value

    make dtbs_check:
    
        arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dt.yaml: bridge@2c: reg:0:0: 45 was expected
    
    According to the datasheet, the I2C address can be either 0x2c or 0x2d,
    depending on the ADDR control input.
    
    Fixes: e3896e6 ("dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings")
    Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
    Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
    Link: https://lore.kernel.org/r/08f73c2aa0d4e580303357dfae107d084d962835.1632486753.git.geert+renesas@glider.be
    Signed-off-by: Rob Herring <robh@kernel.org>
    geertu authored and robherring committed Oct 4, 2021

Commits on Oct 1, 2021

  1. dt-bindings: Drop more redundant 'maxItems/minItems'

    Another round of removing redundant minItems/maxItems from new schema in
    the recent merge window.
    
    If a property has an 'items' list, then a 'minItems' or 'maxItems' with the
    same size as the list is redundant and can be dropped. Note that is DT
    schema specific behavior and not standard json-schema behavior. The tooling
    will fixup the final schema adding any unspecified minItems/maxItems.
    
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: Jakub Kicinski <kuba@kernel.org>
    Cc: Evgeniy Polyakov <zbr@ioremap.net>
    Cc: Marek Vasut <marex@denx.de>
    Cc: Joakim Zhang <qiangqing.zhang@nxp.com>
    Cc: dri-devel@lists.freedesktop.org
    Cc: netdev@vger.kernel.org
    Cc: linux-arm-kernel@lists.infradead.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210928222920.2204761-1-robh@kernel.org
    robherring committed Oct 1, 2021
  2. dt-bindings: media: Fix more graph 'unevaluatedProperties' related wa…

    …rnings
    
    The graph schema doesn't allow custom properties on endpoint nodes for
    '#/properties/port' and '#/$defs/port-base' should be used instead. This
    doesn't matter until 'unevaluatedProperties' support is implemented.
    
    Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
    Cc: Jacopo Mondi <jacopo@jmondi.org>
    Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
    Cc: "Paul J. Murphy" <paul.j.murphy@intel.com>
    Cc: Daniele Alessandrelli <daniele.alessandrelli@intel.com>
    Cc: linux-media@vger.kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    Reviewed-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com>
    Link: https://lore.kernel.org/r/20210820001457.1705142-1-robh@kernel.org
    robherring committed Oct 1, 2021

Commits on Sep 29, 2021

  1. dt-bindings: aspeed: Add UART routing controller

    Add dt-bindings for Aspeed UART routing controller.
    
    Signed-off-by: Oskar Senft <osk@google.com>
    Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210927023053.6728-4-chiawei_wang@aspeedtech.com
    ChiaweiW authored and robherring committed Sep 29, 2021
  2. dt-bindings: mfd: aspeed-lpc: Convert to YAML schema

    Convert the bindings of Aspeed LPC from text file into YAML schema.
    
    Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
    Link: https://lore.kernel.org/r/20210927023053.6728-3-chiawei_wang@aspeedtech.com
    [robh: Add 'additionalProperties: false' in child nodes and #reset-cells]
    Signed-off-by: Rob Herring <robh@kernel.org>
    ChiaweiW authored and robherring committed Sep 29, 2021

Commits on Sep 28, 2021

  1. dt-bindings: rng: convert OMAP and Inside-Secure HWRNG to yaml schema

    Converts the RNG bindings for OMAP SoCs and Inside-Secure
    HWRNG modules to YAML schema.
    
    Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
    Link: https://lore.kernel.org/r/20210922085203.2547-1-j-choudhary@ti.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    Jayesh Choudhary authored and robherring committed Sep 28, 2021
  2. dt-bindings: mailbox: fix incorrect gce.h file paths

    A few *gce.h file paths are not in 'dt-bindings/gce/<chip>-gce.h'
    format. To fix it, replace 'dt-binding' with 'dt-bindings'
    
    Fixes: 0553fb5 ("dt-bindings: mailbox: add definition for mt8195")
    Signed-off-by: Miles Chen <miles.chen@mediatek.com>
    Link: https://lore.kernel.org/r/20210922070845.5108-1-miles.chen@mediatek.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    milesdotchen authored and robherring committed Sep 28, 2021
  3. dt-bindings: pci: Add DT bindings for apple,pcie

    The Apple PCIe host controller is a PCIe host controller with
    multiple root ports present in Apple ARM SoC platforms, including
    various iPhone and iPad devices and the "Apple Silicon" Macs.
    
    Acked-by: Marc Zyngier <maz@kernel.org>
    Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
    Link: https://lore.kernel.org/r/20210921183420.436-4-kettenis@openbsd.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    kettenis authored and robherring committed Sep 28, 2021

Commits on Sep 27, 2021

  1. dt-bindings: interrupt-controller: msi: Add msi-ranges property

    Update the MSI controller binding to add an msi-ranges property
    that specifies how MSIs map onto regular interrupts on some other
    interrupt controller.
    
    Acked-by: Marc Zyngier <maz@kernel.org>
    Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
    Link: https://lore.kernel.org/r/20210921183420.436-3-kettenis@openbsd.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    kettenis authored and robherring committed Sep 27, 2021
  2. dt-bindings: interrupt-controller: Convert MSI controller to json-schema

    Split the MSI controller bindings from the MSI binding document
    into DT schema format using json-schema.
    
    Acked-by: Marc Zyngier <maz@kernel.org>
    Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
    Link: https://lore.kernel.org/r/20210921183420.436-2-kettenis@openbsd.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    kettenis authored and robherring committed Sep 27, 2021

Commits on Sep 21, 2021

  1. kbuild: Enable dtc 'unit_address_format' warning by default

    With all the 'unit_address_format' warnings fixed, enable the warning by
    default.
    
    Cc: Michal Marek <michal.lkml@markovi.net>
    Cc: Nick Desaulniers <ndesaulniers@google.com>
    Cc: linux-kbuild@vger.kernel.org
    Acked-by: Masahiro Yamada <masahiroy@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Acked-by: Nick Desaulniers <ndesaulniers@google.com>
    Link: https://lore.kernel.org/r/20210913192816.1225025-9-robh@kernel.org
    robherring committed Sep 21, 2021
  2. docs: dt: submitting-patches: Add note about other project usage

    In an attempt to make it more broadly known that other projects are
    equal consumers / users of the device tree bindings, add a note to
    submitting patches to say that extra care and consideration may need to
    be taken when updating existing bindings.
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: devicetree@vger.kernel.org
    Cc: linux-kernel@vger.kernel.org
    Signed-off-by: Tom Rini <trini@konsulko.com>
    Link: https://lore.kernel.org/r/20210910142419.5237-1-trini@konsulko.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    trini authored and robherring committed Sep 21, 2021

Commits on Sep 20, 2021

  1. dt-bindings: riscv: correct e51 and u54-mc CPU bindings

    All existing boards with sifive,e51 and sifive,u54-mc use it on top of
    sifive,rocket0 compatible:
    
      arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dt.yaml: cpu@0: compatible: 'oneOf' conditional failed, one must be fixed:
        ['sifive,e51', 'sifive,rocket0', 'riscv'] is too long
        Additional items are not allowed ('riscv' was unexpected)
        Additional items are not allowed ('sifive,rocket0', 'riscv' were unexpected)
        'riscv' was expected
    
    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
    Link: https://lore.kernel.org/r/20210920132559.151678-1-krzysztof.kozlowski@canonical.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    krzk authored and robherring committed Sep 20, 2021
  2. dt-bindings: arm,vexpress-juno: Add missing motherboard properties

    The arm,vexpress-juno binding is missing 'ranges', 'arm,vexpress,site', and
    'arm,hbi' properties. Add these and and restrict additional properties to
    be nodes only.
    
    Cc: Andre Przywara <andre.przywara@arm.com>
    Cc: Sudeep Holla <sudeep.holla@arm.com>
    Cc: Linus Walleij <linus.walleij@linaro.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210819184239.1192395-3-robh@kernel.org
    robherring committed Sep 20, 2021
  3. dt-bindings: arm,vexpress-juno: Fix 'motherboard' node name

    Commit 9d0a36d ("arm64: dts: fvp/juno: Fix bus node names") changed
    'motherboard' to 'motherboard-bus', but didn't update the schema. In the
    mean time, the simple-bus schema started requiring child nodes to have a
    unit-address. Update the schema to address both of these issues.
    
    Cc: Andre Przywara <andre.przywara@arm.com>
    Cc: Sudeep Holla <sudeep.holla@arm.com>
    Cc: Linus Walleij <linus.walleij@linaro.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210819184239.1192395-2-robh@kernel.org
    robherring committed Sep 20, 2021

Commits on Sep 17, 2021

  1. dt-bindings: arm: Fix Toradex compatible typo

    Fix board compatible typo reported by dtbs_check.
    
    Fixes: f4d1577 ("dt-bindings: arm: Convert Tegra board/soc bindings to json-schema")
    Signed-off-by: David Heidelberg <david@ixit.cz>
    Link: https://lore.kernel.org/r/20210912165120.188490-1-david@ixit.cz
    Signed-off-by: Rob Herring <robh@kernel.org>
    okias authored and robherring committed Sep 17, 2021
  2. of: restricted dma: Fix condition for rmem init

    of_dma_set_restricted_buffer fails to handle negative return values from
    of_property_count_elems_of_size, e.g. when the property does not exist.
    This results in an attempt to assign a non-existent reserved memory
    region to the device and a warning being printed. Fix the condition to
    take negative values into account.
    
    Fixes: f3cfd13 ("of: restricted dma: Don't fail device probe on rmem init failure")
    Cc: Will Deacon <will@kernel.org>
    Signed-off-by: David Brazdil <dbrazdil@google.com>
    Acked-by: Will Deacon <will@kernel.org>
    Link: https://lore.kernel.org/r/20210917131423.2760155-1-dbrazdil@google.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    davidbrazdil authored and robherring committed Sep 17, 2021
  3. dt-bindings: w1: update w1-gpio.yaml reference

    Changeset dd2c898 ("dt-bindings: w1: Convert 1-Wire GPIO binding to a schema")
    renamed: Documentation/devicetree/bindings/w1/w1-gpio.txt
    to: Documentation/devicetree/bindings/w1/w1-gpio.yaml.
    
    Update its cross-reference accordingly.
    
    Fixes: dd2c898 ("dt-bindings: w1: Convert 1-Wire GPIO binding to a schema")
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/0b415b5e05bcf9d593cb421c96996d914528e732.1631785820.git.mchehab+huawei@kernel.org
    mchehab authored and robherring committed Sep 17, 2021
  4. dt-bindings: arm: mediatek: mmsys: update mediatek,mmsys.yaml reference

    Changeset cba3c40 ("dt-bindings: arm: mediatek: mmsys: convert to YAML format")
    renamed: Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.txt
    to: Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml.
    
    Update its cross-reference accordingly.
    
    Fixes: cba3c40 ("dt-bindings: arm: mediatek: mmsys: convert to YAML format")
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/a87eb079a73e8ab41cdf6e40e80b1d1f868da6bd.1631785820.git.mchehab+huawei@kernel.org
    mchehab authored and robherring committed Sep 17, 2021
  5. dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference

    Changeset 62568bd ("dt-bindings: net: dsa: sja1105: convert to YAML schema")
    renamed: Documentation/devicetree/bindings/net/dsa/sja1105.txt
    to: Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml.
    
    Update its cross-reference accordingly.
    
    Fixes: 62568bd ("dt-bindings: net: dsa: sja1105: convert to YAML schema")
    Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/994ce6c6358746ff600459822b9f6e336db933c9.1631785820.git.mchehab+huawei@kernel.org
    mchehab authored and robherring committed Sep 17, 2021
Older