[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ba605a2fdcfbb265f260ba1cfcb30c80e1d62f7c.camel@codeconstruct.com.au>
Date: Wed, 10 Sep 2025 17:34:02 +0930
From: Andrew Jeffery <andrew@...econstruct.com.au>
To: Tomer Maimon <tmaimon77@...il.com>, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org,
avifishman70@...il.com, tali.perry1@...il.com, joel@....id.au,
venture@...gle.com, yuenn@...gle.com, benjaminfair@...gle.com
Cc: openbmc@...ts.ozlabs.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 0/2] arm64: dts: nuvoton: Add NPCM845 SoC and EVB
support
Hi Tomer,
On Mon, 2025-09-08 at 15:59 +0300, Tomer Maimon wrote:
> This series adds device tree support for peripherals on the Nuvoton NPCM845
> SoC and its Evaluation Board (EVB).
> The first patch introduces peripheral nodes for Ethernet, MMC, SPI, USB,
> RNG, ADC, PWM-FAN, I2C, and OP-TEE firmware in the NPCM845 SoC device tree.
> The second patch enables these peripherals for the NPCM845-EVB, adding
> MDIO nodes, reserved memory, aliases, and board-specific configurations
> like PHY modes and SPI flash partitions.
>
> The NPCM8XX device tree tested on NPCM845 evaluation board.
>
> Addressed comments from:
> - Krzysztof Kozlowski: https://lkml.indiana.edu/2507.3/05464.html
> https://lkml.indiana.edu/2507.3/05465.html
> Changes since version 1:
> - Fix commit message
> - Fix dtbs_check warnings.
>
> Tomer Maimon (2):
> arm64: dts: nuvoton: npcm845: Add peripheral nodes
> arm64: dts: nuvoton: npcm845-evb: Add peripheral nodes
>
> .../dts/nuvoton/nuvoton-common-npcm8xx.dtsi | 702 +++++++++++++++++-
> .../boot/dts/nuvoton/nuvoton-npcm845-evb.dts | 439 +++++++++++
> .../boot/dts/nuvoton/nuvoton-npcm845.dtsi | 7 +
> 3 files changed, 1147 insertions(+), 1 deletion(-)
>
Running `make CHECK_DTBS=y nuvoton/nuvoton-npcm845-evb.dtb` after
applying the patches on next-20250908 I get the warnings below. Given
- https://docs.kernel.org/process/maintainer-soc.html#validating-devicetree-files
and
- https://docs.kernel.org/process/maintainer-soc-clean-dts.html
can you please tidy this up?
Thanks,
Andrew
[I] 0 andrew@...hei ~/s/k/l/o/build.arm64.default ((00e2ab2e))> make CHECK_DTBS=y nuvoton/nuvoton-npcm845-evb.dtb
SCHEMA Documentation/devicetree/bindings/processed-schema.json
DTC [C] arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: / (nuvoton,npcm845-evb): memory@0: 'device_type' is a required property
from schema $id: http://devicetree.org/schemas/memory.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: system-controller@...00000 (nuvoton,npcm845-gcr): compatible: ['nuvoton,npcm845-gcr', 'syscon'] is too short
from schema $id: http://devicetree.org/schemas/soc/nuvoton/nuvoton,npcm-gcr.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: interrupt-controller@...f9000 (arm,gic-400): 'ppi-partitions' does not match any of the regexes: '^pinctrl-[0-9]+$', '^v2m@[0-9a-f]+$'
from schema $id: http://devicetree.org/schemas/interrupt-controller/arm,gic.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: mmc@...42000 (nuvoton,npcm845-sdhci): Unevaluated properties are not allowed ('clock-names' was unexpected)
from schema $id: http://devicetree.org/schemas/mmc/npcm,sdhci.yaml#
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/spi@...00000: failed to match any schema with compatible: ['nuvoton,npcm845-fiu']
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: spi-nor@0 (jedec,spi-nor): $nodename:0: 'spi-nor@0' does not match '^(flash|.*sram|nand)(@.*)?$'
from schema $id: http://devicetree.org/schemas/mtd/jedec,spi-nor.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: spi-nor@0 (jedec,spi-nor): partitions: Unevaluated properties are not allowed ('spare1@...000', 'spare2@...000' were unexpected)
from schema $id: http://devicetree.org/schemas/mtd/jedec,spi-nor.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: spi-nor@0 (jedec,spi-nor): Unevaluated properties are not allowed ('partitions' was unexpected)
from schema $id: http://devicetree.org/schemas/mtd/jedec,spi-nor.yaml#
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/spi@...02000: failed to match any schema with compatible: ['nuvoton,npcm845-fiu']
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: spi-nor@0 (jedec,spi-nor): $nodename:0: 'spi-nor@0' does not match '^(flash|.*sram|nand)(@.*)?$'
from schema $id: http://devicetree.org/schemas/mtd/jedec,spi-nor.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: spi-nor@0 (jedec,spi-nor): Unevaluated properties are not allowed ('partitions' was unexpected)
from schema $id: http://devicetree.org/schemas/mtd/jedec,spi-nor.yaml#
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/spi@...00000: failed to match any schema with compatible: ['nuvoton,npcm845-fiu']
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: spi-nor@0 (jedec,spi-nor): $nodename:0: 'spi-nor@0' does not match '^(flash|.*sram|nand)(@.*)?$'
from schema $id: http://devicetree.org/schemas/mtd/jedec,spi-nor.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: spi-nor@0 (jedec,spi-nor): Unevaluated properties are not allowed ('partitions' was unexpected)
from schema $id: http://devicetree.org/schemas/mtd/jedec,spi-nor.yaml#
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/spi@...01000: failed to match any schema with compatible: ['nuvoton,npcm845-fiu']
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...30000 (nuvoton,npcm845-udc): compatible: 'oneOf' conditional failed, one must be fixed:
['nuvoton,npcm845-udc'] is too short
'nuvoton,npcm845-udc' is not one of ['chipidea,usb2', 'lsi,zevio-usb', 'nuvoton,npcm750-udc', 'nvidia,tegra20-ehci', 'nvidia,tegra20-udc', 'nvidia,tegra30-ehci', 'nvidia,tegra30-udc', 'nvidia,tegra114-udc', 'nvidia,tegra124-udc', 'nxp,s32g2-usb', 'qcom,ci-hdrc']
'nuvoton,npcm845-udc' is not one of ['nvidia,tegra114-ehci', 'nvidia,tegra124-ehci', 'nvidia,tegra210-ehci']
'xlnx,zynq-usb-2.20a' was expected
'nuvoton,npcm845-udc' is not one of ['nxp,s32g3-usb']
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...30000 (nuvoton,npcm845-udc): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...31000 (nuvoton,npcm845-udc): compatible: 'oneOf' conditional failed, one must be fixed:
['nuvoton,npcm845-udc'] is too short
'nuvoton,npcm845-udc' is not one of ['chipidea,usb2', 'lsi,zevio-usb', 'nuvoton,npcm750-udc', 'nvidia,tegra20-ehci', 'nvidia,tegra20-udc', 'nvidia,tegra30-ehci', 'nvidia,tegra30-udc', 'nvidia,tegra114-udc', 'nvidia,tegra124-udc', 'nxp,s32g2-usb', 'qcom,ci-hdrc']
'nuvoton,npcm845-udc' is not one of ['nvidia,tegra114-ehci', 'nvidia,tegra124-ehci', 'nvidia,tegra210-ehci']
'xlnx,zynq-usb-2.20a' was expected
'nuvoton,npcm845-udc' is not one of ['nxp,s32g3-usb']
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...31000 (nuvoton,npcm845-udc): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...32000 (nuvoton,npcm845-udc): compatible: 'oneOf' conditional failed, one must be fixed:
['nuvoton,npcm845-udc'] is too short
'nuvoton,npcm845-udc' is not one of ['chipidea,usb2', 'lsi,zevio-usb', 'nuvoton,npcm750-udc', 'nvidia,tegra20-ehci', 'nvidia,tegra20-udc', 'nvidia,tegra30-ehci', 'nvidia,tegra30-udc', 'nvidia,tegra114-udc', 'nvidia,tegra124-udc', 'nxp,s32g2-usb', 'qcom,ci-hdrc']
'nuvoton,npcm845-udc' is not one of ['nvidia,tegra114-ehci', 'nvidia,tegra124-ehci', 'nvidia,tegra210-ehci']
'xlnx,zynq-usb-2.20a' was expected
'nuvoton,npcm845-udc' is not one of ['nxp,s32g3-usb']
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...32000 (nuvoton,npcm845-udc): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...33000 (nuvoton,npcm845-udc): compatible: 'oneOf' conditional failed, one must be fixed:
['nuvoton,npcm845-udc'] is too short
'nuvoton,npcm845-udc' is not one of ['chipidea,usb2', 'lsi,zevio-usb', 'nuvoton,npcm750-udc', 'nvidia,tegra20-ehci', 'nvidia,tegra20-udc', 'nvidia,tegra30-ehci', 'nvidia,tegra30-udc', 'nvidia,tegra114-udc', 'nvidia,tegra124-udc', 'nxp,s32g2-usb', 'qcom,ci-hdrc']
'nuvoton,npcm845-udc' is not one of ['nvidia,tegra114-ehci', 'nvidia,tegra124-ehci', 'nvidia,tegra210-ehci']
'xlnx,zynq-usb-2.20a' was expected
'nuvoton,npcm845-udc' is not one of ['nxp,s32g3-usb']
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...33000 (nuvoton,npcm845-udc): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...34000 (nuvoton,npcm845-udc): compatible: 'oneOf' conditional failed, one must be fixed:
['nuvoton,npcm845-udc'] is too short
'nuvoton,npcm845-udc' is not one of ['chipidea,usb2', 'lsi,zevio-usb', 'nuvoton,npcm750-udc', 'nvidia,tegra20-ehci', 'nvidia,tegra20-udc', 'nvidia,tegra30-ehci', 'nvidia,tegra30-udc', 'nvidia,tegra114-udc', 'nvidia,tegra124-udc', 'nxp,s32g2-usb', 'qcom,ci-hdrc']
'nuvoton,npcm845-udc' is not one of ['nvidia,tegra114-ehci', 'nvidia,tegra124-ehci', 'nvidia,tegra210-ehci']
'xlnx,zynq-usb-2.20a' was expected
'nuvoton,npcm845-udc' is not one of ['nxp,s32g3-usb']
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...34000 (nuvoton,npcm845-udc): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...35000 (nuvoton,npcm845-udc): compatible: 'oneOf' conditional failed, one must be fixed:
['nuvoton,npcm845-udc'] is too short
'nuvoton,npcm845-udc' is not one of ['chipidea,usb2', 'lsi,zevio-usb', 'nuvoton,npcm750-udc', 'nvidia,tegra20-ehci', 'nvidia,tegra20-udc', 'nvidia,tegra30-ehci', 'nvidia,tegra30-udc', 'nvidia,tegra114-udc', 'nvidia,tegra124-udc', 'nxp,s32g2-usb', 'qcom,ci-hdrc']
'nuvoton,npcm845-udc' is not one of ['nvidia,tegra114-ehci', 'nvidia,tegra124-ehci', 'nvidia,tegra210-ehci']
'xlnx,zynq-usb-2.20a' was expected
'nuvoton,npcm845-udc' is not one of ['nxp,s32g3-usb']
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...35000 (nuvoton,npcm845-udc): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...36000 (nuvoton,npcm845-udc): compatible: 'oneOf' conditional failed, one must be fixed:
['nuvoton,npcm845-udc'] is too short
'nuvoton,npcm845-udc' is not one of ['chipidea,usb2', 'lsi,zevio-usb', 'nuvoton,npcm750-udc', 'nvidia,tegra20-ehci', 'nvidia,tegra20-udc', 'nvidia,tegra30-ehci', 'nvidia,tegra30-udc', 'nvidia,tegra114-udc', 'nvidia,tegra124-udc', 'nxp,s32g2-usb', 'qcom,ci-hdrc']
'nuvoton,npcm845-udc' is not one of ['nvidia,tegra114-ehci', 'nvidia,tegra124-ehci', 'nvidia,tegra210-ehci']
'xlnx,zynq-usb-2.20a' was expected
'nuvoton,npcm845-udc' is not one of ['nxp,s32g3-usb']
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...36000 (nuvoton,npcm845-udc): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...37000 (nuvoton,npcm845-udc): compatible: 'oneOf' conditional failed, one must be fixed:
['nuvoton,npcm845-udc'] is too short
'nuvoton,npcm845-udc' is not one of ['chipidea,usb2', 'lsi,zevio-usb', 'nuvoton,npcm750-udc', 'nvidia,tegra20-ehci', 'nvidia,tegra20-udc', 'nvidia,tegra30-ehci', 'nvidia,tegra30-udc', 'nvidia,tegra114-udc', 'nvidia,tegra124-udc', 'nxp,s32g2-usb', 'qcom,ci-hdrc']
'nuvoton,npcm845-udc' is not one of ['nvidia,tegra114-ehci', 'nvidia,tegra124-ehci', 'nvidia,tegra210-ehci']
'xlnx,zynq-usb-2.20a' was expected
'nuvoton,npcm845-udc' is not one of ['nxp,s32g3-usb']
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...37000 (nuvoton,npcm845-udc): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...38000 (nuvoton,npcm845-udc): compatible: 'oneOf' conditional failed, one must be fixed:
['nuvoton,npcm845-udc'] is too short
'nuvoton,npcm845-udc' is not one of ['chipidea,usb2', 'lsi,zevio-usb', 'nuvoton,npcm750-udc', 'nvidia,tegra20-ehci', 'nvidia,tegra20-udc', 'nvidia,tegra30-ehci', 'nvidia,tegra30-udc', 'nvidia,tegra114-udc', 'nvidia,tegra124-udc', 'nxp,s32g2-usb', 'qcom,ci-hdrc']
'nuvoton,npcm845-udc' is not one of ['nvidia,tegra114-ehci', 'nvidia,tegra124-ehci', 'nvidia,tegra210-ehci']
'xlnx,zynq-usb-2.20a' was expected
'nuvoton,npcm845-udc' is not one of ['nxp,s32g3-usb']
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: usb@...39000 (nuvoton,npcm845-udc): compatible: 'oneOf' conditional failed, one must be fixed:
['nuvoton,npcm845-udc'] is too short
'nuvoton,npcm845-udc' is not one of ['chipidea,usb2', 'lsi,zevio-usb', 'nuvoton,npcm750-udc', 'nvidia,tegra20-ehci', 'nvidia,tegra20-udc', 'nvidia,tegra30-ehci', 'nvidia,tegra30-udc', 'nvidia,tegra114-udc', 'nvidia,tegra124-udc', 'nxp,s32g2-usb', 'qcom,ci-hdrc']
'nuvoton,npcm845-udc' is not one of ['nvidia,tegra114-ehci', 'nvidia,tegra124-ehci', 'nvidia,tegra210-ehci']
'xlnx,zynq-usb-2.20a' was expected
'nuvoton,npcm845-udc' is not one of ['nxp,s32g3-usb']
from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/bus@...00000/spi@...000: failed to match any schema with compatible: ['nuvoton,npcm845-pspi']
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: timer@...0 (nuvoton,npcm845-timer): 'clock-names' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/timer/nuvoton,npcm7xx-timer.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: rng@...0 (nuvoton,npcm845-rng): 'clocks' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/rng/nuvoton,npcm-rng.yaml#
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/bus@...00000/watchdog@...c: failed to match any schema with compatible: ['nuvoton,npcm845-wdt', 'nuvoton,npcm750-wdt']
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/bus@...00000/watchdog@...c: failed to match any schema with compatible: ['nuvoton,npcm845-wdt', 'nuvoton,npcm750-wdt']
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/bus@...00000/watchdog@...c: failed to match any schema with compatible: ['nuvoton,npcm845-wdt', 'nuvoton,npcm750-wdt']
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/bus@...00000/watchdog@...c: failed to match any schema with compatible: ['nuvoton,npcm845-wdt', 'nuvoton,npcm750-wdt']
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/bus@...00000/watchdog@...c: failed to match any schema with compatible: ['nuvoton,npcm845-wdt', 'nuvoton,npcm750-wdt']
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/bus@...00000/watchdog@...c: failed to match any schema with compatible: ['nuvoton,npcm845-wdt', 'nuvoton,npcm750-wdt']
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/bus@...00000/pwm-fan-controller@...000: failed to match any schema with compatible: ['nuvoton,npcm845-pwm-fan']
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: fan@0: fan-tach-ch: b'\x00\x01' is not of type 'object', 'integer', 'array', 'boolean', 'null'
from schema $id: http://devicetree.org/schemas/dt-core.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: fan@1: fan-tach-ch: b'\x02\x03' is not of type 'object', 'integer', 'array', 'boolean', 'null'
from schema $id: http://devicetree.org/schemas/dt-core.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: fan@2: fan-tach-ch: b'\x04\x05' is not of type 'object', 'integer', 'array', 'boolean', 'null'
from schema $id: http://devicetree.org/schemas/dt-core.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: fan@3: fan-tach-ch: b'\x06\x07' is not of type 'object', 'integer', 'array', 'boolean', 'null'
from schema $id: http://devicetree.org/schemas/dt-core.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: fan@4: fan-tach-ch: b'\x08\t' is not of type 'object', 'integer', 'array', 'boolean', 'null'
from schema $id: http://devicetree.org/schemas/dt-core.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: fan@5: fan-tach-ch: b'\n\x0b' is not of type 'object', 'integer', 'array', 'boolean', 'null'
from schema $id: http://devicetree.org/schemas/dt-core.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: fan@6: fan-tach-ch: b'\x0c\r' is not of type 'object', 'integer', 'array', 'boolean', 'null'
from schema $id: http://devicetree.org/schemas/dt-core.yaml#
/home/andrew/src/kernel.org/linux/origin/build.arm64.default/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: fan@7: fan-tach-ch: b'\x0e\x0f' is not of type 'object', 'integer', 'array', 'boolean', 'null'
from schema $id: http://devicetree.org/schemas/dt-core.yaml#
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dtb: /ahb/bus@...00000/i2c@...00/tmp100@48: failed to match any schema with compatible: ['tmp100']
Powered by blists - more mailing lists