1. 25 Mar, 2020 20 commits
  2. 17 Mar, 2020 16 commits
  3. 16 Mar, 2020 2 commits
  4. 15 Mar, 2020 2 commits
    • Amit Kucheria's avatar
      arm64: dts: marvell: Fix cpu compatible for AP807-quad · d136d258
      Amit Kucheria authored
      make -k ARCH=arm64 dtbs_check shows the following errors. Fix them by
      removing the "arm,armv8" compatible.
      
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9130-db.dt.yaml:
      cpu@0: compatible: Additional items are not allowed ('arm,armv8' was
      unexpected)
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9130-db.dt.yaml:
      cpu@0: compatible: ['arm,cortex-a72', 'arm,armv8'] is too long CHECK
      arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-ex.dt.yaml
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9130-db.dt.yaml:
      cpu@1: compatible: Additional items are not allowed ('arm,armv8' was
      unexpected)
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9130-db.dt.yaml:
      cpu@1: compatible: ['arm,cortex-a72', 'arm,armv8'] is too long
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9130-db.dt.yaml:
      cpu@100: compatible: Additional items are not allowed ('arm,armv8' was
      unexpected)
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9130-db.dt.yaml:
      cpu@100: compatible: ['arm,cortex-a72', 'arm,armv8'] is too long
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9130-db.dt.yaml:
      cpu@101: compatible: Additional items are not allowed ('arm,armv8' was
      unexpected)
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9130-db.dt.yaml:
      cpu@101: compatible: ['arm,cortex-a72', 'arm,armv8'] is too long
      
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9131-db.dt.yaml:
      cpu@0: compatible: Additional items are not allowed ('arm,armv8' was
      unexpected)
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9131-db.dt.yaml:
      cpu@0: compatible: ['arm,cortex-a72', 'arm,armv8'] is too long
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9131-db.dt.yaml:
      cpu@1: compatible: Additional items are not allowed ('arm,armv8' was
      unexpected)
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9131-db.dt.yaml:
      cpu@1: compatible: ['arm,cortex-a72', 'arm,armv8'] is too long
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9131-db.dt.yaml:
      cpu@100: compatible: Additional items are not allowed ('arm,armv8' was
      unexpected)
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9131-db.dt.yaml:
      cpu@100: compatible: ['arm,cortex-a72', 'arm,armv8'] is too long
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9131-db.dt.yaml:
      cpu@101: compatible: Additional items are not allowed ('arm,armv8' was
      unexpected)
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9131-db.dt.yaml:
      cpu@101: compatible: ['arm,cortex-a72', 'arm,armv8'] is too long
      
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9132-db.dt.yaml:
      cpu@0: compatible: Additional items are not allowed ('arm,armv8' was
      unexpected)
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9132-db.dt.yaml:
      cpu@0: compatible: ['arm,cortex-a72', 'arm,armv8'] is too long
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9132-db.dt.yaml:
      cpu@1: compatible: Additional items are not allowed ('arm,armv8' was
      unexpected)
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9132-db.dt.yaml:
      cpu@1: compatible: ['arm,cortex-a72', 'arm,armv8'] is too long
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9132-db.dt.yaml:
      cpu@100: compatible: Additional items are not allowed ('arm,armv8' was
      unexpected)
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9132-db.dt.yaml:
      cpu@100: compatible: ['arm,cortex-a72', 'arm,armv8'] is too long
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9132-db.dt.yaml:
      cpu@101: compatible: Additional items are not allowed ('arm,armv8' was
      unexpected)
      /home/amit/work/builds/build-check/arch/arm64/boot/dts/marvell/cn9132-db.dt.yaml:
      cpu@101: compatible: ['arm,cortex-a72', 'arm,armv8'] is too long
      Signed-off-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
      Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
      d136d258
    • Vadym Kochan's avatar
      arm64: dts: marvell: fix non-existed cpu referrence in armada-ap806-dual.dtsi · 664d9ebf
      Vadym Kochan authored
      armada-ap806-dual.dtsi includes armada-ap806.dtsi which describes
      thermal zones for 4 cpus but only cpu0 and cpu1 only exists for dual
      configuration, this makes dtb compilation fail. Fix it by removing
      thermal zone nodes for non-existed cpus for dual configuration.
      Signed-off-by: default avatarVadym Kochan <vadym.kochan@plvision.eu>
      Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
      664d9ebf