linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Praveen Teja Kundanala <praveen.teja.kundanala@amd.com>
Cc: oe-kbuild-all@lists.linux.dev, git@amd.com,
	Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>,
	linux-doc@vger.kernel.org
Subject: [xilinx-xlnx:lkp_test 2/6] dtbs_check: Documentation/devicetree/bindings/nvmem/xlnx,zynqmp-nvmem.yaml:18:11: [error] string value is redundantly quoted with any quotes (quoted-strings)
Date: Mon, 16 Oct 2023 15:22:09 +0800	[thread overview]
Message-ID: <202310161508.XIJVQFBf-lkp@intel.com> (raw)

tree:   https://github.com/Xilinx/linux-xlnx lkp_test
head:   63ccd3b5226a4629e08c5cdd2bbf6d536134b4d4
commit: c31c5d3ee4c05b5fd8d98e60d20f1e30be1602f7 [2/6] dt-bindings: nvmem: Convert xlnx,zynqmp-nvmem.txt to yaml
compiler: loongarch64-linux-gcc (GCC) 13.2.0
reproduce: (https://download.01.org/0day-ci/archive/20231016/202310161508.XIJVQFBf-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/202310161508.XIJVQFBf-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> Documentation/devicetree/bindings/nvmem/xlnx,zynqmp-nvmem.yaml:18:11: [error] string value is redundantly quoted with any quotes (quoted-strings)

vim +18 Documentation/devicetree/bindings/nvmem/xlnx,zynqmp-nvmem.yaml

     8	
     9	description: |
    10	    The ZynqMP nvmem provides access to the hardware related data
    11	    like soc revision, IDCODE... etc.
    12	
    13	maintainers:
    14	  - Kalyani <kalyani.akula@amd.com>
    15	  - Praveen <praveen.teja.kundanala@amd.com>
    16	
    17	allOf:
  > 18	  - $ref: "nvmem.yaml#"
    19	
    20	properties:
    21	  compatible:
    22	    const: xlnx,zynqmp-nvmem-fw
    23	
    24	  '#address-cells':
    25	    const: 1
    26	
    27	  '#size-cells':
    28	    const: 1
    29	
    30	required:
    31	  - compatible
    32	
    33	patternProperties:
    34	  "^soc_revision@0$":
    35	    type: object
    36	    description:
    37	      This node is used to read SOC version and IDCODE of ZynqMP. Read-only.
    38	
    39	    properties:
    40	      reg:
    41	        maxItems: 1
    42	
    43	    required:
    44	      - reg
    45	

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

                 reply	other threads:[~2023-10-16  7:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202310161508.XIJVQFBf-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=git@amd.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=praveen.teja.kundanala@amd.com \
    --cc=radhey.shyam.pandey@amd.com \
    /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;
as well as URLs for NNTP newsgroup(s).