* [freescale-fslc:6.6-2.0.x-imx 10984/11381] Documentation/devicetree/bindings/input/touchscreen/focaltech,fts.yaml:55:7: [error] no new line character at the end of file (new-line-at-end-of-file)
@ 2024-07-10 21:16 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2024-07-10 21:16 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Otavio Salvador <otavio@ossystems.com.br>
tree: https://github.com/Freescale/linux-fslc 6.6-2.0.x-imx
head: ee366aa641d84d61e265cd4f571394aa4e7d4e6d
commit: 97c48f97ddd6c52c9b348f183171c51c1f8caa60 [10984/11381] LF-11524-4: dt-bindings: touchscreen: Convert FTS touchscreen to json-schema
:::::: branch date: 5 hours ago
:::::: commit date: 3 months ago
config: arc-randconfig-051-20240711 (https://download.01.org/0day-ci/archive/20240711/202407110546.mYeeQTYf-lkp@intel.com/config)
compiler: arc-elf-gcc (GCC) 13.2.0
dtschema version: 2024.6.dev4+g23441a4
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240711/202407110546.mYeeQTYf-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/r/202407110546.mYeeQTYf-lkp@intel.com/
dtcheck warnings: (new ones prefixed by >>)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:21:2: [error] missing starting space in comment (comments)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:22:2: [error] missing starting space in comment (comments)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:23:2: [error] missing starting space in comment (comments)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:24:2: [error] missing starting space in comment (comments)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:67:19: [error] string value is redundantly quoted with any quotes (quoted-strings)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:75:19: [error] string value is redundantly quoted with any quotes (quoted-strings)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:83:19: [error] string value is redundantly quoted with any quotes (quoted-strings)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:127:1: [error] syntax error: found character '\t' that cannot start any token (syntax)
Documentation/devicetree/bindings/net/fsl,netc.yaml:62:9: [warning] wrong indentation: expected 6 but found 8 (indentation)
Documentation/devicetree/bindings/net/fsl,netc.yaml:76:14: [warning] wrong indentation: expected 14 but found 13 (indentation)
>> Documentation/devicetree/bindings/input/touchscreen/focaltech,fts.yaml:55:7: [error] no new line character at the end of file (new-line-at-end-of-file)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:38:18: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:38:20: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:38:22: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:18: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:20: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:22: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:24: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:26: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:28: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:30: [warning] too few spaces after comma (commas)
vim +55 Documentation/devicetree/bindings/input/touchscreen/focaltech,fts.yaml
97c48f97ddd6c5 Carlos Song 2024-03-11 31
97c48f97ddd6c5 Carlos Song 2024-03-11 32 required:
97c48f97ddd6c5 Carlos Song 2024-03-11 33 - compatible
97c48f97ddd6c5 Carlos Song 2024-03-11 34 - reg
97c48f97ddd6c5 Carlos Song 2024-03-11 35 - irq-gpio
97c48f97ddd6c5 Carlos Song 2024-03-11 36 - max-touch-number
97c48f97ddd6c5 Carlos Song 2024-03-11 37 - touchscreen-size-x
97c48f97ddd6c5 Carlos Song 2024-03-11 38 - touchscreen-size-y
97c48f97ddd6c5 Carlos Song 2024-03-11 39
97c48f97ddd6c5 Carlos Song 2024-03-11 40 examples:
97c48f97ddd6c5 Carlos Song 2024-03-11 41 - |
97c48f97ddd6c5 Carlos Song 2024-03-11 42 &i2c {
97c48f97ddd6c5 Carlos Song 2024-03-11 43 #address-cells = <1>;
97c48f97ddd6c5 Carlos Song 2024-03-11 44 #size-cells = <0>;
97c48f97ddd6c5 Carlos Song 2024-03-11 45 clock-frequency = <400000>;
97c48f97ddd6c5 Carlos Song 2024-03-11 46
97c48f97ddd6c5 Carlos Song 2024-03-11 47 focaltech_touch: focaltech@38 {
97c48f97ddd6c5 Carlos Song 2024-03-11 48 compatible = "focaltech,fts";
97c48f97ddd6c5 Carlos Song 2024-03-11 49 reg = <0x38>;
97c48f97ddd6c5 Carlos Song 2024-03-11 50 irq-gpio = <&gpio3 27 GPIO_ACTIVE_HIGH>;
97c48f97ddd6c5 Carlos Song 2024-03-11 51 touchscreen-size-x = <1080>;
97c48f97ddd6c5 Carlos Song 2024-03-11 52 touchscreen-size-y = <1920>;
97c48f97ddd6c5 Carlos Song 2024-03-11 53 max-touch-number = <10>;
97c48f97ddd6c5 Carlos Song 2024-03-11 54 };
97c48f97ddd6c5 Carlos Song 2024-03-11 @55 };
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread* [freescale-fslc:6.6-2.0.x-imx 10984/11381] Documentation/devicetree/bindings/input/touchscreen/focaltech,fts.yaml:55:7: [error] no new line character at the end of file (new-line-at-end-of-file)
@ 2024-07-11 3:36 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2024-07-11 3:36 UTC (permalink / raw)
To: Otavio Salvador; +Cc: oe-kbuild-all
tree: https://github.com/Freescale/linux-fslc 6.6-2.0.x-imx
head: ee366aa641d84d61e265cd4f571394aa4e7d4e6d
commit: 97c48f97ddd6c52c9b348f183171c51c1f8caa60 [10984/11381] LF-11524-4: dt-bindings: touchscreen: Convert FTS touchscreen to json-schema
:::::: branch date: 5 hours ago
:::::: commit date: 3 months ago
config: arc-randconfig-051-20240711 (https://download.01.org/0day-ci/archive/20240711/202407110546.mYeeQTYf-lkp@intel.com/config)
compiler: arc-elf-gcc (GCC) 13.2.0
dtschema version: 2024.6.dev4+g23441a4
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240711/202407110546.mYeeQTYf-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/r/202407110546.mYeeQTYf-lkp@intel.com/
dtcheck warnings: (new ones prefixed by >>)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:21:2: [error] missing starting space in comment (comments)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:22:2: [error] missing starting space in comment (comments)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:23:2: [error] missing starting space in comment (comments)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:24:2: [error] missing starting space in comment (comments)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:67:19: [error] string value is redundantly quoted with any quotes (quoted-strings)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:75:19: [error] string value is redundantly quoted with any quotes (quoted-strings)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:83:19: [error] string value is redundantly quoted with any quotes (quoted-strings)
Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:127:1: [error] syntax error: found character '\t' that cannot start any token (syntax)
Documentation/devicetree/bindings/net/fsl,netc.yaml:62:9: [warning] wrong indentation: expected 6 but found 8 (indentation)
Documentation/devicetree/bindings/net/fsl,netc.yaml:76:14: [warning] wrong indentation: expected 14 but found 13 (indentation)
>> Documentation/devicetree/bindings/input/touchscreen/focaltech,fts.yaml:55:7: [error] no new line character at the end of file (new-line-at-end-of-file)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:38:18: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:38:20: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:38:22: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:18: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:20: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:22: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:24: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:26: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:28: [warning] too few spaces after comma (commas)
Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml:45:30: [warning] too few spaces after comma (commas)
vim +55 Documentation/devicetree/bindings/input/touchscreen/focaltech,fts.yaml
97c48f97ddd6c5 Carlos Song 2024-03-11 31
97c48f97ddd6c5 Carlos Song 2024-03-11 32 required:
97c48f97ddd6c5 Carlos Song 2024-03-11 33 - compatible
97c48f97ddd6c5 Carlos Song 2024-03-11 34 - reg
97c48f97ddd6c5 Carlos Song 2024-03-11 35 - irq-gpio
97c48f97ddd6c5 Carlos Song 2024-03-11 36 - max-touch-number
97c48f97ddd6c5 Carlos Song 2024-03-11 37 - touchscreen-size-x
97c48f97ddd6c5 Carlos Song 2024-03-11 38 - touchscreen-size-y
97c48f97ddd6c5 Carlos Song 2024-03-11 39
97c48f97ddd6c5 Carlos Song 2024-03-11 40 examples:
97c48f97ddd6c5 Carlos Song 2024-03-11 41 - |
97c48f97ddd6c5 Carlos Song 2024-03-11 42 &i2c {
97c48f97ddd6c5 Carlos Song 2024-03-11 43 #address-cells = <1>;
97c48f97ddd6c5 Carlos Song 2024-03-11 44 #size-cells = <0>;
97c48f97ddd6c5 Carlos Song 2024-03-11 45 clock-frequency = <400000>;
97c48f97ddd6c5 Carlos Song 2024-03-11 46
97c48f97ddd6c5 Carlos Song 2024-03-11 47 focaltech_touch: focaltech@38 {
97c48f97ddd6c5 Carlos Song 2024-03-11 48 compatible = "focaltech,fts";
97c48f97ddd6c5 Carlos Song 2024-03-11 49 reg = <0x38>;
97c48f97ddd6c5 Carlos Song 2024-03-11 50 irq-gpio = <&gpio3 27 GPIO_ACTIVE_HIGH>;
97c48f97ddd6c5 Carlos Song 2024-03-11 51 touchscreen-size-x = <1080>;
97c48f97ddd6c5 Carlos Song 2024-03-11 52 touchscreen-size-y = <1920>;
97c48f97ddd6c5 Carlos Song 2024-03-11 53 max-touch-number = <10>;
97c48f97ddd6c5 Carlos Song 2024-03-11 54 };
97c48f97ddd6c5 Carlos Song 2024-03-11 @55 };
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-11 3:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10 21:16 [freescale-fslc:6.6-2.0.x-imx 10984/11381] Documentation/devicetree/bindings/input/touchscreen/focaltech,fts.yaml:55:7: [error] no new line character at the end of file (new-line-at-end-of-file) kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2024-07-11 3:36 kernel test robot
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.