fix: sync beagle devicetree
authorHan Gao <gaohan@iscas.ac.cn>
Wed, 2 Aug 2023 04:51:34 +0000 (12:51 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 13 Mar 2024 06:58:47 +0000 (15:58 +0900)
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
(cherry picked from commit 76d072714bdd79c61a5e7c3ff82b01674cbc872a)
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/riscv/boot/dts/thead/light-beagle-ref.dts

index db8558dcf12f001eabb7b39730276d6b2aaece07..34d7db2630aeb8d8c031339d57a4a31be0fe9847 100644 (file)
        model = "BeagleBoard.org BeagleV-Ahead";
        compatible = "beagle,light", "thead,light-val", "thead,light";
 
-       memory@0 {
-               device_type = "memory";
-               reg = <0x0 0x200000 0x0 0x7fe00000>;
-       };
-
        chosen {
                bootargs = "console=ttyS0,115200 crashkernel=256M-:128M earlycon clk_ignore_unused sram=0xffe0000000,0x180000";
                stdout-path = "serial0:115200n8";
        };
 
        dummy_codec: dummy_codec {
-               #sound-dai-cells = <0>;
-               compatible = "thead,light-dummy-pcm";
+               #sound-dai-cells = <1>;
+               compatible = "linux,bt-sco";
                status = "okay";
-               sound-name-prefix = "DUMMY";
        };
 
        reg_vref_1v8: regulator-adc-verf {
 
 &lightsound {
         status = "okay";
-        simple-audio-card,widgets = "Speaker", "Speaker";
-        simple-audio-card,routing = 
-               "Speaker", "AW87519 VO",
-               "AW87519 IN", "ES8156 ROUT";
-        simple-audio-card,aux-devs = <&audio_aw87519_pa>;
         simple-audio-card,dai-link@0 {          /* I2S - AUDIO SYS CODEC 8156*/
                 reg = <0>;
                 format = "i2s";
                         sound-dai = <&light_i2s 1>;
                 };
                 codec {
-                        sound-dai = <&dummy_codec>;
+                        sound-dai = <&dummy_codec 2>;
                 };
         };
 };