All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Andy Yan <andyshrk@163.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH] arm64: dts: rockchip: Fix the i2c address of es8316 on Cool Pi 4B
Date: Wed, 26 Jun 2024 10:01:00 +0800	[thread overview]
Message-ID: <202406260921.srQ7V5GB-lkp@intel.com> (raw)
In-Reply-To: <20240623083413.2051412-1-andyshrk@163.com>

Hi Andy,

kernel test robot noticed the following build warnings:

[auto build test WARNING on linus/master]
[also build test WARNING on v6.10-rc5]
[cannot apply to rockchip/for-next next-20240625]
[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/Andy-Yan/arm64-dts-rockchip-Fix-the-i2c-address-of-es8316-on-Cool-Pi-4B/20240625-183831
base:   linus/master
patch link:    https://lore.kernel.org/r/20240623083413.2051412-1-andyshrk%40163.com
patch subject: [PATCH] arm64: dts: rockchip: Fix the i2c address of es8316 on Cool Pi 4B
config: arm64-defconfig (https://download.01.org/0day-ci/archive/20240626/202406260921.srQ7V5GB-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240626/202406260921.srQ7V5GB-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/oe-kbuild-all/202406260921.srQ7V5GB-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts:291.25-305.4: Warning (i2c_bus_reg): /i2c@fec90000/audio-codec@11: I2C bus unit address format error, expected "10"

vim +/10 +291 arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts

3f5d336d64d6344 Andy Yan 2023-12-12  286  
3f5d336d64d6344 Andy Yan 2023-12-12  287  &i2c7 {
3f5d336d64d6344 Andy Yan 2023-12-12  288  	pinctrl-0 = <&i2c7m0_xfer>;
3f5d336d64d6344 Andy Yan 2023-12-12  289  	status = "okay";
3f5d336d64d6344 Andy Yan 2023-12-12  290  
3f5d336d64d6344 Andy Yan 2023-12-12 @291  	es8316: audio-codec@11 {
3f5d336d64d6344 Andy Yan 2023-12-12  292  		compatible = "everest,es8316";
64f107f19c7217b Andy Yan 2024-06-23  293  		reg = <0x10>;
3f5d336d64d6344 Andy Yan 2023-12-12  294  		assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;
3f5d336d64d6344 Andy Yan 2023-12-12  295  		assigned-clock-rates = <12288000>;
3f5d336d64d6344 Andy Yan 2023-12-12  296  		clocks = <&cru I2S0_8CH_MCLKOUT>;
3f5d336d64d6344 Andy Yan 2023-12-12  297  		clock-names = "mclk";
3f5d336d64d6344 Andy Yan 2023-12-12  298  		#sound-dai-cells = <0>;
3f5d336d64d6344 Andy Yan 2023-12-12  299  
3f5d336d64d6344 Andy Yan 2023-12-12  300  		port {
3f5d336d64d6344 Andy Yan 2023-12-12  301  			es8316_p0_0: endpoint {
3f5d336d64d6344 Andy Yan 2023-12-12  302  				remote-endpoint = <&i2s0_8ch_p0_0>;
3f5d336d64d6344 Andy Yan 2023-12-12  303  			};
3f5d336d64d6344 Andy Yan 2023-12-12  304  		};
3f5d336d64d6344 Andy Yan 2023-12-12  305  	};
3f5d336d64d6344 Andy Yan 2023-12-12  306  };
3f5d336d64d6344 Andy Yan 2023-12-12  307  

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

  parent reply	other threads:[~2024-06-26  2:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-23  8:34 [PATCH] arm64: dts: rockchip: Fix the i2c address of es8316 on Cool Pi 4B Andy Yan
2024-06-23  8:34 ` Andy Yan
2024-06-23 11:31 ` Diederik de Haas
2024-06-23 11:31   ` Diederik de Haas
2024-06-26  2:01 ` kernel test robot [this message]
2024-06-26 13:25 ` Rob Herring (Arm)
2024-06-26 13:25   ` Rob Herring (Arm)

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=202406260921.srQ7V5GB-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=andyshrk@163.com \
    --cc=oe-kbuild-all@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.