From 223293205a7265c8b02882461ba8996650048ade Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 11 Dec 2023 06:33:33 +0000
Subject: [PATCH] audio ok
---
kernel/arch/arm/boot/dts/bcm47189-luxul-xap-810.dts | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/kernel/arch/arm/boot/dts/bcm47189-luxul-xap-810.dts b/kernel/arch/arm/boot/dts/bcm47189-luxul-xap-810.dts
index 214df18..2e1a7e3 100644
--- a/kernel/arch/arm/boot/dts/bcm47189-luxul-xap-810.dts
+++ b/kernel/arch/arm/boot/dts/bcm47189-luxul-xap-810.dts
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
* Copyright 2017 Luxul Inc.
- *
- * Licensed under the ISC license.
*/
/dts-v1/;
@@ -16,7 +15,8 @@
bootargs = "earlycon";
};
- memory {
+ memory@0 {
+ device_type = "memory";
reg = <0x00000000 0x08000000>;
};
@@ -48,8 +48,6 @@
gpio-keys {
compatible = "gpio-keys";
- #address-cells = <1>;
- #size-cells = <0>;
restart {
label = "Reset";
--
Gitblit v1.6.2