All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 2/2] arm64: dts: rockchip: add Firefly CORE PX30 JD4
@ 2024-07-16 21:59 kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2024-07-16 21:59 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: <20240716-rockchip-px30-firefly-v1-2-60cdad3023a3@collabora.com>
References: <20240716-rockchip-px30-firefly-v1-2-60cdad3023a3@collabora.com>
TO: Christopher Obbard <chris.obbard@collabora.com>
TO: Rob Herring <robh@kernel.org>
TO: Krzysztof Kozlowski <krzk@kernel.org>
TO: Conor Dooley <conor+dt@kernel.org>
TO: Heiko Stuebner <heiko@sntech.de>
CC: devicetree@vger.kernel.org
CC: linux-arm-kernel@lists.infradead.org
CC: linux-rockchip@lists.infradead.org
CC: linux-kernel@vger.kernel.org
CC: Kever Yang <kever.yang@rock-chips.com>
CC: Christopher Obbard <chris.obbard@collabora.com>

Hi Christopher,

kernel test robot noticed the following build warnings:

[auto build test WARNING on d67978318827d06f1c0fa4c31343a279e9df6fde]

url:    https://github.com/intel-lab-lkp/linux/commits/Christopher-Obbard/dt-bindings-arm-rockchip-add-Firefly-CORE-PX30-JD4/20240717-042608
base:   d67978318827d06f1c0fa4c31343a279e9df6fde
patch link:    https://lore.kernel.org/r/20240716-rockchip-px30-firefly-v1-2-60cdad3023a3%40collabora.com
patch subject: [PATCH 2/2] arm64: dts: rockchip: add Firefly CORE PX30 JD4
:::::: branch date: 2 hours ago
:::::: commit date: 2 hours ago
config: arm64-randconfig-051-20240717 (https://download.01.org/0day-ci/archive/20240717/202407170524.Pc8MMP6B-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
dtschema version: 2024.6.dev4+g23441a4
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240717/202407170524.Pc8MMP6B-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/202407170524.Pc8MMP6B-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
   arch/arm64/boot/dts/rockchip/px30.dtsi:351.26-371.4: Warning (avoid_unnecessary_addr_size): /syscon@ff010000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
   arch/arm64/boot/dts/rockchip/px30.dtsi:453.23-497.4: Warning (avoid_unnecessary_addr_size): /syscon@ff140000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
>> arch/arm64/boot/dts/rockchip/px30-firefly-core-px30-jd4.dts:142.9-153.5: Warning (graph_child_address): /dsi@ff450000/panel@0/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
>> arch/arm64/boot/dts/rockchip/px30-firefly-core-px30-jd4.dtb: /dsi@ff450000/panel@0: failed to match any schema with compatible: ['sitronix,st7703']

vim +142 arch/arm64/boot/dts/rockchip/px30-firefly-core-px30-jd4.dts

28e7b005c693279 Christopher Obbard 2024-07-16  121  
28e7b005c693279 Christopher Obbard 2024-07-16  122  &dsi {
28e7b005c693279 Christopher Obbard 2024-07-16  123  	status = "okay";
28e7b005c693279 Christopher Obbard 2024-07-16  124  
28e7b005c693279 Christopher Obbard 2024-07-16  125  	ports {
28e7b005c693279 Christopher Obbard 2024-07-16  126  		mipi_out: port@1 {
28e7b005c693279 Christopher Obbard 2024-07-16  127  			reg = <1>;
28e7b005c693279 Christopher Obbard 2024-07-16  128  
28e7b005c693279 Christopher Obbard 2024-07-16  129  			mipi_out_panel: endpoint {
28e7b005c693279 Christopher Obbard 2024-07-16  130  				remote-endpoint = <&mipi_in_panel>;
28e7b005c693279 Christopher Obbard 2024-07-16  131  			};
28e7b005c693279 Christopher Obbard 2024-07-16  132  		};
28e7b005c693279 Christopher Obbard 2024-07-16  133  	};
28e7b005c693279 Christopher Obbard 2024-07-16  134  
28e7b005c693279 Christopher Obbard 2024-07-16  135  	panel@0 {
28e7b005c693279 Christopher Obbard 2024-07-16  136  		compatible = "sitronix,st7703";
28e7b005c693279 Christopher Obbard 2024-07-16  137  		reg = <0>;
28e7b005c693279 Christopher Obbard 2024-07-16  138  		backlight = <&backlight>;
28e7b005c693279 Christopher Obbard 2024-07-16  139  		iovcc-supply = <&vcc_1v8>;
28e7b005c693279 Christopher Obbard 2024-07-16  140  		vci-supply = <&vcc3v3_lcd>;
28e7b005c693279 Christopher Obbard 2024-07-16  141  
28e7b005c693279 Christopher Obbard 2024-07-16 @142  		ports {
28e7b005c693279 Christopher Obbard 2024-07-16  143  			#address-cells = <1>;
28e7b005c693279 Christopher Obbard 2024-07-16  144  			#size-cells = <0>;
28e7b005c693279 Christopher Obbard 2024-07-16  145  
28e7b005c693279 Christopher Obbard 2024-07-16  146  			port@0 {
28e7b005c693279 Christopher Obbard 2024-07-16  147  				reg = <0>;
28e7b005c693279 Christopher Obbard 2024-07-16  148  
28e7b005c693279 Christopher Obbard 2024-07-16  149  				mipi_in_panel: endpoint {
28e7b005c693279 Christopher Obbard 2024-07-16  150  					remote-endpoint = <&mipi_out_panel>;
28e7b005c693279 Christopher Obbard 2024-07-16  151  				};
28e7b005c693279 Christopher Obbard 2024-07-16  152  			};
28e7b005c693279 Christopher Obbard 2024-07-16  153  		};
28e7b005c693279 Christopher Obbard 2024-07-16  154  	};
28e7b005c693279 Christopher Obbard 2024-07-16  155  };
28e7b005c693279 Christopher Obbard 2024-07-16  156  

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

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH 0/2] Add support for Firefly CORE PX30 JD4
@ 2024-07-16 15:51 Christopher Obbard
  2024-07-16 15:51   ` Christopher Obbard
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Obbard @ 2024-07-16 15:51 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner
  Cc: devicetree, linux-arm-kernel, linux-rockchip, linux-kernel,
	Kever Yang, Christopher Obbard

The Firefly CORE PX30 JD4 board is a SOM and motherboard bundle from
Firefly containing the Rockchip PX30 SOC. This series adds support for it.
    

---
Christopher Obbard (2):
      dt-bindings: arm: rockchip: add Firefly CORE PX30 JD4
      arm64: dts: rockchip: add Firefly CORE PX30 JD4

 .../devicetree/bindings/arm/rockchip.yaml          |   5 +
 arch/arm64/boot/dts/rockchip/Makefile              |   1 +
 .../dts/rockchip/px30-firefly-core-px30-jd4.dts    | 562 +++++++++++++++++++++
 3 files changed, 568 insertions(+)
---
base-commit: d67978318827d06f1c0fa4c31343a279e9df6fde
change-id: 20240716-rockchip-px30-firefly-59efc93d6784

Best regards,
-- 
Christopher Obbard <chris.obbard@collabora.com>


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2024-07-16 22:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16 21:59 [PATCH 2/2] arm64: dts: rockchip: add Firefly CORE PX30 JD4 kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2024-07-16 15:51 [PATCH 0/2] Add support for " Christopher Obbard
2024-07-16 15:51 ` [PATCH 2/2] arm64: dts: rockchip: add " Christopher Obbard
2024-07-16 15:51   ` Christopher Obbard

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.