tree: https://github.com/tobetter/linux odroid-6.8.y head: acad72b08e300e6aef1322a1bfd2d7b2c42cd860 commit: 23ce72703c97767a67f18f8741aea82e7da51228 [6/50] dt-bindings: phy: rockchip: add pcie3 phy compiler: loongarch64-linux-gcc (GCC) 13.2.0 reproduce: (https://download.01.org/0day-ci/archive/20240315/202403152025.hzk4yU7w-lkp@xxxxxxxxx/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@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202403152025.hzk4yU7w-lkp@xxxxxxxxx/ dtcheck warnings: (new ones prefixed by >>) >> Documentation/devicetree/bindings/phy/rockchip-pcie3-phy.yaml:48:11: [error] string value is redundantly quoted with any quotes (quoted-strings) -- >> Documentation/devicetree/bindings/phy/rockchip-pcie3-phy.yaml: More than one condition true in oneOf schema: {'description': 'Either unevaluatedProperties or additionalProperties ' 'must be present', 'oneOf': [{'required': ['unevaluatedProperties']}, {'required': ['additionalProperties']}]} hint: Either unevaluatedProperties or additionalProperties must be present from schema $id: http://devicetree.org/meta-schemas/core.yaml# vim +48 Documentation/devicetree/bindings/phy/rockchip-pcie3-phy.yaml 8 9 maintainers: 10 - Heiko Stuebner <heiko@xxxxxxxxx> 11 12 properties: 13 compatible: 14 enum: 15 - rockchip,rk3568-pcie3-phy 16 - rockchip,rk3588-pcie3-phy 17 18 reg: 19 maxItems: 2 20 21 clocks: 22 minItems: 1 23 maxItems: 3 24 25 clock-names: 26 contains: 27 anyOf: 28 - enum: [ refclk_m, refclk_n, pclk ] 29 30 "#phy-cells": 31 const: 0 32 33 resets: 34 maxItems: 1 35 36 reset-names: 37 const: phy 38 39 rockchip,phy-grf: 40 $ref: /schemas/types.yaml#/definitions/phandle 41 description: phandle to the syscon managing the phy "general register files" 42 43 rockchip,pipe-grf: 44 $ref: /schemas/types.yaml#/definitions/phandle 45 description: phandle to the syscon managing the pipe "general register files" 46 47 rockchip,pcie30-phymode: > 48 $ref: '/schemas/types.yaml#/definitions/uint32' 49 description: | 50 use PHY_MODE_PCIE_AGGREGATION if not defined 51 minimum: 0x0 52 maximum: 0x4 53 54 55 required: 56 - compatible 57 - reg 58 - rockchip,phy-grf 59 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki