All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] coresight: Add remote etm support
@ 2024-08-07  7:10 Mao Jinlong
  2024-08-07  7:10 ` [PATCH v2 1/2] dt-bindings: arm: Add qcom,inst-id for remote etm Mao Jinlong
  2024-08-07  7:10 ` [PATCH v2 2/2] coresight: Add remote etm support Mao Jinlong
  0 siblings, 2 replies; 10+ messages in thread
From: Mao Jinlong @ 2024-08-07  7:10 UTC (permalink / raw)
  To: Suzuki K Poulose, Mike Leach, James Clark, Alexander Shishkin,
	Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: Mao Jinlong, linux-kernel, coresight, linux-arm-kernel,
	linux-arm-msm, devicetree

The system on chip (SoC) consists of main APSS(Applications processor
subsytem) and additional processors like modem, lpass. There is
coresight-etm driver for etm trace of APSS. Coresight remote etm driver
is for enabling and disabling the etm trace of remote processors.
It uses QMI interface to communicate with remote processors' software
and uses coresight framework to configure the connection from remote
etm source to TMC sinks.

Example to capture the remote etm trace:

Enable source:
echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink
echo 1 > /sys/bus/coresight/devices/remote_etm0/enable_source

Capture the trace:
cat /dev/tmc_etf0 > /data/remote_etm.bin

Disable source:
echo 0 > /sys/bus/coresight/devices/remote_etm0/enable_source

Changes since V1:
1. Remove unused content
2. Use CORESIGHT_DEV_SUBTYPE_SOURCE_OTHERS as remote etm source type.
3. Use enabled instead of enable in driver data.
4. Validate instance id value where it's read from the DT.

Mao Jinlong (2):
  dt-bindings: arm: Add qcom,inst-id for remote etm
  coresight: Add remote etm support

 .../arm/qcom,coresight-remote-etm.yaml        |  10 +
 drivers/hwtracing/coresight/Kconfig           |  13 +
 drivers/hwtracing/coresight/Makefile          |   1 +
 drivers/hwtracing/coresight/coresight-qmi.h   |  89 +++++
 .../coresight/coresight-remote-etm.c          | 308 ++++++++++++++++++
 5 files changed, 421 insertions(+)
 create mode 100644 drivers/hwtracing/coresight/coresight-qmi.h
 create mode 100644 drivers/hwtracing/coresight/coresight-remote-etm.c

-- 
2.41.0


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: [PATCH v2 1/2] dt-bindings: arm: Add qcom,inst-id for remote etm
@ 2024-08-07 19:55 kernel test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kernel test robot @ 2024-08-07 19:55 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: <20240807071054.12742-2-quic_jinlmao@quicinc.com>
References: <20240807071054.12742-2-quic_jinlmao@quicinc.com>
TO: Mao Jinlong <quic_jinlmao@quicinc.com>
TO: Suzuki K Poulose <suzuki.poulose@arm.com>
TO: Mike Leach <mike.leach@linaro.org>
TO: James Clark <james.clark@arm.com>
TO: Alexander Shishkin <alexander.shishkin@linux.intel.com>
TO: Andy Gross <agross@kernel.org>
TO: Bjorn Andersson <andersson@kernel.org>
TO: Rob Herring <robh+dt@kernel.org>
TO: Krzysztof Kozlowski <krzk@kernel.org>
TO: Conor Dooley <conor+dt@kernel.org>
CC: Mao Jinlong <quic_jinlmao@quicinc.com>
CC: linux-kernel@vger.kernel.org
CC: coresight@lists.linaro.org
CC: linux-arm-kernel@lists.infradead.org
CC: linux-arm-msm@vger.kernel.org
CC: devicetree@vger.kernel.org

Hi Mao,

kernel test robot noticed the following build warnings:

[auto build test WARNING on robh/for-next]
[also build test WARNING on linus/master v6.11-rc2 next-20240807]
[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/Mao-Jinlong/dt-bindings-arm-Add-qcom-inst-id-for-remote-etm/20240807-151315
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link:    https://lore.kernel.org/r/20240807071054.12742-2-quic_jinlmao%40quicinc.com
patch subject: [PATCH v2 1/2] dt-bindings: arm: Add qcom,inst-id for remote etm
:::::: branch date: 13 hours ago
:::::: commit date: 13 hours ago
config: arm64-randconfig-051-20240807 (https://download.01.org/0day-ci/archive/20240808/202408080356.MozxNecy-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/20240808/202408080356.MozxNecy-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/202408080356.MozxNecy-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1051.26-1100.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@994000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1119.26-1168.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@996000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pm8994.dtsi:131.9-150.4: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@1: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1216.11-1226.7: Warning (graph_child_address): /soc@0/display-subsystem@900000/hdmi-tx@9a0000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/qcom/apq8096-db820c.dtb: etm: 'qcom,inst-id' is a required property
   	from schema $id: http://devicetree.org/schemas/arm/qcom,coresight-remote-etm.yaml#
   arch/arm64/boot/dts/qcom/apq8096-db820c.dtb: pmic@2: mpps@a000:mpp2-userled4-state: 'oneOf' conditional failed, one must be fixed:
   	'function', 'output-low', 'pins', 'qcom,dtest' do not match any of the regexes: '-pins$', 'pinctrl-[0-9]+'
   	[4] is not of type 'integer'
   	[4] is not one of [1, 2, 3, 4]
   	from schema $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml#
   arch/arm64/boot/dts/qcom/apq8096-db820c.dtb: mpps@a000: mpp2-userled4-state: 'oneOf' conditional failed, one must be fixed:
   	'function', 'output-low', 'pins', 'qcom,dtest' do not match any of the regexes: '-pins$', 'pinctrl-[0-9]+'
   	[4] is not of type 'integer'
   	[4] is not one of [1, 2, 3, 4]
--
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1051.26-1100.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@994000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1119.26-1168.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@996000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pm8994.dtsi:131.9-150.4: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@1: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1216.11-1226.7: Warning (graph_child_address): /soc@0/display-subsystem@900000/hdmi-tx@9a0000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/qcom/apq8096-ifc6640.dtb: etm: 'qcom,inst-id' is a required property
   	from schema $id: http://devicetree.org/schemas/arm/qcom,coresight-remote-etm.yaml#
   arch/arm64/boot/dts/qcom/apq8096-ifc6640.dtb: usb@6af8800: interrupts: [[0, 347, 4], [0, 243, 4]] is too short
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/apq8096-ifc6640.dtb: usb@6af8800: interrupt-names:0: 'pwr_event' was expected
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/apq8096-ifc6640.dtb: usb@6af8800: interrupt-names:1: 'qusb2_phy' was expected
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/apq8096-ifc6640.dtb: usb@6af8800: interrupt-names: ['hs_phy_irq', 'ss_phy_irq'] is too short
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/apq8096-ifc6640.dtb: usb@76f8800: interrupt-names: ['pwr_event', 'qusb2_phy', 'hs_phy_irq'] is too short
--
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1051.26-1100.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@994000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1119.26-1168.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@996000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1216.11-1226.7: Warning (graph_child_address): /soc@0/display-subsystem@900000/hdmi-tx@9a0000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/qcom/msm8996-mtp.dtb: etm: 'qcom,inst-id' is a required property
   	from schema $id: http://devicetree.org/schemas/arm/qcom,coresight-remote-etm.yaml#
   arch/arm64/boot/dts/qcom/msm8996-mtp.dtb: usb@6af8800: interrupts: [[0, 347, 4], [0, 243, 4]] is too short
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996-mtp.dtb: usb@6af8800: interrupt-names:0: 'pwr_event' was expected
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996-mtp.dtb: usb@6af8800: interrupt-names:1: 'qusb2_phy' was expected
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996-mtp.dtb: usb@6af8800: interrupt-names: ['hs_phy_irq', 'ss_phy_irq'] is too short
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996-mtp.dtb: usb@76f8800: interrupt-names: ['pwr_event', 'qusb2_phy', 'hs_phy_irq'] is too short
--
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1051.26-1100.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@994000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1119.26-1168.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@996000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pm8994.dtsi:131.9-150.4: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@1: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1216.11-1226.7: Warning (graph_child_address): /soc@0/display-subsystem@900000/hdmi-tx@9a0000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/qcom/msm8996-oneplus3.dtb: etm: 'qcom,inst-id' is a required property
   	from schema $id: http://devicetree.org/schemas/arm/qcom,coresight-remote-etm.yaml#
   arch/arm64/boot/dts/qcom/msm8996-oneplus3.dtb: pcie@600000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected)
   	from schema $id: http://devicetree.org/schemas/pci/qcom,pcie.yaml#
   arch/arm64/boot/dts/qcom/msm8996-oneplus3.dtb: remoteproc@1c00000: 'px-supply' is a required property
   	from schema $id: http://devicetree.org/schemas/remoteproc/qcom,adsp.yaml#
   arch/arm64/boot/dts/qcom/msm8996-oneplus3.dtb: usb@6af8800: interrupts: [[0, 347, 4], [0, 243, 4]] is too short
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996-oneplus3.dtb: usb@6af8800: interrupt-names:0: 'pwr_event' was expected
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996-oneplus3.dtb: usb@6af8800: interrupt-names:1: 'qusb2_phy' was expected
--
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1051.26-1100.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@994000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1119.26-1168.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@996000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pm8994.dtsi:131.9-150.4: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@1: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1216.11-1226.7: Warning (graph_child_address): /soc@0/display-subsystem@900000/hdmi-tx@9a0000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/qcom/msm8996-oneplus3t.dtb: etm: 'qcom,inst-id' is a required property
   	from schema $id: http://devicetree.org/schemas/arm/qcom,coresight-remote-etm.yaml#
   arch/arm64/boot/dts/qcom/msm8996-oneplus3t.dtb: pcie@600000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected)
   	from schema $id: http://devicetree.org/schemas/pci/qcom,pcie.yaml#
   arch/arm64/boot/dts/qcom/msm8996-oneplus3t.dtb: remoteproc@1c00000: 'px-supply' is a required property
   	from schema $id: http://devicetree.org/schemas/remoteproc/qcom,adsp.yaml#
   arch/arm64/boot/dts/qcom/msm8996-oneplus3t.dtb: usb@6af8800: interrupts: [[0, 347, 4], [0, 243, 4]] is too short
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996-oneplus3t.dtb: usb@6af8800: interrupt-names:0: 'pwr_event' was expected
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996-oneplus3t.dtb: usb@6af8800: interrupt-names:1: 'qusb2_phy' was expected
--
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1051.26-1100.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@994000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1119.26-1168.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@996000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pm8994.dtsi:131.9-150.4: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@1: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pmi8994.dtsi:40.20-48.5: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@3/pwm: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:3251.27-3266.5: Warning (avoid_unnecessary_addr_size): /soc@0/i2c@7577000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1216.11-1226.7: Warning (graph_child_address): /soc@0/display-subsystem@900000/hdmi-tx@9a0000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-dora.dtb: etm: 'qcom,inst-id' is a required property
   	from schema $id: http://devicetree.org/schemas/arm/qcom,coresight-remote-etm.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-dora.dtb: pmic@3: wled@d800: 'label' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-dora.dtb: wled@d800: 'label' is a required property
   	from schema $id: http://devicetree.org/schemas/leds/backlight/qcom-wled.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-dora.dtb: pcie@600000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected)
   	from schema $id: http://devicetree.org/schemas/pci/qcom,pcie.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-dora.dtb: usb@6af8800: interrupts: [[0, 347, 4], [0, 243, 4]] is too short
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-dora.dtb: usb@6af8800: interrupt-names:0: 'pwr_event' was expected
--
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1051.26-1100.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@994000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1119.26-1168.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@996000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pm8994.dtsi:131.9-150.4: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@1: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pmi8994.dtsi:40.20-48.5: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@3/pwm: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1216.11-1226.7: Warning (graph_child_address): /soc@0/display-subsystem@900000/hdmi-tx@9a0000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-kagura.dtb: etm: 'qcom,inst-id' is a required property
   	from schema $id: http://devicetree.org/schemas/arm/qcom,coresight-remote-etm.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-kagura.dtb: pmic@3: wled@d800: 'label' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-kagura.dtb: wled@d800: 'label' is a required property
   	from schema $id: http://devicetree.org/schemas/leds/backlight/qcom-wled.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-kagura.dtb: pcie@600000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected)
   	from schema $id: http://devicetree.org/schemas/pci/qcom,pcie.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-kagura.dtb: usb@6af8800: interrupts: [[0, 347, 4], [0, 243, 4]] is too short
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-kagura.dtb: usb@6af8800: interrupt-names:0: 'pwr_event' was expected
--
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1051.26-1100.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@994000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1119.26-1168.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@996000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pm8994.dtsi:131.9-150.4: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@1: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pmi8994.dtsi:40.20-48.5: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@3/pwm: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1216.11-1226.7: Warning (graph_child_address): /soc@0/display-subsystem@900000/hdmi-tx@9a0000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-keyaki.dtb: etm: 'qcom,inst-id' is a required property
   	from schema $id: http://devicetree.org/schemas/arm/qcom,coresight-remote-etm.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-keyaki.dtb: pmic@3: wled@d800: 'label' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-keyaki.dtb: wled@d800: 'label' is a required property
   	from schema $id: http://devicetree.org/schemas/leds/backlight/qcom-wled.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-keyaki.dtb: pcie@600000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected)
   	from schema $id: http://devicetree.org/schemas/pci/qcom,pcie.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-keyaki.dtb: usb@6af8800: interrupts: [[0, 347, 4], [0, 243, 4]] is too short
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-keyaki.dtb: usb@6af8800: interrupt-names:0: 'pwr_event' was expected
--
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1119.26-1168.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@996000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pm8994.dtsi:131.9-150.4: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@1: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pmi8994.dtsi:40.20-48.5: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@3/pwm: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1216.11-1226.7: Warning (graph_child_address): /soc@0/display-subsystem@900000/hdmi-tx@9a0000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dtb: etm: 'qcom,inst-id' is a required property
   	from schema $id: http://devicetree.org/schemas/arm/qcom,coresight-remote-etm.yaml#
   arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dtb: panel@0: 'power-supply' is a required property
   	from schema $id: http://devicetree.org/schemas/display/panel/panel-simple-dsi.yaml#
   arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dtb: pmic@3: wled@d800: 'label' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml#
   arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dtb: wled@d800: 'label' is a required property
   	from schema $id: http://devicetree.org/schemas/leds/backlight/qcom-wled.yaml#
   arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dtb: pcie@600000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected)
   	from schema $id: http://devicetree.org/schemas/pci/qcom,pcie.yaml#
   arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dtb: usb@6af8800: interrupts: [[0, 347, 4], [0, 243, 4]] is too short
--
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1119.26-1168.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@996000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pm8994.dtsi:131.9-150.4: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@1: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pmi8994.dtsi:40.20-48.5: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@3/pwm: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1216.11-1226.7: Warning (graph_child_address): /soc@0/display-subsystem@900000/hdmi-tx@9a0000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-natrium.dtb: etm: 'qcom,inst-id' is a required property
   	from schema $id: http://devicetree.org/schemas/arm/qcom,coresight-remote-etm.yaml#
   arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-natrium.dtb: panel@0: 'power-supply' is a required property
   	from schema $id: http://devicetree.org/schemas/display/panel/panel-simple-dsi.yaml#
   arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-natrium.dtb: pmic@3: wled@d800: 'label' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml#
   arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-natrium.dtb: wled@d800: 'label' is a required property
   	from schema $id: http://devicetree.org/schemas/leds/backlight/qcom-wled.yaml#
   arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-natrium.dtb: pcie@600000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected)
   	from schema $id: http://devicetree.org/schemas/pci/qcom,pcie.yaml#
   arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-natrium.dtb: usb@6af8800: interrupts: [[0, 347, 4], [0, 243, 4]] is too short
--
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1051.26-1100.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@994000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1119.26-1168.6: Warning (avoid_unnecessary_addr_size): /soc@0/display-subsystem@900000/dsi@996000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pm8994.dtsi:131.9-150.4: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@1: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/pmi8994.dtsi:40.20-48.5: Warning (avoid_unnecessary_addr_size): /soc@0/spmi@400f000/pmic@3/pwm: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
   arch/arm64/boot/dts/qcom/msm8996.dtsi:1216.11-1226.7: Warning (graph_child_address): /soc@0/display-subsystem@900000/hdmi-tx@9a0000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-scorpio.dtb: etm: 'qcom,inst-id' is a required property
   	from schema $id: http://devicetree.org/schemas/arm/qcom,coresight-remote-etm.yaml#
   arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-scorpio.dtb: pcie@600000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected)
   	from schema $id: http://devicetree.org/schemas/pci/qcom,pcie.yaml#
   arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-scorpio.dtb: usb@6af8800: interrupts: [[0, 347, 4], [0, 243, 4]] is too short
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-scorpio.dtb: usb@6af8800: interrupt-names:0: 'pwr_event' was expected
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-scorpio.dtb: usb@6af8800: interrupt-names:1: 'qusb2_phy' was expected
   	from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
   arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-scorpio.dtb: usb@6af8800: interrupt-names: ['hs_phy_irq', 'ss_phy_irq'] is too short

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

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

end of thread, other threads:[~2024-08-13 17:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07  7:10 [PATCH v2 0/2] coresight: Add remote etm support Mao Jinlong
2024-08-07  7:10 ` [PATCH v2 1/2] dt-bindings: arm: Add qcom,inst-id for remote etm Mao Jinlong
2024-08-08 10:25   ` Suzuki K Poulose
2024-08-13  7:30     ` Jinlong Mao
2024-08-13 17:41   ` Rob Herring
2024-08-07  7:10 ` [PATCH v2 2/2] coresight: Add remote etm support Mao Jinlong
2024-08-07 21:27   ` kernel test robot
2024-08-07 23:00   ` kernel test robot
2024-08-08  2:03   ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2024-08-07 19:55 [PATCH v2 1/2] dt-bindings: arm: Add qcom,inst-id for remote etm 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.