All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 3/3] dt-bindings: net: convert rockchip-dwmac to json-schema
Date: Tue, 27 Apr 2021 22:48:05 +0800	[thread overview]
Message-ID: <202104272235.QFV99fZE-lkp@intel.com> (raw)
In-Reply-To: <20210426024118.18717-3-ezequiel@collabora.com>

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

Hi Ezequiel,

I love your patch! Perhaps something to improve:

[auto build test WARNING on rockchip/for-next]
[also build test WARNING on robh/for-next net/master ipvs/master v5.12 next-20210426]
[cannot apply to net-next/master]
[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/Ezequiel-Garcia/arm64-dts-rockchip-Remove-unnecessary-reset-in-rk3328-dtsi/20210426-104315
base:   https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
reproduce: make ARCH=arm dtbs_check

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


dtcheck warnings: (new ones prefixed by >>)
   arch/arm/boot/dts/rv1108-elgin-r1.dt.yaml: timer: interrupts: [[1, 13, 260], [1, 14, 260]] is too short
   	From schema: Documentation/devicetree/bindings/timer/arm,arch_timer.yaml
   arch/arm/boot/dts/rv1108-elgin-r1.dt.yaml: usb2-phy(a)100: '#phy-cells' is a required property
   	From schema: Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml
   arch/arm/boot/dts/rv1108-elgin-r1.dt.yaml: usb2-phy(a)100: '#phy-cells' is a required property
   	From schema: /usr/local/lib/python3.9/dist-packages/dtschema/schemas/phy/phy-provider.yaml
   arch/arm/boot/dts/rv1108-elgin-r1.dt.yaml: thermal-zones: soc-thermal:cooling-maps:map0:contribution:0:0: 4096 is greater than the maximum of 100
   	From schema: Documentation/devicetree/bindings/thermal/thermal-zones.yaml
>> arch/arm/boot/dts/rv1108-elgin-r1.dt.yaml: eth(a)30200000: $nodename:0: 'eth(a)30200000' does not match '^ethernet(@.*)?$'
   	From schema: Documentation/devicetree/bindings/net/rockchip-dwmac.yaml
--
   arch/arm/boot/dts/rv1108-evb.dt.yaml: timer: interrupts: [[1, 13, 260], [1, 14, 260]] is too short
   	From schema: Documentation/devicetree/bindings/timer/arm,arch_timer.yaml
   arch/arm/boot/dts/rv1108-evb.dt.yaml: usb2-phy(a)100: '#phy-cells' is a required property
   	From schema: Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml
   arch/arm/boot/dts/rv1108-evb.dt.yaml: usb2-phy(a)100: '#phy-cells' is a required property
   	From schema: /usr/local/lib/python3.9/dist-packages/dtschema/schemas/phy/phy-provider.yaml
   arch/arm/boot/dts/rv1108-evb.dt.yaml: thermal-zones: soc-thermal:cooling-maps:map0:contribution:0:0: 4096 is greater than the maximum of 100
   	From schema: Documentation/devicetree/bindings/thermal/thermal-zones.yaml
>> arch/arm/boot/dts/rv1108-evb.dt.yaml: eth(a)30200000: $nodename:0: 'eth(a)30200000' does not match '^ethernet(@.*)?$'
   	From schema: Documentation/devicetree/bindings/net/rockchip-dwmac.yaml
   arch/arm/boot/dts/rv1108-evb.dt.yaml: backlight: 'power-supply' is a required property
   	From schema: Documentation/devicetree/bindings/leds/backlight/pwm-backlight.yaml

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

  parent reply	other threads:[~2021-04-27 14:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26  2:41 [PATCH 1/3] arm64: dts: rockchip: Remove unnecessary reset in rk3328.dtsi Ezequiel Garcia
2021-04-26  2:41 ` Ezequiel Garcia
2021-04-26  2:41 ` [PATCH 2/3] dt-bindings: net: dwmac: Add Rockchip DWMAC support Ezequiel Garcia
2021-04-26  2:41   ` Ezequiel Garcia
2021-04-26  9:49   ` David Wu
2021-04-26  9:49     ` David Wu
2021-04-29 21:39   ` Rob Herring
2021-04-29 21:39     ` Rob Herring
2021-04-26  2:41 ` [PATCH 3/3] dt-bindings: net: convert rockchip-dwmac to json-schema Ezequiel Garcia
2021-04-26  2:41   ` Ezequiel Garcia
2021-04-26  9:50   ` David Wu
2021-04-26  9:50     ` David Wu
2021-04-27 14:48   ` kernel test robot [this message]
2021-04-29 21:36   ` Rob Herring
2021-04-29 21:36     ` Rob Herring
2021-04-26  9:43 ` [PATCH 1/3] arm64: dts: rockchip: Remove unnecessary reset in rk3328.dtsi David Wu
2021-04-26  9:43   ` David Wu

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=202104272235.QFV99fZE-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.