1. 26 3月, 2020 19 次提交
  2. 17 3月, 2020 16 次提交
  3. 15 3月, 2020 4 次提交
    • A
      arm64: dts: marvell: Fix cpu compatible for AP807-quad · d136d258
      Amit Kucheria 提交于
      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: NAmit Kucheria <amit.kucheria@linaro.org>
      Signed-off-by: NGregory CLEMENT <gregory.clement@bootlin.com>
      d136d258
    • V
      arm64: dts: marvell: fix non-existed cpu referrence in armada-ap806-dual.dtsi · 664d9ebf
      Vadym Kochan 提交于
      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: NVadym Kochan <vadym.kochan@plvision.eu>
      Signed-off-by: NGregory CLEMENT <gregory.clement@bootlin.com>
      664d9ebf
    • T
      arm64: dts: marvell: build ESPRESSObin variants · 004c64a8
      Tomasz Maciej Nowak 提交于
      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: NTomasz Maciej Nowak <tmn505@gmail.com>
      Signed-off-by: NGregory CLEMENT <gregory.clement@bootlin.com>
      004c64a8
    • T
      arm64: dts: marvell: espressobin: indicate dts version · a94484f2
      Tomasz Maciej Nowak 提交于
      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: NTomasz Maciej Nowak <tmn505@gmail.com>
      Signed-off-by: NGregory CLEMENT <gregory.clement@bootlin.com>
      a94484f2
  4. 14 3月, 2020 1 次提交