[linux-next:master 9473/11093] arch/arm64/boot/dts/rockchip/rk3562.dtsi:624.26-675.5: Warning (simple_bus_reg): /soc/pcie at ff500000: simple-bus unit address format error, expected "fe000000"

Heiko Stübner heiko at sntech.de
Fri May 16 13:10:03 PDT 2025


Am Donnerstag, 15. Mai 2025, 16:04:20 Mitteleuropäische Sommerzeit schrieb kernel test robot:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   bdd609656ff5573db9ba1d26496a528bdd297cf2
> commit: ceb6ef1ea9002669afc0e1ef258e530d3c05d91a [9473/11093] arm64: dts: rockchip: Add RK3562 evb2 devicetree
> config: arm64-randconfig-2052-20250513 (https://download.01.org/0day-ci/archive/20250515/202505150745.PQT9TLYX-lkp@intel.com/config)
> compiler: clang version 21.0.0git (https://github.com/llvm/llvm-project f819f46284f2a79790038e1f6649172789734ae8)
> dtschema version: 2025.3.dev27+g32749b3
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250515/202505150745.PQT9TLYX-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 at intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202505150745.PQT9TLYX-lkp@intel.com/
> 
> dtcheck warnings: (new ones prefixed by >>)
> >> arch/arm64/boot/dts/rockchip/rk3562.dtsi:624.26-675.5: Warning (simple_bus_reg): /soc/pcie at ff500000: simple-bus unit address format error, expected "fe000000"
> >> arch/arm64/boot/dts/rockchip/rk3562.dtsi:1115.20-1181.5: Warning (simple_bus_reg): /soc/pinctrl: missing or empty reg/ranges property

hmm, I don't really understand this error message.

From a practical point, the dtschema-version I have installed is
2025.3.dev27+g32749b3, which is the topmost commit from
may-13th.

Running the dtbscheck on the rk3562-evb-v10.dtb on the full
linux-next from today, yields no errors.

Checking out the specific commit ceb6ef1ea90026 brings up the
errors from below [1], because they come from different trees.


But in no cases does dtbscheck complain about the PCI memory regions.


The PCIe controller in question of course has 3 memory regions
	reg = <0x0 0xfe000000 0x0 0x400000>,
	      <0x0 0xff500000 0x0 0x10000>,
	      <0x0 0xfc000000 0x0 0x100000>;
	reg-names = "dbi", "apb", "config";

and currently the node-name mimics the "apb" memory region.
Should it always use the first one?


[1]
>    arch/arm64/boot/dts/rockchip/rk3562-evb2-v10.dtb: /soc/power-management at ff258000/power-controller: failed to match any schema with compatible: ['rockchip,rk3562-power-controller']
>    arch/arm64/boot/dts/rockchip/rk3562-evb2-v10.dtb: pcie at ff500000 (rockchip,rk3562-pcie): interrupt-names:5: 'dma0' was expected
>    	from schema $id: http://devicetree.org/schemas/pci/rockchip-dw-pcie.yaml#
>    arch/arm64/boot/dts/rockchip/rk3562-evb2-v10.dtb: pcie at ff500000 (rockchip,rk3562-pcie): compatible: 'oneOf' conditional failed, one must be fixed:
>    	['rockchip,rk3562-pcie', 'rockchip,rk3568-pcie'] is too long
>    	'rockchip,rk3568-pcie' was expected
> 






More information about the Linux-rockchip mailing list