All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 2/3] dt-bindings: mtd: mchp48l640 add mb85rs128ty compatible
@ 2024-12-03 10:25 kernel test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kernel test robot @ 2024-12-03 10:25 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20241202-mb85rs128ty-v1-2-a660b6490dc8@pengutronix.de>
References: <20241202-mb85rs128ty-v1-2-a660b6490dc8@pengutronix.de>
TO: Jonas Rebmann <jre@pengutronix.de>
TO: Miquel Raynal <miquel.raynal@bootlin.com>
TO: Richard Weinberger <richard@nod.at>
TO: Vignesh Raghavendra <vigneshr@ti.com>
TO: Rob Herring <robh@kernel.org>
TO: Krzysztof Kozlowski <krzk@kernel.org>
TO: Conor Dooley <conor+dt@kernel.org>
TO: Heiko Schocher <hs@denx.de>
CC: linux-mtd@lists.infradead.org
CC: linux-kernel@vger.kernel.org
CC: devicetree@vger.kernel.org
CC: David Jander <david@protonic.nl>
CC: kernel@pengutronix.de
CC: Jonas Rebmann <jre@pengutronix.de>

Hi Jonas,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 7af08b57bcb9ebf78675c50069c54125c0a8b795]

url:    https://github.com/intel-lab-lkp/linux/commits/Jonas-Rebmann/mtd-mchp48l640-make-WEL-behaviour-configurable/20241203-033012
base:   7af08b57bcb9ebf78675c50069c54125c0a8b795
patch link:    https://lore.kernel.org/r/20241202-mb85rs128ty-v1-2-a660b6490dc8%40pengutronix.de
patch subject: [PATCH 2/3] dt-bindings: mtd: mchp48l640 add mb85rs128ty compatible
:::::: branch date: 15 hours ago
:::::: commit date: 15 hours ago
config: arm-randconfig-052-20241203 (https://download.01.org/0day-ci/archive/20241203/202412031857.OWe09h5w-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 14.2.0
dtschema version: 2024.12.dev3+g93ee800
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241203/202412031857.OWe09h5w-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202412031857.OWe09h5w-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
   	from schema $id: http://devicetree.org/schemas/timer/fsl,imxgpt.yaml#
   arch/arm/boot/dts/nxp/imx/imx7d-smegw01.dtb: iomuxc-gpr@30340000: 'csi-mux' does not match any of the regexes: 'pinctrl-[0-9]+'
   	from schema $id: http://devicetree.org/schemas/soc/imx/fsl,imx-iomuxc-gpr.yaml#
   arch/arm/boot/dts/nxp/imx/imx7d-smegw01.dtb: dsi@30760000: compatible: 'oneOf' conditional failed, one must be fixed:
   	['fsl,imx7d-mipi-dsim', 'fsl,imx8mm-mipi-dsim'] is too long
   	'fsl,imx7d-mipi-dsim' is not one of ['samsung,exynos3250-mipi-dsi', 'samsung,exynos4210-mipi-dsi', 'samsung,exynos5410-mipi-dsi', 'samsung,exynos5422-mipi-dsi', 'samsung,exynos5433-mipi-dsi', 'fsl,imx8mm-mipi-dsim', 'fsl,imx8mp-mipi-dsim']
   	'fsl,imx8mn-mipi-dsim' was expected
   	from schema $id: http://devicetree.org/schemas/display/bridge/samsung,mipi-dsim.yaml#
   arch/arm/boot/dts/nxp/imx/imx7d-smegw01.dtb: /soc/bus@30400000/dsi@30760000: failed to match any schema with compatible: ['fsl,imx7d-mipi-dsim', 'fsl,imx8mm-mipi-dsim']
   arch/arm/boot/dts/nxp/imx/imx7d-smegw01.dtb: /soc/bus@30400000/pcie-phy@306d0000: failed to match any schema with compatible: ['fsl,imx7d-pcie-phy']
>> arch/arm/boot/dts/nxp/imx/imx7d-smegw01.dtb: sram@0: compatible: ['microchip,48l640'] is too short
   	from schema $id: http://devicetree.org/schemas/mtd/microchip,mchp48l640.yaml#
>> arch/arm/boot/dts/nxp/imx/imx7d-smegw01.dtb: sram@0: Unevaluated properties are not allowed ('compatible' was unexpected)
   	from schema $id: http://devicetree.org/schemas/mtd/microchip,mchp48l640.yaml#

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/3] Add support for Fujitsu MB85RS128TY
@ 2024-12-02 16:35 Jonas Rebmann
  2024-12-02 16:35   ` Jonas Rebmann
  0 siblings, 1 reply; 9+ messages in thread
From: Jonas Rebmann @ 2024-12-02 16:35 UTC (permalink / raw)
  To: Miquel Raynal, Richard Weinberger, Vignesh Raghavendra,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Schocher
  Cc: linux-mtd, linux-kernel, devicetree, David Jander, kernel,
	Jonas Rebmann

The Fujitsu MB85RS128TY FRAM chips behave almost identically to the
Microchip 48L640. This series adds their support to the mchp48l640
driver.

Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
---
David Jander (2):
      mtd: mchp48l640: make WEL behaviour configurable
      mtd: mchp48l640: add support for Fujitsu MB85RS128TY FRAM

Jonas Rebmann (1):
      dt-bindings: mtd: mchp48l640 add mb85rs128ty compatible

 .../bindings/mtd/microchip,mchp48l640.yaml         |  1 +
 drivers/mtd/devices/mchp48l640.c                   | 28 +++++++++++++++++++---
 2 files changed, 26 insertions(+), 3 deletions(-)
---
base-commit: 7af08b57bcb9ebf78675c50069c54125c0a8b795
change-id: 20241129-mb85rs128ty-659e81900957

Best regards,
-- 
Jonas Rebmann <jre@pengutronix.de>


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-12-03 10:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03 10:25 [PATCH 2/3] dt-bindings: mtd: mchp48l640 add mb85rs128ty compatible kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2024-12-02 16:35 [PATCH 0/3] Add support for Fujitsu MB85RS128TY Jonas Rebmann
2024-12-02 16:35 ` [PATCH 2/3] dt-bindings: mtd: mchp48l640 add mb85rs128ty compatible Jonas Rebmann
2024-12-02 16:35   ` Jonas Rebmann
2024-12-02 16:53   ` Marc Kleine-Budde
2024-12-02 16:53     ` Marc Kleine-Budde
2024-12-02 20:59     ` Rob Herring
2024-12-02 20:59       ` Rob Herring
2024-12-02 17:32   ` Rob Herring (Arm)
2024-12-02 17:32     ` Rob Herring (Arm)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.