[PATCH] arm64: dts: add missing denali-oled.dtb to Makefile

Tobias Heider posted 1 patch 1 month, 1 week ago
arch/arm64/boot/dts/qcom/Makefile | 2 ++
1 file changed, 2 insertions(+)
[PATCH] arm64: dts: add missing denali-oled.dtb to Makefile
Posted by Tobias Heider 1 month, 1 week ago
The device tree was originally added in
0d72ccaa1e840b4c8723a929b2febbedcf5f80cd.
The original patch on the mailing list also added the new device
tree to the Makefile but that part seems to have been dropped
(by accident) when it got merged.

Signed-off-by: Tobias Heider <tobias.heider@canonical.com>
---
 arch/arm64/boot/dts/qcom/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
index f80b5d9cf1e80..b05e8adc02f65 100644
--- a/arch/arm64/boot/dts/qcom/Makefile
+++ b/arch/arm64/boot/dts/qcom/Makefile
@@ -374,6 +374,8 @@ x1e80100-lenovo-yoga-slim7x-el2-dtbs	:= x1e80100-lenovo-yoga-slim7x.dtb x1-el2.d
 dtb-$(CONFIG_ARCH_QCOM)	+= x1e80100-lenovo-yoga-slim7x.dtb x1e80100-lenovo-yoga-slim7x-el2.dtb
 x1e80100-medion-sprchrgd-14-s1-el2-dtbs	:= x1e80100-medion-sprchrgd-14-s1.dtb x1-el2.dtbo
 dtb-$(CONFIG_ARCH_QCOM)	+= x1e80100-medion-sprchrgd-14-s1.dtb x1e80100-medion-sprchrgd-14-s1-el2.dtb
+x1e80100-microsoft-denali-oled-el2-dtbs	:= x1e80100-microsoft-denali-oled.dtb x1-el2.dtbo
+dtb-$(CONFIG_ARCH_QCOM)	+= x1e80100-microsoft-denali-oled.dtb x1e80100-microsoft-denali-oled-el2.dtb
 x1e80100-microsoft-romulus13-el2-dtbs	:= x1e80100-microsoft-romulus13.dtb x1-el2.dtbo
 dtb-$(CONFIG_ARCH_QCOM)	+= x1e80100-microsoft-romulus13.dtb x1e80100-microsoft-romulus13-el2.dtb
 x1e80100-microsoft-romulus15-el2-dtbs	:= x1e80100-microsoft-romulus15.dtb x1-el2.dtbo
-- 
2.51.0
Re: [PATCH] arm64: dts: add missing denali-oled.dtb to Makefile
Posted by Bjorn Andersson 2 weeks, 5 days ago
On Thu, 26 Feb 2026 15:04:30 +0100, Tobias Heider wrote:
> The device tree was originally added in
> 0d72ccaa1e840b4c8723a929b2febbedcf5f80cd.
> The original patch on the mailing list also added the new device
> tree to the Makefile but that part seems to have been dropped
> (by accident) when it got merged.
> 
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: add missing denali-oled.dtb to Makefile
      commit: 5bfaf79ebe69c4b93b322c3112ec87d746457721

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: dts: add missing denali-oled.dtb to Makefile
Posted by Konrad Dybcio 1 month, 1 week ago
On 2/26/26 3:04 PM, Tobias Heider wrote:
> The device tree was originally added in
> 0d72ccaa1e840b4c8723a929b2febbedcf5f80cd.
> The original patch on the mailing list also added the new device
> tree to the Makefile but that part seems to have been dropped
> (by accident) when it got merged.
> 
> Signed-off-by: Tobias Heider <tobias.heider@canonical.com>
> ---

Fixes: 0d72ccaa1e84 ("arm64: dts: qcom: Add support for X1-based Surface Pro 11")
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad