1. 25 Mar, 2020 16 commits
  2. 15 Mar, 2020 4 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
    • Tomasz Maciej Nowak's avatar
      arm64: dts: marvell: build ESPRESSObin variants · 004c64a8
      Tomasz Maciej Nowak authored
      The commit adding ESPRESSObin variants didn't include those in Makefile to
      be built.
      
      Fixes: 447b8789 ("arm64: dts: marvell: add ESPRESSObin variants")
      Signed-off-by: default avatarTomasz Maciej Nowak <tmn505@gmail.com>
      Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
      004c64a8
    • Tomasz Maciej Nowak's avatar
      arm64: dts: marvell: espressobin: indicate dts version · a94484f2
      Tomasz Maciej Nowak authored
      The commit introducing ESPRESSObin variants didn't specify dts version,
      and because of that they are treated by dtc as legacy ones. Fix that by
      properly specifying version in each dts.
      
      Fixes: 447b8789 ("arm64: dts: marvell: add ESPRESSObin variants")
      Signed-off-by: default avatarTomasz Maciej Nowak <tmn505@gmail.com>
      Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
      a94484f2
  3. 13 Mar, 2020 20 commits