All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: Re: [PATCH v11 11/12] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
Date: Wed, 31 Jul 2024 08:41:16 +0800	[thread overview]
Message-ID: <202407310812.ZU5Qo7nO-lkp@intel.com> (raw)

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

BCC: lkp@intel.com
CC: llvm@lists.linux.dev
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20240730-pxa1908-lkml-v11-11-21dbb3e28793@skole.hr>
References: <20240730-pxa1908-lkml-v11-11-21dbb3e28793@skole.hr>
TO: "Duje Mihanović via B4 Relay" <devnull+duje.mihanovic.skole.hr@kernel.org>
TO: Michael Turquette <mturquette@baylibre.com>
TO: Stephen Boyd <sboyd@kernel.org>
TO: Linus Walleij <linus.walleij@linaro.org>
TO: Rob Herring <robh+dt@kernel.org>
TO: Conor Dooley <conor+dt@kernel.org>
TO: Tony Lindgren <tony@atomide.com>
TO: Haojian Zhuang <haojian.zhuang@linaro.org>
TO: "Duje Mihanović" <duje.mihanovic@skole.hr>
TO: Lubomir Rintel <lkundrak@v3.sk>
TO: Catalin Marinas <catalin.marinas@arm.com>
TO: Will Deacon <will@kernel.org>
TO: Krzysztof Kozlowski <krzk@kernel.org>
CC: phone-devel@vger.kernel.org
CC: ~postmarketos/upstreaming@lists.sr.ht
CC: Karel Balej <balejk@matfyz.cz>
CC: David Wronek <david@mainlining.org>
CC: linux-clk@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: linux-gpio@vger.kernel.org
CC: devicetree@vger.kernel.org
CC: linux-arm-kernel@lists.infradead.org

Hi Duje,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 8400291e289ee6b2bf9779ff1c83a291501f017b]

url:    https://github.com/intel-lab-lkp/linux/commits/Duje-Mihanovi-via-B4-Relay/clk-mmp-Switch-to-use-struct-u32_fract-instead-of-custom-one/20240730-204129
base:   8400291e289ee6b2bf9779ff1c83a291501f017b
patch link:    https://lore.kernel.org/r/20240730-pxa1908-lkml-v11-11-21dbb3e28793%40skole.hr
patch subject: [PATCH v11 11/12] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
:::::: branch date: 12 hours ago
:::::: commit date: 12 hours ago
config: arm64-randconfig-001-20240731 (https://download.01.org/0day-ci/archive/20240731/202407310812.ZU5Qo7nO-lkp@intel.com/config)
compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240731/202407310812.ZU5Qo7nO-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/202407310812.ZU5Qo7nO-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts:38.9-41.4: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name

vim +38 arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts

024144f05857ed Duje Mihanović 2024-07-30    5  
024144f05857ed Duje Mihanović 2024-07-30    6  / {
024144f05857ed Duje Mihanović 2024-07-30    7  	model = "Samsung Galaxy Core Prime VE LTE";
024144f05857ed Duje Mihanović 2024-07-30    8  	compatible = "samsung,coreprimevelte", "marvell,pxa1908";
024144f05857ed Duje Mihanović 2024-07-30    9  
024144f05857ed Duje Mihanović 2024-07-30   10  	aliases {
024144f05857ed Duje Mihanović 2024-07-30   11  		mmc0 = &sdh2; /* eMMC */
024144f05857ed Duje Mihanović 2024-07-30   12  		mmc1 = &sdh0; /* SD card */
024144f05857ed Duje Mihanović 2024-07-30   13  		serial0 = &uart0;
024144f05857ed Duje Mihanović 2024-07-30   14  	};
024144f05857ed Duje Mihanović 2024-07-30   15  
024144f05857ed Duje Mihanović 2024-07-30   16  	chosen {
024144f05857ed Duje Mihanović 2024-07-30   17  		#address-cells = <2>;
024144f05857ed Duje Mihanović 2024-07-30   18  		#size-cells = <2>;
024144f05857ed Duje Mihanović 2024-07-30   19  		ranges;
024144f05857ed Duje Mihanović 2024-07-30   20  
024144f05857ed Duje Mihanović 2024-07-30   21  		stdout-path = "serial0:115200n8";
024144f05857ed Duje Mihanović 2024-07-30   22  
024144f05857ed Duje Mihanović 2024-07-30   23  		/* S-Boot places the initramfs here */
024144f05857ed Duje Mihanović 2024-07-30   24  		linux,initrd-start = <0x4d70000>;
024144f05857ed Duje Mihanović 2024-07-30   25  		linux,initrd-end = <0x5000000>;
024144f05857ed Duje Mihanović 2024-07-30   26  
024144f05857ed Duje Mihanović 2024-07-30   27  		fb0: framebuffer@17177000 {
024144f05857ed Duje Mihanović 2024-07-30   28  			compatible = "simple-framebuffer";
024144f05857ed Duje Mihanović 2024-07-30   29  			reg = <0 0x17177000 0 (480 * 800 * 4)>;
024144f05857ed Duje Mihanović 2024-07-30   30  			width = <480>;
024144f05857ed Duje Mihanović 2024-07-30   31  			height = <800>;
024144f05857ed Duje Mihanović 2024-07-30   32  			stride = <(480 * 4)>;
024144f05857ed Duje Mihanović 2024-07-30   33  			format = "a8r8g8b8";
024144f05857ed Duje Mihanović 2024-07-30   34  		};
024144f05857ed Duje Mihanović 2024-07-30   35  	};
024144f05857ed Duje Mihanović 2024-07-30   36  
024144f05857ed Duje Mihanović 2024-07-30   37  	/* Bootloader fills this in */
024144f05857ed Duje Mihanović 2024-07-30  @38  	memory {
024144f05857ed Duje Mihanović 2024-07-30   39  		device_type = "memory";
024144f05857ed Duje Mihanović 2024-07-30   40  		reg = <0 0 0 0>;
024144f05857ed Duje Mihanović 2024-07-30   41  	};
024144f05857ed Duje Mihanović 2024-07-30   42  
024144f05857ed Duje Mihanović 2024-07-30   43  	reserved-memory {
024144f05857ed Duje Mihanović 2024-07-30   44  		#address-cells = <2>;
024144f05857ed Duje Mihanović 2024-07-30   45  		#size-cells = <2>;
024144f05857ed Duje Mihanović 2024-07-30   46  		ranges;
024144f05857ed Duje Mihanović 2024-07-30   47  
024144f05857ed Duje Mihanović 2024-07-30   48  		framebuffer@17000000 {
024144f05857ed Duje Mihanović 2024-07-30   49  			reg = <0 0x17000000 0 0x1800000>;
024144f05857ed Duje Mihanović 2024-07-30   50  			no-map;
024144f05857ed Duje Mihanović 2024-07-30   51  		};
024144f05857ed Duje Mihanović 2024-07-30   52  
024144f05857ed Duje Mihanović 2024-07-30   53  		gpu@9000000 {
024144f05857ed Duje Mihanović 2024-07-30   54  			reg = <0 0x9000000 0 0x1000000>;
024144f05857ed Duje Mihanović 2024-07-30   55  		};
024144f05857ed Duje Mihanović 2024-07-30   56  
024144f05857ed Duje Mihanović 2024-07-30   57  		/* Communications processor, aka modem */
024144f05857ed Duje Mihanović 2024-07-30   58  		cp@5000000 {
024144f05857ed Duje Mihanović 2024-07-30   59  			reg = <0 0x5000000 0 0x3000000>;
024144f05857ed Duje Mihanović 2024-07-30   60  		};
024144f05857ed Duje Mihanović 2024-07-30   61  
024144f05857ed Duje Mihanović 2024-07-30   62  		cm3@a000000 {
024144f05857ed Duje Mihanović 2024-07-30   63  			reg = <0 0xa000000 0 0x80000>;
024144f05857ed Duje Mihanović 2024-07-30   64  		};
024144f05857ed Duje Mihanović 2024-07-30   65  
024144f05857ed Duje Mihanović 2024-07-30   66  		seclog@8000000 {
024144f05857ed Duje Mihanović 2024-07-30   67  			reg = <0 0x8000000 0 0x100000>;
024144f05857ed Duje Mihanović 2024-07-30   68  		};
024144f05857ed Duje Mihanović 2024-07-30   69  
024144f05857ed Duje Mihanović 2024-07-30   70  		ramoops@8100000 {
024144f05857ed Duje Mihanović 2024-07-30   71  			compatible = "ramoops";
024144f05857ed Duje Mihanović 2024-07-30   72  			reg = <0 0x8100000 0 0x40000>;
024144f05857ed Duje Mihanović 2024-07-30   73  			record-size = <0x8000>;
024144f05857ed Duje Mihanović 2024-07-30   74  			console-size = <0x20000>;
024144f05857ed Duje Mihanović 2024-07-30   75  			max-reason = <5>;
024144f05857ed Duje Mihanović 2024-07-30   76  		};
024144f05857ed Duje Mihanović 2024-07-30   77  	};
024144f05857ed Duje Mihanović 2024-07-30   78  
024144f05857ed Duje Mihanović 2024-07-30   79  
024144f05857ed Duje Mihanović 2024-07-30   80  	i2c-muic {
024144f05857ed Duje Mihanović 2024-07-30   81  		compatible = "i2c-gpio";
024144f05857ed Duje Mihanović 2024-07-30   82  		sda-gpios = <&gpio 30 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
024144f05857ed Duje Mihanović 2024-07-30   83  		scl-gpios = <&gpio 29 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
024144f05857ed Duje Mihanović 2024-07-30   84  		i2c-gpio,delay-us = <3>;
024144f05857ed Duje Mihanović 2024-07-30   85  		i2c-gpio,timeout-ms = <100>;
024144f05857ed Duje Mihanović 2024-07-30   86  		#address-cells = <1>;
024144f05857ed Duje Mihanović 2024-07-30   87  		#size-cells = <0>;
024144f05857ed Duje Mihanović 2024-07-30   88  		pinctrl-names = "default";
024144f05857ed Duje Mihanović 2024-07-30   89  		pinctrl-0 = <&i2c_muic_pins>;
024144f05857ed Duje Mihanović 2024-07-30   90  
024144f05857ed Duje Mihanović 2024-07-30   91  		muic: extcon@14 {
024144f05857ed Duje Mihanović 2024-07-30   92  			compatible = "siliconmitus,sm5504-muic";
024144f05857ed Duje Mihanović 2024-07-30   93  			reg = <0x14>;
024144f05857ed Duje Mihanović 2024-07-30   94  			interrupt-parent = <&gpio>;
024144f05857ed Duje Mihanović 2024-07-30   95  			interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
024144f05857ed Duje Mihanović 2024-07-30   96  		};
024144f05857ed Duje Mihanović 2024-07-30   97  	};
024144f05857ed Duje Mihanović 2024-07-30   98  
024144f05857ed Duje Mihanović 2024-07-30   99  	gpio-keys {
024144f05857ed Duje Mihanović 2024-07-30  100  		compatible = "gpio-keys";
024144f05857ed Duje Mihanović 2024-07-30  101  		pinctrl-names = "default";
024144f05857ed Duje Mihanović 2024-07-30  102  		pinctrl-0 = <&gpio_keys_pins>;
024144f05857ed Duje Mihanović 2024-07-30  103  		autorepeat;
024144f05857ed Duje Mihanović 2024-07-30  104  
024144f05857ed Duje Mihanović 2024-07-30  105  		key-home {
024144f05857ed Duje Mihanović 2024-07-30  106  			label = "Home";
024144f05857ed Duje Mihanović 2024-07-30  107  			linux,code = <KEY_HOME>;
024144f05857ed Duje Mihanović 2024-07-30  108  			gpios = <&gpio 50 GPIO_ACTIVE_LOW>;
024144f05857ed Duje Mihanović 2024-07-30  109  		};
024144f05857ed Duje Mihanović 2024-07-30  110  
024144f05857ed Duje Mihanović 2024-07-30  111  		key-volup {
024144f05857ed Duje Mihanović 2024-07-30  112  			label = "Volume Up";
024144f05857ed Duje Mihanović 2024-07-30  113  			linux,code = <KEY_VOLUMEUP>;
024144f05857ed Duje Mihanović 2024-07-30  114  			gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
024144f05857ed Duje Mihanović 2024-07-30  115  		};
024144f05857ed Duje Mihanović 2024-07-30  116  
024144f05857ed Duje Mihanović 2024-07-30  117  		key-voldown {
024144f05857ed Duje Mihanović 2024-07-30  118  			label = "Volume Down";
024144f05857ed Duje Mihanović 2024-07-30  119  			linux,code = <KEY_VOLUMEDOWN>;
024144f05857ed Duje Mihanović 2024-07-30  120  			gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
024144f05857ed Duje Mihanović 2024-07-30  121  		};
024144f05857ed Duje Mihanović 2024-07-30  122  	};
024144f05857ed Duje Mihanović 2024-07-30  123  };
024144f05857ed Duje Mihanović 2024-07-30  124  

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

             reply	other threads:[~2024-07-31  0:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-31  0:41 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-06  8:29 [PATCH v11 11/12] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte kernel test robot
2024-07-30 10:25 [PATCH v11 00/12] Initial Marvell PXA1908 support Duje Mihanović
2024-07-30 10:25 ` [PATCH v11 11/12] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte Duje Mihanović
2024-07-30 10:25   ` Duje Mihanović via B4 Relay

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202407310812.ZU5Qo7nO-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.