On Thu, Mar 5, 2020 at 4:00 PM Amit Kucheria <amit.kucheria@xxxxxxxxxx> wrote: > > make -k ARCH=arm64 dt_binding_check shows the following error. Fix it. > > /home/amit/work/builds/build-aarch64/Documentation/devicetree/bindings/arm/psci.example.dt.yaml: > cpu@0: compatible: Additional items are not allowed ('arm,armv8' was > unexpected) > /home/amit/work/builds/build-aarch64/Documentation/devicetree/bindings/arm/psci.example.dt.yaml: > cpu@0: compatible: ['arm,cortex-a53', 'arm,armv8'] is too long CHECK > Documentation/devicetree/bindings/arm/moxart.example.dt.yaml > /home/amit/work/builds/build-aarch64/Documentation/devicetree/bindings/arm/psci.example.dt.yaml: > cpu@1: compatible: Additional items are not allowed ('arm,armv8' was > unexpected) > /home/amit/work/builds/build-aarch64/Documentation/devicetree/bindings/arm/psci.example.dt.yaml: > cpu@1: compatible: ['arm,cortex-a57', 'arm,armv8'] is too long > > Signed-off-by: Amit Kucheria <amit.kucheria@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/arm/psci.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, but already queued a fix for this and more from Ulf. Rob