From: kernel test robot <lkp@intel.com>
To: Kim Seer Paller <kimseer.paller@analog.com>
Cc: oe-kbuild-all@lists.linux.dev,
Jonathan Cameron <jic23@kernel.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Michael Hennerich <Michael.Hennerich@analog.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzk@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Kim Seer Paller <kimseer.paller@analog.com>,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/2] dt-bindings: iio: frequency: add admfm2000
Date: Wed, 22 Nov 2023 06:52:13 +0800 [thread overview]
Message-ID: <202311220624.J7Nqg5h1-lkp@intel.com> (raw)
In-Reply-To: <20231121100012.112861-1-kimseer.paller@analog.com>
Hi Kim,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 98b1cc82c4affc16f5598d4fa14b1858671b2263]
url: https://github.com/intel-lab-lkp/linux/commits/Kim-Seer-Paller/iio-frequency-admfm2000-New-driver/20231121-180427
base: 98b1cc82c4affc16f5598d4fa14b1858671b2263
patch link: https://lore.kernel.org/r/20231121100012.112861-1-kimseer.paller%40analog.com
patch subject: [PATCH v2 1/2] dt-bindings: iio: frequency: add admfm2000
compiler: loongarch64-linux-gcc (GCC) 13.2.0
reproduce: (https://download.01.org/0day-ci/archive/20231122/202311220624.J7Nqg5h1-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/202311220624.J7Nqg5h1-lkp@intel.com/
dtcheck warnings: (new ones prefixed by >>)
>> Documentation/devicetree/bindings/iio/frequency/adi,admfm2000.yaml:14:5: [warning] wrong indentation: expected 2 but found 4 (indentation)
vim +14 Documentation/devicetree/bindings/iio/frequency/adi,admfm2000.yaml
9
10 maintainers:
11 - Kim Seer Paller <kimseer.paller@analog.com>
12
13 description:
> 14 Dual microwave down converter module with input RF and LO frequency ranges
15 from 0.5 to 32 GHz and an output IF frequency range from 0.1 to 8 GHz.
16 It consists of a LNA, mixer, IF filter, DSA, and IF amplifier for each down
17 conversion path.
18
19 properties:
20 compatible:
21 enum:
22 - adi,admfm2000
23
24 switch1-gpios:
25 description:
26 Must contain an array of 2 GPIO specifiers, referring to the GPIO pins
27 connected to the B15 and B16.
28 minItems: 2
29 maxItems: 2
30
31 switch2-gpios:
32 description:
33 Must contain an array of 2 GPIO specifiers, referring to the GPIO pins
34 connected to the L14 and K14.
35 minItems: 2
36 maxItems: 2
37
38 attenuation1-gpios:
39 description:
40 Must contain an array of 5 GPIO specifiers, referring to the GPIO pins
41 connected to the C14, C15, C16, D14, and D15.
42 minItems: 5
43 maxItems: 5
44
45 attenuation2-gpios:
46 description:
47 Must contain an array of 5 GPIO specifiers, referring to the GPIO pins
48 connected to the L15, L16, M14, M15, and M16.
49 minItems: 5
50 maxItems: 5
51
52 '#address-cells':
53 const: 1
54
55 '#size-cells':
56 const: 0
57
58 patternProperties:
59 "^channel@[0-1]$":
60 type: object
61 description: Represents a channel of the device.
62
63 additionalProperties: false
64
65 properties:
66 reg:
67 description:
68 The channel number.
69 minimum: 0
70 maximum: 1
71
72 adi,mode:
73 description:
74 RF path selected for the channel.
75 0 - Direct IF mode
76 1 - Mixer mode
77 $ref: /schemas/types.yaml#/definitions/uint32
78 enum: [0, 1]
79
80 required:
81 - reg
82 - adi,mode
83
84 required:
85 - compatible
86 - switch1-gpios
87 - switch2-gpios
88 - attenuation1-gpios
89 - attenuation2-gpios
90
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2023-11-21 22:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-21 10:00 Kim Seer Paller
2023-11-21 10:00 ` [PATCH v2 2/2] iio: frequency: admfm2000: New driver Kim Seer Paller
2023-11-21 10:57 ` [PATCH v2 1/2] dt-bindings: iio: frequency: add admfm2000 Rob Herring
2023-11-21 13:04 ` Krzysztof Kozlowski
2023-11-21 14:47 ` Paller, Kim Seer
2023-11-21 15:11 ` Krzysztof Kozlowski
2023-11-21 22:52 ` kernel test robot [this message]
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=202311220624.J7Nqg5h1-lkp@intel.com \
--to=lkp@intel.com \
--cc=Michael.Hennerich@analog.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=kimseer.paller@analog.com \
--cc=krzk@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=robh+dt@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®