linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: mediatek: mt8183: evb: Add domain supply for mfg
@ 2021-02-01  9:30 Hsin-Yi Wang
  2021-02-01 11:45 ` Matthias Brugger
  2021-02-01 19:42 ` kernel test robot
  0 siblings, 2 replies; 3+ messages in thread
From: Hsin-Yi Wang @ 2021-02-01  9:30 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: devicetree, linux-arm-kernel, linux-mediatek, linux-kernel

Add domain supply node for mt8183-evb

Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
---
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183-evb.dts b/arch/arm64/boot/dts/mediatek/mt8183-evb.dts
index 3249c959f76fc..edff1e03e6fee 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-evb.dts
+++ b/arch/arm64/boot/dts/mediatek/mt8183-evb.dts
@@ -352,6 +352,10 @@ pins_pwm {
 	};
 };
 
+&mfg {
+	domain-supply = <&mt6358_vgpu_reg>;
+};
+
 &spi0 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&spi_pins_0>;
-- 
2.30.0.365.g02bc693789-goog


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

* Re: [PATCH] arm64: dts: mediatek: mt8183: evb: Add domain supply for mfg
  2021-02-01  9:30 [PATCH] arm64: dts: mediatek: mt8183: evb: Add domain supply for mfg Hsin-Yi Wang
@ 2021-02-01 11:45 ` Matthias Brugger
  2021-02-01 19:42 ` kernel test robot
  1 sibling, 0 replies; 3+ messages in thread
From: Matthias Brugger @ 2021-02-01 11:45 UTC (permalink / raw)
  To: Hsin-Yi Wang; +Cc: devicetree, linux-arm-kernel, linux-mediatek, linux-kernel



On 01/02/2021 10:30, Hsin-Yi Wang wrote:
> Add domain supply node for mt8183-evb
> 
> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>

Queued in v5.12-tmp/dts64

Thanks

> ---
>  arch/arm64/boot/dts/mediatek/mt8183-evb.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-evb.dts b/arch/arm64/boot/dts/mediatek/mt8183-evb.dts
> index 3249c959f76fc..edff1e03e6fee 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-evb.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-evb.dts
> @@ -352,6 +352,10 @@ pins_pwm {
>  	};
>  };
>  
> +&mfg {
> +	domain-supply = <&mt6358_vgpu_reg>;
> +};
> +
>  &spi0 {
>  	pinctrl-names = "default";
>  	pinctrl-0 = <&spi_pins_0>;
> 

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

* Re: [PATCH] arm64: dts: mediatek: mt8183: evb: Add domain supply for mfg
  2021-02-01  9:30 [PATCH] arm64: dts: mediatek: mt8183: evb: Add domain supply for mfg Hsin-Yi Wang
  2021-02-01 11:45 ` Matthias Brugger
@ 2021-02-01 19:42 ` kernel test robot
  1 sibling, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-02-01 19:42 UTC (permalink / raw)
  To: Hsin-Yi Wang, Matthias Brugger
  Cc: kbuild-all, devicetree, linux-arm-kernel, linux-mediatek, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1838 bytes --]

Hi Hsin-Yi,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on robh/for-next]
[also build test ERROR on xlnx/master arm/for-next keystone/next soc/for-next rockchip/for-next arm64/for-next/core shawnguo/for-next clk/clk-next mediatek/for-next next-20210125]
[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]

url:    https://github.com/0day-ci/linux/commits/Hsin-Yi-Wang/arm64-dts-mediatek-mt8183-evb-Add-domain-supply-for-mfg/20210201-173309
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/cae74cd8fc9c668d2c54fbef25eb8d3476a61c58
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Hsin-Yi-Wang/arm64-dts-mediatek-mt8183-evb-Add-domain-supply-for-mfg/20210201-173309
        git checkout cae74cd8fc9c668d2c54fbef25eb8d3476a61c58
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> Error: arch/arm64/boot/dts/mediatek/mt8183-evb.dts:349.1-5 Label or path mfg not found
   FATAL ERROR: Syntax error parsing input tree

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 76477 bytes --]

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

end of thread, other threads:[~2021-02-01 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01  9:30 [PATCH] arm64: dts: mediatek: mt8183: evb: Add domain supply for mfg Hsin-Yi Wang
2021-02-01 11:45 ` Matthias Brugger
2021-02-01 19:42 ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).