Skip to content

Commit

Permalink
arm: kernel 6.5.x added directory prefixes to dts files
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Sep 14, 2023
1 parent 768d42c commit 520d04a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion configs/bananapi/m1plus/buildroot/dts
@@ -1,2 +1,2 @@
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun7i-a20-bananapi-m1-plus"
BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun7i-a20-bananapi-m1-plus"
2 changes: 1 addition & 1 deletion configs/bananapi/m2plus/buildroot/dts
@@ -1,2 +1,2 @@
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-bananapi-m2-plus"
BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun8i-h3-bananapi-m2-plus"
2 changes: 1 addition & 1 deletion configs/bananapi/m2ultra/buildroot/dts
@@ -1,2 +1,2 @@
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-r40-bananapi-m2-ultra"
BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun8i-r40-bananapi-m2-ultra"
2 changes: 1 addition & 1 deletion configs/bananapi/m3/buildroot/dts
@@ -1,2 +1,2 @@
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-a83t-bananapi-m3"
BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun8i-a83t-bananapi-m3"
2 changes: 1 addition & 1 deletion configs/freescale/wandboard/buildroot/kernel
@@ -1,4 +1,4 @@
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-wandboard imx6dl-wandboard imx6q-wandboard-revb1 imx6dl-wandboard-revb1 imx6q-wandboard-revd1 imx6dl-wandboard-revd1 imx6qp-wandboard-revd1"
BR2_LINUX_KERNEL_INTREE_DTS_NAME="nxp/imx/imx6q-wandboard nxp/imx/imx6dl-wandboard nxp/imx/imx6q-wandboard-revb1 nxp/imx/imx6dl-wandboard-revb1 nxp/imx/imx6q-wandboard-revd1 nxp/imx/imx6dl-wandboard-revd1 nxp/imx/imx6qp-wandboard-revd1"
2 changes: 1 addition & 1 deletion configs/orangepi/lite/buildroot/dts
@@ -1,2 +1,2 @@
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-orangepi-lite"
BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun8i-h3-orangepi-lite"
2 changes: 1 addition & 1 deletion configs/orangepi/zero/buildroot/dts
@@ -1,2 +1,2 @@
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h2-plus-orangepi-zero"
BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun8i-h2-plus-orangepi-zero"
2 changes: 1 addition & 1 deletion configs/pcduino/3/buildroot/dts
@@ -1,2 +1,2 @@
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun7i-a20-pcduino3"
BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun7i-a20-pcduino3"
2 changes: 1 addition & 1 deletion configs/usbarmory/mk2/buildroot/kernel
@@ -1,2 +1,2 @@
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6ulz-usbarmory"
BR2_LINUX_KERNEL_INTREE_DTS_NAME="nxp/imx/imx6ulz-usbarmory"

0 comments on commit 520d04a

Please sign in to comment.