소스 검색

arm64: dts: broadcom: Add reference to Compute Module IO Board V3

This adds a reference to the dts of the Compute Module IO Board V3 in arm,
so we don't need to maintain the content in arm64.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Stefan Wahren 7 년 전
부모
커밋
a7eb26392b
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      arch/arm64/boot/dts/broadcom/Makefile
  2. 2 0
      arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts

+ 2 - 1
arch/arm64/boot/dts/broadcom/Makefile

@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 # SPDX-License-Identifier: GPL-2.0
 dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb \
 dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb \
-			      bcm2837-rpi-3-b-plus.dtb
+			      bcm2837-rpi-3-b-plus.dtb \
+			      bcm2837-rpi-cm3-io3.dts
 
 
 subdir-y	+= northstar2
 subdir-y	+= northstar2
 subdir-y	+= stingray
 subdir-y	+= stingray

+ 2 - 0
arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts

@@ -0,0 +1,2 @@
+// SPDX-License-Identifier: GPL-2.0
+#include "arm/bcm2837-rpi-cm3-io3.dts"