Skip to content
Permalink
Marek-Vasut/dt…
Switch branches/tags

Commits on Jun 8, 2021

  1. drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 driver

    Add driver for TI SN65DSI83 Single-link DSI to Single-link LVDS bridge
    and TI SN65DSI84 Single-link DSI to Dual-link or 2x Single-link LVDS
    bridge. TI SN65DSI85 is unsupported due to lack of hardware to test on,
    but easy to add.
    
    The driver operates the chip via I2C bus. Currently the LVDS clock are
    always derived from DSI clock lane, which is the usual mode of operation.
    Support for clock from external oscillator is not implemented, but it is
    easy to add if ever needed. Only RGB888 pixel format is implemented, the
    LVDS666 is not supported, but could be added if needed.
    
    Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
    Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
    Tested-by: Frieder Schrempf <frieder.schrempf@kontron.de>
    Tested-by: Adam Ford <aford173@gmail.com>
    Signed-off-by: Marek Vasut <marex@denx.de>
    Cc: Douglas Anderson <dianders@chromium.org>
    Cc: Jagan Teki <jagan@amarulasolutions.com>
    Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Cc: Linus Walleij <linus.walleij@linaro.org>
    Cc: Loic Poulain <loic.poulain@linaro.org>
    Cc: Philippe Schenker <philippe.schenker@toradex.com>
    Cc: Sam Ravnborg <sam@ravnborg.org>
    Cc: Stephen Boyd <swboyd@chromium.org>
    Cc: Valentin Raevsky <valentin@compulab.co.il>
    To: dri-devel@lists.freedesktop.org
    Marek Vasut authored and intel-lab-lkp committed Jun 8, 2021
  2. dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84…

    … bindings
    
    Add DT binding document for TI SN65DSI83 and SN65DSI84 DSI to LVDS bridge.
    
    Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Marek Vasut <marex@denx.de>
    Cc: Douglas Anderson <dianders@chromium.org>
    Cc: Jagan Teki <jagan@amarulasolutions.com>
    Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Cc: Linus Walleij <linus.walleij@linaro.org>
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Sam Ravnborg <sam@ravnborg.org>
    Cc: Stephen Boyd <swboyd@chromium.org>
    Cc: devicetree@vger.kernel.org
    To: dri-devel@lists.freedesktop.org
    Marek Vasut authored and intel-lab-lkp committed Jun 8, 2021

Commits on Jun 4, 2021

  1. of: unittest: Use DEFINE_RES_MEM() to simplify code

    No functional change.
    
    Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
    Link: https://lore.kernel.org/r/20210601062223.9724-1-thunder.leizhen@huawei.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    Zhen Lei authored and robherring committed Jun 4, 2021
  2. dt-bindings: usb: cdns,usb3: Fix interrupts order

    Correct the order of the descriptions for the "interrupts" property to
    match the order of the "interrupt-names" property.
    
    Fixes: 68989fe ("dt-bindings: usb: Convert cdns-usb3.txt to YAML schema")
    Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
    Acked-by: Peter Chen <peter.chen@kernel.org>
    Acked-by: Peter Chen <peter.chen@nxp.com>
    Link: https://lore.kernel.org/r/20210527193952.1705127-1-geert@linux-m68k.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    geertu authored and robherring committed Jun 4, 2021
  3. dt-bindings: hisilicon: use the correct HiSilicon copyright

    s/Hisilicon/HiSilicon/.
    It should use capital S, according to the official website
    https://www.hisilicon.com/en.
    
    Signed-off-by: Hao Fang <fanghao11@huawei.com>
    Link: https://lore.kernel.org/r/1621678997-15240-1-git-send-email-fanghao11@huawei.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    haofang11 authored and robherring committed Jun 4, 2021
  4. dt-bindings: mailbox : arm,mhuv2: Use example with matching schema

    Currently the example provided in arm,mhuv2 schema complains as below:
    
        Documentation/devicetree/bindings/mailbox/arm,mhuv2.example.dt.yaml :0:0:
        /example-0/soc/scb@2e000000: failed to match any schema with compatible:
        ['fujitsu,mb86s70-scb-1.0']
    
    Fix it by using an example with a matching schema that makes use of 4
    mailboxes that is well suited to demonstrate Rx and Tx channels with both
    doorbell and data transfer protocols.
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Viresh Kumar <viresh.kumar@linaro.org>
    Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
    Link: https://lore.kernel.org/r/20210604205710.1944363-7-sudeep.holla@arm.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    sudeep-holla authored and robherring committed Jun 4, 2021
  5. dt-bindings: mailbox : arm,mhu: Use examples with matching schema

    Currently the example provided in arm,mhu schema complains as below:
    
        Documentation/devicetree/bindings/mailbox/arm,mhu.example.dt.yaml :0:0:
        /example-0/soc/scb@2e000000: failed to match any schema with compatible:
        ['fujitsu,mb86s70-scb-1.0']
    
    Fix the same using examples based on Juno platform. The old SCPI firmware
    used MHU with standard 32-bit data transfer protocol while the new SCMI
    firmware uses MHU and expects to be used in doorbell mode. Update example
    with SCPI and SCMI firmware nodes to demonstrate both 32-bit data transfer
    and doorbell mode of MHU operations
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Viresh Kumar <viresh.kumar@linaro.org>
    Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
    Link: https://lore.kernel.org/r/20210604205710.1944363-6-sudeep.holla@arm.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    sudeep-holla authored and robherring committed Jun 4, 2021
  6. dt-bindings: firmware: arm,scmi: Convert to json schema

    Convert the old text format binding for System Control and Management Interface
    (SCMI) Message Protocol into the new and shiny YAML format.
    
    Cc: Cristian Marussi <cristian.marussi@arm.com>
    Cc: Florian Fainelli <f.fainelli@gmail.com>
    Cc: Jim Quinlan <jim2101024@gmail.com>
    Cc: Etienne Carriere <etienne.carriere@linaro.org>
    Cc: Peter Hilber <peter.hilber@opensynergy.com>
    Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
    Link: https://lore.kernel.org/r/20210604205710.1944363-5-sudeep.holla@arm.com
    [robh: Rework interrupts schema and if/then]
    Signed-off-by: Rob Herring <robh@kernel.org>
    sudeep-holla authored and robherring committed Jun 4, 2021
  7. dt-bindings: firmware: amlogic,scpi: Convert to json schema

    Convert/merge the existing text format SCPI binding additions for
    amlogic,scpi into the common arm,scpi json scheme.
    
    Couple of things to note:
    "amlogic,meson-gxbb-scpi" is always used with "arm,scpi-pre-1.0" and
    "amlogic,meson-gxbb-scpi-sensors" is used always with "arm,scpi-sensors"
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Kevin Hilman <khilman@baylibre.com>
    Cc: Neil Armstrong <narmstrong@baylibre.com>
    Cc: Jerome Brunet <jbrunet@baylibre.com>
    Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
    Link: https://lore.kernel.org/r/20210604205710.1944363-4-sudeep.holla@arm.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    sudeep-holla authored and robherring committed Jun 4, 2021
  8. dt-bindings: firmware: arm,scpi: Convert to json schema

    Convert the old text format binding for System Control and Power Interface
    (SCPI) Message Protocol into the new and shiny YAML format.
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Kevin Hilman <khilman@baylibre.com>
    Cc: Neil Armstrong <narmstrong@baylibre.com>
    Cc: Jerome Brunet <jbrunet@baylibre.com>
    Cc: Viresh Kumar <viresh.kumar@linaro.org>
    Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
    Link: https://lore.kernel.org/r/20210604205710.1944363-3-sudeep.holla@arm.com
    [robh: Move fixed strings to 'properties', drop some literal block notations]
    Signed-off-by: Rob Herring <robh@kernel.org>
    sudeep-holla authored and robherring committed Jun 4, 2021
  9. dt-bindings: mailbox : arm,mhu: Fix arm,scpi example used here

    Once the arm,scpi binding is converted to YAML format, the following
    errors will be seen when doing `make DT_CHECKER_FLAGS=-m dt_binding_check`
    
    From schema: Documentation/devicetree/bindings/firmware/arm,scpi.yaml
    Documentation/devicetree/bindings/mailbox/arm,mhu.example.dt.yaml:
    	scpi@2f000000: $nodename:0: 'scpi' was expected
    Documentation/devicetree/bindings/mailbox/arm,mhu.example.dt.yaml:
    	scpi@2f000000: reg: [[0, 788529152, 0, 512]] is not of type 'object'
    Documentation/devicetree/bindings/mailbox/arm,mhu.example.dt.yaml:
    	scpi@2f000000: 'shmem' is a required property
    
    Fix those error following the SCPI bindings.
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Viresh Kumar <viresh.kumar@linaro.org>
    Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
    Link: https://lore.kernel.org/r/20210604205710.1944363-2-sudeep.holla@arm.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    sudeep-holla authored and robherring committed Jun 4, 2021

Commits on Jun 3, 2021

  1. of: Merge of_address_to_resource() and of_pci_address_to_resource() i…

    …mplementations
    
    of_address_to_resource() and of_pci_address_to_resource() are almost the
    same except the former takes an index and the latter takes a BAR number.
    Now that __of_get_address() can take either one, refactor the functions
    to use a common implementation.
    
    Cc: Frank Rowand <frowand.list@gmail.com>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210527194547.1287934-5-robh@kernel.org
    robherring committed Jun 3, 2021
  2. of: address: Use IS_ENABLED() for !CONFIG_PCI

    Convert address.c to use IS_ENABLED() instead of ifdefs for the
    public PCI functions. This simplifies the ifdefs in of_address.h.
    
    Cc: Frank Rowand <frowand.list@gmail.com>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210527194547.1287934-4-robh@kernel.org
    robherring committed Jun 3, 2021
  3. of: Merge of_get_address() and of_get_pci_address() implementations

    of_get_address() and of_get_pci_address() are the same implementation
    except of_get_pci_address() takes the PCI BAR number rather than an
    index. Modify the of_get_address() implementation to work on either
    index or BAR and provide wrapper functions for the existing functions.
    
    Cc: Frank Rowand <frowand.list@gmail.com>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210527194547.1287934-3-robh@kernel.org
    robherring committed Jun 3, 2021
  4. PCI: Add empty stub for pci_register_io_range()

    Add an empty stub for pci_register_io_range() when !CONFIG_PCI. It's needed
    to convert of_pci_range_to_resource() to use IS_ENABLED(CONFIG_PCI).
    
    Cc: Bjorn Helgaas <bhelgaas@google.com>
    Cc: linux-pci@vger.kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    Acked-by: Bjorn Helgaas <bhelgaas@google.com>
    Link: https://lore.kernel.org/r/20210527194547.1287934-2-robh@kernel.org
    robherring committed Jun 3, 2021
  5. of: Move reserved memory private function declarations

    fdt_init_reserved_mem() and fdt_reserved_mem_save_node() are private to
    the DT code, so move there declarations to of_private.h. There's no need
    for the dummy functions as CONFIG_OF_RESERVED_MEM is always enabled for
    CONFIG_OF_EARLY_FLATTREE.
    
    Cc: Frank Rowand <frowand.list@gmail.com>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210527193841.1284169-1-robh@kernel.org
    robherring committed Jun 3, 2021
  6. of: Drop reserved mem dependency on DMA_DECLARE_COHERENT and DMA_CMA

    Reserved memory regions can be used for more than just DMA regions, so
    only enabling on DMA_DECLARE_COHERENT (via HAS_DMA) or DMA_CMA is wrong.
    This effectively doesn't matter except for the few cases arches select
    NO_DMA.
    
    At least, these users of RESERVEDMEM_OF_DECLARE depend on reserved memory
    support:
    
    arch/riscv/mm/init.c:RESERVEDMEM_OF_DECLARE(elfcorehdr, "linux,elfcorehdr", elfcore_hdr_setup);
    drivers/memory/tegra/tegra210-emc-table.c:RESERVEDMEM_OF_DECLARE(tegra210_emc_table, "nvidia,tegra210-emc-table",
    drivers/soc/fsl/qbman/bman_ccsr.c:RESERVEDMEM_OF_DECLARE(bman_fbpr, "fsl,bman-fbpr", bman_fbpr);
    drivers/soc/fsl/qbman/qman_ccsr.c:RESERVEDMEM_OF_DECLARE(qman_fqd, "fsl,qman-fqd", qman_fqd);
    drivers/soc/fsl/qbman/qman_ccsr.c:RESERVEDMEM_OF_DECLARE(qman_pfdr, "fsl,qman-pfdr", qman_pfdr);
    
    Let's simplify things and enable OF_RESERVED_MEM when OF_EARLY_FLATTREE is
    enabled.
    
    Cc: Christoph Hellwig <hch@lst.de>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210527223217.1572631-1-robh@kernel.org
    robherring committed Jun 3, 2021
  7. dt-bindings: reset: update ti,sci-reset.yaml references

    Changeset 9a81b8c ("dt-bindings: reset: Convert ti,sci-reset to json schema")
    renamed: Documentation/devicetree/bindings/reset/ti,sci-reset.txt
    to: Documentation/devicetree/bindings/reset/ti,sci-reset.yaml.
    
    Update the cross-references accordingly.
    
    Fixes: 9a81b8c ("dt-bindings: reset: Convert ti,sci-reset to json schema")
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/e9b505d900d898c0d030deb168ab291206c203ee.1622648507.git.mchehab+huawei@kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    mchehab authored and robherring committed Jun 3, 2021
  8. dt-bindings: clock: update ti,sci-clk.yaml references

    Changeset a7dbfa6 ("dt-bindings: clock: Convert ti,sci-clk to json schema")
    renamed: Documentation/devicetree/bindings/clock/ti,sci-clk.txt
    to: Documentation/devicetree/bindings/clock/ti,sci-clk.yaml.
    
    Update the cross-references accordingly.
    
    Fixes: a7dbfa6 ("dt-bindings: clock: Convert ti,sci-clk to json schema")
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/0fae687366c09dfb510425b3c88316a727b27d6d.1622648507.git.mchehab+huawei@kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    mchehab authored and robherring committed Jun 3, 2021
  9. dt-bindings: soc: ti: update sci-pm-domain.yaml references

    Changeset fda55c7 ("dt-bindings: soc: ti: Convert ti,sci-pm-domain to json schema")
    renamed: Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
    to: Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml.
    
    Update the cross-references accordingly.
    
    Fixes: fda55c7 ("dt-bindings: soc: ti: Convert ti,sci-pm-domain to json schema")
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/c03020ff281054c3bd2527c510659e05fec6f181.1622648507.git.mchehab+huawei@kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    mchehab authored and robherring committed Jun 3, 2021
  10. dt-bindings: power: supply: cpcap-charger: update cpcap-charger.yaml …

    …reference
    
    Changeset ce49e42 ("dt-bindings: power: supply: cpcap-charger: Convert to DT schema format")
    renamed: Documentation/devicetree/bindings/power/supply/cpcap-charger.txt
    to: Documentation/devicetree/bindings/power/supply/cpcap-charger.yaml.
    
    Update its cross-reference accordingly.
    
    Fixes: ce49e42 ("dt-bindings: power: supply: cpcap-charger: Convert to DT schema format")
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/e9ce216362b7b9dcf84d707a3854247123440bf7.1622648507.git.mchehab+huawei@kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    mchehab authored and robherring committed Jun 3, 2021
  11. dt-bindings: power: supply: cpcap-battery: update cpcap-battery.yaml …

    …reference
    
    Changeset 3c5be04 ("dt-bindings: power: supply: cpcap-battery: Convert to DT schema format")
    renamed: Documentation/devicetree/bindings/power/supply/cpcap-battery.txt
    to: Documentation/devicetree/bindings/power/supply/cpcap-battery.yaml.
    
    Update its cross-reference accordingly.
    
    Fixes: 3c5be04 ("dt-bindings: power: supply: cpcap-battery: Convert to DT schema format")
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/1d0c8d50db22d9e5540a42be874fcd39fb7fc2a7.1622648507.git.mchehab+huawei@kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    mchehab authored and robherring committed Jun 3, 2021
  12. dt-bindings: firmware: amlogic,scpi: Move arm,scpi-shmem to json schema

    "amlogic,meson-gxbb-scp-shmem" is already in the Generic on-chip SRAM
    binding though "amlogic,meson-gxbb-scpi" is missing which is now added.
    Also remove the whole old text format binding for the same.
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Kevin Hilman <khilman@baylibre.com>
    Cc: Neil Armstrong <narmstrong@baylibre.com>
    Cc: Jerome Brunet <jbrunet@baylibre.com>
    Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
    Link: https://lore.kernel.org/r/20210601224904.917990-5-sudeep.holla@arm.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    sudeep-holla authored and robherring committed Jun 3, 2021
  13. dt-bindings: firmware: juno,scpi: Move to sram.yaml json schema

    Commit a90b15e ("Documentation: bindings: decouple juno specific
    details from generic binding") moved the juno specific bindings into
    separate file. Though there was no need for juno specific binding, it
    has been used unfortunately for whatever stupid reason I added it for.
    
    Let us move the same to the generic sram.yaml schema and remove the
    old text format binding.
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
    Link: https://lore.kernel.org/r/20210601224904.917990-4-sudeep.holla@arm.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    sudeep-holla authored and robherring committed Jun 3, 2021
  14. dt-bindings: firmware: arm,scmi: Move arm,scmi-shmem to json schema

    Move the SRAM and shared memory binding for SCMI into the existing
    Generic on-chip SRAM. We just need to update the compatible list and
    there-by remove the whole old text format binding for the same.
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Cristian Marussi <cristian.marussi@arm.com>
    Cc: Florian Fainelli <f.fainelli@gmail.com>
    Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
    Link: https://lore.kernel.org/r/20210601224904.917990-3-sudeep.holla@arm.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    sudeep-holla authored and robherring committed Jun 3, 2021
  15. dt-bindings: firmware: arm,scpi: Move arm,scp-shmem to json schema

    Move the SRAM and shared memory binding for SCPI into the existing
    Generic on-chip SRAM. We just need to update the compatible list and
    there-by remove the whole old text format binding for the same.
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Kevin Hilman <khilman@baylibre.com>
    Cc: Neil Armstrong <narmstrong@baylibre.com>
    Cc: Jerome Brunet <jbrunet@baylibre.com>
    Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
    Link: https://lore.kernel.org/r/20210601224904.917990-2-sudeep.holla@arm.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    sudeep-holla authored and robherring committed Jun 3, 2021
  16. dt-bindings: mailbox: Convert omap-mailbox.txt binding to YAML

    Convert the current OMAP Mailbox binding from text format to YAML
    format/DT schema, and delete the legacy text binding file.
    
    The new YAML binding conversion is an updated version compared to
    the original. The descriptions for certain properties have been
    improved to provide more clarity. Constraints are added to the
    properties 'ti,mbox-num-users', 'ti,mbox-num-fifos' and 'interrupts'.
    The 'ti,hwmods' is a legacy property and is retained only to reflect
    the existing usage on some older OMAP2 and OMAP3 platforms.
    
    All the existing examples have also been updated to reflect the
    latest dts nodes (ti,hwmods removed from OMAP4 and AM33xx examples,
    and interrupts value updated for AM65x SoCs).
    
    Signed-off-by: Suman Anna <s-anna@ti.com>
    [robh: Update ref in ti,omap-remoteproc.yaml]
    Link: https://lore.kernel.org/r/20210520234348.4479-1-s-anna@ti.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    sumananna authored and robherring committed Jun 3, 2021

Commits on Jun 2, 2021

  1. dt-bindings: add StarFive Technology Co. Ltd.

    Add vendor prefix for StarFive Technology Co. Ltd [1]. StarFive was
    formed in 2018 and has now produced their first SoC, the JH7100, which
    contains 64-bit RISC-V cores [2]. It used in the BeagleV Starlight [3].
    
    [1] https://starfivetech.com/site/company
    [2] https://github.com/starfive-tech/beaglev_doc
    [3] https://github.com/beagleboard/beaglev-starlight
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    Link: https://lore.kernel.org/r/20210531070415.269667-1-drew@beagleboard.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    pdp7 authored and robherring committed Jun 2, 2021
  2. dt-bindings: arm: intel,keembay: limit the dtschema to root node

    The check for the board compatible should be limited only to the root
    node.  Any other nodes with such compatible are not part of this schema
    and should not match.
    
    Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
    Acked-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com>
    Link: https://lore.kernel.org/r/20210526162750.135139-1-krzysztof.kozlowski@canonical.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    krzk authored and robherring committed Jun 2, 2021
  3. dt-bindings: net: Convert MDIO mux bindings to DT schema

    Convert the common MDIO mux bindings to DT schema.
    
    Drop the example from mdio-mux.yaml as mdio-mux-gpio.yaml has the same one.
    
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: Jakub Kicinski <kuba@kernel.org>
    Cc: Ray Jui <rjui@broadcom.com>
    Cc: Scott Branden <sbranden@broadcom.com>
    Cc: bcm-kernel-feedback-list@broadcom.com
    Cc: Andrew Lunn <andrew@lunn.ch>
    Cc: Heiner Kallweit <hkallweit1@gmail.com>
    Cc: Russell King <linux@armlinux.org.uk>
    Cc: netdev@vger.kernel.org
    Cc: linux-arm-kernel@lists.infradead.org
    Reviewed-by: Andrew Lunn <andrew@lunn.ch>
    Link: https://lore.kernel.org/r/20210526181411.2888516-1-robh@kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    robherring committed Jun 2, 2021
  4. dt-bindings: iio: multiplexer: Convert io-channel-mux bindings to DT …

    …schema
    
    Straight conversion of the txt file using the mux-consumer.yaml
    binding now that is available.
    
    Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
    Cc: Peter Rosin <peda@axentia.se>
    [robh: Drop quotes and $ref for mux-controls]
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210522112908.1611389-3-jic23@kernel.org
    jic23 authored and robherring committed Jun 2, 2021

Commits on Jun 1, 2021

  1. dt-bindings: i2c: maxim,max9286: Use the i2c-mux.yaml schema

    Use the i2c-mux.yaml schema in the maxim,max9286 binding schema. With this,
    several properties can be dropped as they are defined in i2c-mux.yaml
    already.
    
    Cc: Jacopo Mondi <jacopo+renesas@jmondi.org>
    Cc: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
    Cc: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
    Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Acked-by: Wolfram Sang <wsa@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210526184839.2937899-7-robh@kernel.org
    robherring committed Jun 1, 2021
  2. dt-bindings: i2c: i2c-mux-pca954x: Convert to DT schema

    Convert the i2c-mux-pca954x binding to DT schema format.
    
    Add the missing compatible for 'nxp,pca9645' which is already in use.
    
    Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Acked-by: Wolfram Sang <wsa@kernel.org>
    Acked-by: Peter Rosin <peda@axentia.se>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210526184839.2937899-6-robh@kernel.org
    robherring committed Jun 1, 2021
  3. dt-bindings: i2c: Convert i2c-mux bindings to DT schema

    As some of the example I2C devices don't have schemas yet, change them to
    ones that do.
    
    Cc: Peter Rosin <peda@axentia.se>
    Acked-by: Wolfram Sang <wsa@kernel.org>
    Acked-by: Peter Rosin <peda@axentia.se>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210526184839.2937899-5-robh@kernel.org
    robherring committed Jun 1, 2021
  4. dt-bindings: mux: Convert mux controller bindings to schema

    Convert the mux controller bindings to DT schema.
    
    Cc: Peter Rosin <peda@axentia.se>
    Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
    Acked-by: Wolfram Sang <wsa@kernel.org>
    Acked-by: Peter Rosin <peda@axentia.se>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210526184839.2937899-4-robh@kernel.org
    robherring committed Jun 1, 2021
Older