1. 06 Oct, 2020 4 commits
  2. 05 Oct, 2020 3 commits
  3. 01 Oct, 2020 13 commits
  4. 29 Sep, 2020 11 commits
  5. 28 Sep, 2020 1 commit
  6. 23 Sep, 2020 1 commit
  7. 16 Sep, 2020 1 commit
  8. 15 Sep, 2020 4 commits
  9. 14 Sep, 2020 2 commits
    • Krzysztof Kozlowski's avatar
      dt-bindings: clock: imx8m: Integrate duplicated i.MX 8M schemas · 2c226230
      Krzysztof Kozlowski authored
      The clock controller schemas for i.MX 8M Mini, 8M Nano, 8M Plus and 8M
      Quad are basically the same.  The only minor difference appears on 8M
      Quad which needs one more clock.
      
      There is no point to have four schemas for almost the same binding.  Any
      fixes or changes would have to be duplicated four times.
      Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      2c226230
    • Krzysztof Kozlowski's avatar
      dt-bindings: mtd: gpmi-nand: Add i.MX 8M compatibles · b781592c
      Krzysztof Kozlowski authored
      DTSes with new i.MX 8M SoCs introduce their own compatibles so add them
      to fix dtbs_check warnings like:
      
        arch/arm64/boot/dts/freescale/imx8mm-evk.dt.yaml: nand-controller@33002000:
          compatible:0: 'fsl,imx8mm-gpmi-nand' is not one of ['fsl,imx23-gpmi-nand', 'fsl,imx28-gpmi-nand', 'fsl,imx6q-gpmi-nand', 'fsl,imx6sx-gpmi-nand', 'fsl,imx7d-gpmi-nand']
          From schema: Documentation/devicetree/bindings/mtd/gpmi-nand.yaml
      
        arch/arm64/boot/dts/freescale/imx8mm-evk.dt.yaml: nand-controller@33002000:
          compatible: ['fsl,imx8mm-gpmi-nand', 'fsl,imx7d-gpmi-nand'] is too long
      
        arch/arm64/boot/dts/freescale/imx8mm-evk.dt.yaml: nand-controller@33002000:
          compatible: Additional items are not allowed ('fsl,imx7d-gpmi-nand' was unexpected)
      Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
      Reviewed-by: default avatarRob Herring <robh@kernel.org>
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      b781592c