All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for Kontron OSM-S i.MX8MP SoM and carrier boards
@ 2024-08-07 10:38 Frieder Schrempf
  2024-08-07 10:38 ` [PATCH v2 1/3] dt-bindings: arm: fsl: Add Kontron i.MX8MP OSM-S based boards Frieder Schrempf
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Frieder Schrempf @ 2024-08-07 10:38 UTC (permalink / raw)
  To: Conor Dooley, devicetree, imx, Krzysztof Kozlowski,
	linux-arm-kernel, linux-kernel, Rob Herring, Sascha Hauer,
	Shawn Guo
  Cc: Frieder Schrempf, Alexander Stein, Bjorn Helgaas, Conor Dooley,
	Fabio Estevam, Francesco Dolcini, Gregor Herburger,
	Hiago De Franco, Hugo Villeneuve, Joao Paulo Goncalves,
	Krzysztof Kozlowski, Marco Felsch, Mathieu Othacehe,
	Parthiban Nallathambi, Pengutronix Kernel Team

From: Frieder Schrempf <frieder.schrempf@kontron.de>

Patch 1: board DT bindings
Patch 2: OSM-S i.MX8MP SoM and BL carrier board devicetrees
Patch 3: i.MX8MP SMARC module and eval carrier board devicetrees

Changes for v2:

DT bindings (patch1):
* Add tags from Krzysztof and Conor (thanks!)

SMARC DTs (patch 3):
* Fix GPIO labels
* Add support for TPM chip on SMARC module
* Disable PWM in favor of GPIO5 on SMARC carrier
* Enable LCDIF node to make HDMI work
* Add support for GPIO expanders on SMARC carrier
* Remove SPI flash as its removable and should be in an overlay
* Add CAN regulators to fix transceiver enable

Frieder Schrempf (3):
  dt-bindings: arm: fsl: Add Kontron i.MX8MP OSM-S based boards
  arm64: dts: Add support for Kontron OSM-S i.MX8MP SoM and BL carrier
    board
  arm64: dts: Add support for Kontron i.MX8MP SMARC module and eval
    carrier

 .../devicetree/bindings/arm/fsl.yaml          |  13 +
 arch/arm64/boot/dts/freescale/Makefile        |   6 +
 .../dts/freescale/imx8mp-kontron-bl-osm-s.dts | 307 ++++++
 .../boot/dts/freescale/imx8mp-kontron-dl.dtso | 112 +++
 .../dts/freescale/imx8mp-kontron-osm-s.dtsi   | 908 ++++++++++++++++++
 .../imx8mp-kontron-smarc-eval-carrier.dts     | 258 +++++
 .../dts/freescale/imx8mp-kontron-smarc.dtsi   | 281 ++++++
 7 files changed, 1885 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-bl-osm-s.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtso
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-osm-s.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-smarc-eval-carrier.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-smarc.dtsi

-- 
2.45.2


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [PATCH v2 2/3] arm64: dts: Add support for Kontron OSM-S i.MX8MP SoM and BL carrier board
@ 2024-08-09  6:40 kernel test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kernel test robot @ 2024-08-09  6:40 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: <20240807104137.558741-3-frieder@fris.de>
References: <20240807104137.558741-3-frieder@fris.de>
TO: Frieder Schrempf <frieder@fris.de>
TO: Conor Dooley <conor+dt@kernel.org>
TO: devicetree@vger.kernel.org
TO: imx@lists.linux.dev
TO: Krzysztof Kozlowski <krzk@kernel.org>
TO: linux-arm-kernel@lists.infradead.org
TO: linux-kernel@vger.kernel.org
TO: Rob Herring <robh@kernel.org>
TO: Sascha Hauer <s.hauer@pengutronix.de>
TO: Shawn Guo <shawnguo@kernel.org>
CC: Frieder Schrempf <frieder.schrempf@kontron.de>
CC: Alexander Stein <alexander.stein@ew.tq-group.com>
CC: Fabio Estevam <festevam@gmail.com>
CC: Francesco Dolcini <francesco.dolcini@toradex.com>
CC: Gregor Herburger <gregor.herburger@ew.tq-group.com>
CC: Joao Paulo Goncalves <joao.goncalves@toradex.com>
CC: Parthiban Nallathambi <parthiban@linumiz.com>
CC: Peng Fan <peng.fan@nxp.com>
CC: Pengutronix Kernel Team <kernel@pengutronix.de>

Hi Frieder,

kernel test robot noticed the following build warnings:

[auto build test WARNING on shawnguo/for-next]
[also build test WARNING on robh/for-next krzk/for-next krzk-dt/for-next krzk-mem-ctrl/for-next linus/master v6.11-rc2 next-20240808]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Frieder-Schrempf/dt-bindings-arm-fsl-Add-Kontron-i-MX8MP-OSM-S-based-boards/20240807-191042
base:   https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git for-next
patch link:    https://lore.kernel.org/r/20240807104137.558741-3-frieder%40fris.de
patch subject: [PATCH v2 2/3] arm64: dts: Add support for Kontron OSM-S i.MX8MP SoM and BL carrier board
:::::: branch date: 2 days ago
:::::: commit date: 2 days ago
config: arm64-randconfig-051-20240808 (https://download.01.org/0day-ci/archive/20240809/202408091454.Dse5LGMd-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 14.1.0
dtschema version: 2024.6.dev8+gf13c181
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240809/202408091454.Dse5LGMd-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/202408091454.Dse5LGMd-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> arch/arm64/boot/dts/freescale/imx8mp-kontron-bl-osm-s.dtb: clock-controller@30e20000: '#reset-cells' does not match any of the regexes: 'pinctrl-[0-9]+'
   	from schema $id: http://devicetree.org/schemas/clock/imx8mp-audiomix.yaml#
>> arch/arm64/boot/dts/freescale/imx8mp-kontron-bl-osm-s.dtb: /usbc: failed to match any schema with compatible: ['linux,extcon-usb-gpio']
--
>> arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: /: compatible: 'oneOf' conditional failed, one must be fixed:
   	['kontron,imx8mp-dl-osm-s', 'kontron,imx8mp-bl-osm-s', 'kontron,imx8mp-osm-s', 'fsl,imx8mp'] is too long
>> 	arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: /: compatible: 'oneOf' conditional failed, one must be fixed:
   		['kontron,imx8mp-dl-osm-s', 'kontron,imx8mp-bl-osm-s', 'kontron,imx8mp-osm-s', 'fsl,imx8mp'] is too long
   		'kontron,imx8mp-dl-osm-s' is not one of ['tq,imx8dxp-tqma8xdp-mba8xx']
   		'kontron,imx8mp-dl-osm-s' is not one of ['tq,imx8qxp-tqma8xqp-mba8xx']
   		'tq,imx8dxp-tqma8xdp' was expected
   		'tq,imx8qxp-tqma8xqp' was expected
   		'fsl,imx8dxp' was expected
   		'fsl,imx8qxp' was expected
   	'kontron,imx8mp-dl-osm-s' is not one of ['armadeus,imx1-apf9328', 'fsl,imx1ads']
   	'kontron,imx8mp-dl-osm-s' is not one of ['creative,x-fi3', 'fsl,imx23-evk', 'fsl,stmp378x-devb', 'olimex,imx23-olinuxino', 'sandisk,sansa_fuze_plus']
   	'kontron,imx8mp-dl-osm-s' is not one of ['fsl,imx25-pdk', 'karo,imx25-tx25']
--
   	'tq,imx6dl-tqma6dl-b' was expected
   	'phytec,imx6ul-pcl063' was expected
   	'phytec,imx6ull-pcl063' was expected
   	'fsl,imx6ulz' was expected
   	'toradex,verdin-imx8mm' was expected
   	'avnet,sm2s-imx8mp' was expected
   	'toradex,verdin-imx8mp' was expected
   	'kontron,imx8mp-osm-s' is not one of ['fsl,imx8qxp', 'fsl,imx8dx']
   	'fsl,vf500' was expected
   	from schema $id: http://devicetree.org/schemas/arm/fsl.yaml#
>> arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: /: failed to match any schema with compatible: ['kontron,imx8mp-dl-osm-s', 'kontron,imx8mp-bl-osm-s', 'kontron,imx8mp-osm-s', 'fsl,imx8mp']
   arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: panel: compatible:0: 'panel-lvds' is not one of ['admatec,9904379', 'auo,b101ew05', 'chunghwa,claa070wp03xg', 'edt,etml0700z9ndha', 'hannstar,hsd101pww2', 'hydis,hv070wx2-1e0', 'tbs,a711-panel']
   	from schema $id: http://devicetree.org/schemas/display/panel/panel-lvds.yaml#
>> arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: panel: compatible: ['panel-lvds'] is too short
   	from schema $id: http://devicetree.org/schemas/display/panel/panel-lvds.yaml#
>> arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: panel: Unevaluated properties are not allowed ('compatible' was unexpected)
   	from schema $id: http://devicetree.org/schemas/display/panel/panel-lvds.yaml#
>> arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: gpio@30230000: 'panel_rst', 'panel_stby' do not match any of the regexes: '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$', 'pinctrl-[0-9]+'
   	from schema $id: http://devicetree.org/schemas/gpio/fsl-imx-gpio.yaml#
>> arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: panel_stby: $nodename:0: 'panel_stby' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$'
   	from schema $id: http://devicetree.org/schemas/gpio/gpio-hog.yaml#
>> arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: panel_rst: $nodename:0: 'panel_rst' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$'
   	from schema $id: http://devicetree.org/schemas/gpio/gpio-hog.yaml#
>> arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: gt911@5d: 'power-supply' does not match any of the regexes: 'pinctrl-[0-9]+'
   	from schema $id: http://devicetree.org/schemas/input/touchscreen/goodix.yaml#
>> arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: clock-controller@30e20000: '#reset-cells' does not match any of the regexes: 'pinctrl-[0-9]+'
   	from schema $id: http://devicetree.org/schemas/clock/imx8mp-audiomix.yaml#
>> arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: /usbc: failed to match any schema with compatible: ['linux,extcon-usb-gpio']

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

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

end of thread, other threads:[~2024-09-04  6:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 10:38 [PATCH v2 0/3] Add support for Kontron OSM-S i.MX8MP SoM and carrier boards Frieder Schrempf
2024-08-07 10:38 ` [PATCH v2 1/3] dt-bindings: arm: fsl: Add Kontron i.MX8MP OSM-S based boards Frieder Schrempf
2024-08-07 10:38 ` [PATCH v2 2/3] arm64: dts: Add support for Kontron OSM-S i.MX8MP SoM and BL carrier board Frieder Schrempf
2024-09-04  6:23   ` Shawn Guo
2024-08-07 10:38 ` [PATCH v2 3/3] arm64: dts: Add support for Kontron i.MX8MP SMARC module and eval carrier Frieder Schrempf
2024-09-04  6:35   ` Shawn Guo
2024-08-07 15:20 ` [PATCH v2 0/3] Add support for Kontron OSM-S i.MX8MP SoM and carrier boards Rob Herring (Arm)
2024-09-03  8:52 ` Frieder Schrempf
  -- strict thread matches above, loose matches on Subject: below --
2024-08-09  6:40 [PATCH v2 2/3] arm64: dts: Add support for Kontron OSM-S i.MX8MP SoM and BL carrier board kernel test robot

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.