From 1a1564c98bb99a15bffab737fdf0dacbb40f675f Mon Sep 17 00:00:00 2001 From: zhangjiaquan Date: Mon, 26 Nov 2018 11:21:56 -0500 Subject: [PATCH] (CR):[Kane]kernel:update firmware name to keep same widget update firmware name to keep same widget, update same widget when load new firmware. Change-Id: If968fa07715683c7ebce05e3048129267e5bcf3c Signed-off-by: zhangjiaquan --- .../exynos/exynos9609-robusta2_common.dtsi | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/arch/arm64/boot/dts/exynos/exynos9609-robusta2_common.dtsi b/arch/arm64/boot/dts/exynos/exynos9609-robusta2_common.dtsi index 0051c3029eb7..2e8bae94c17f 100755 --- a/arch/arm64/boot/dts/exynos/exynos9609-robusta2_common.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos9609-robusta2_common.dtsi @@ -1725,42 +1725,47 @@ prince_l_dsp: adsp@2b80000 { reg = <0x2b80000>; firmware { - protection_music_aac { + protectionsp_default { cirrus,full-name; cirrus,wmfw-file = "cs35l41-dsp1-prot.wmfw"; cirrus,bin-file = "cs35l41-dsp1-spk-prot-music-aac.bin"; }; - protection_voice_aac { + protectionsp_music_aac { + cirrus,full-name; + cirrus,wmfw-file = "cs35l41-dsp1-prot.wmfw"; + cirrus,bin-file = "cs35l41-dsp1-spk-prot-music-aac.bin"; + }; + protectionsp_voice_aac { cirrus,full-name; cirrus,wmfw-file = "cs35l41-dsp1-prot.wmfw"; cirrus,bin-file = "cs35l41-dsp1-spk-prot-voice-aac.bin"; }; - protection_ringtone_aac { + protectionsp_ringtone_aac { cirrus,full-name; cirrus,wmfw-file = "cs35l41-dsp1-prot.wmfw"; cirrus,bin-file = "cs35l41-dsp1-spk-prot-ringtone-aac.bin"; }; - protection_notification_aac { + protectionsp_notification_aac { cirrus,full-name; cirrus,wmfw-file = "cs35l41-dsp1-prot.wmfw"; cirrus,bin-file = "cs35l41-dsp1-spk-prot-notification-aac.bin"; }; - protection_music_qisheng { + protectionsp_music_qisheng { cirrus,full-name; cirrus,wmfw-file = "cs35l41-dsp1-prot.wmfw"; cirrus,bin-file = "cs35l41-dsp1-spk-prot-music-qisheng.bin"; }; - protection_voice_qisheng { + protectionsp_voice_qisheng { cirrus,full-name; cirrus,wmfw-file = "cs35l41-dsp1-prot.wmfw"; cirrus,bin-file = "cs35l41-dsp1-spk-prot-voice-qisheng.bin"; }; - protection_ringtone_qisheng{ + protectionsp_ringtone_qisheng{ cirrus,full-name; cirrus,wmfw-file = "cs35l41-dsp1-prot.wmfw"; cirrus,bin-file = "cs35l41-dsp1-spk-prot-ringtone-qisheng.bin"; }; - protection_notification_qisheng { + protectionsp_notification_qisheng { cirrus,full-name; cirrus,wmfw-file = "cs35l41-dsp1-prot.wmfw"; cirrus,bin-file = "cs35l41-dsp1-spk-prot-notification-qisheng.bin"; -- 2.20.1