From patchwork Tue Feb 21 18:32:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Svyatoslav Ryhel X-Patchwork-Id: 655487 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1047CC64EC7 for ; Tue, 21 Feb 2023 18:32:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229609AbjBUSca (ORCPT ); Tue, 21 Feb 2023 13:32:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbjBUSc3 (ORCPT ); Tue, 21 Feb 2023 13:32:29 -0500 Received: from mail-ed1-x52b.google.com (mail-ed1-x52b.google.com [IPv6:2a00:1450:4864:20::52b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E0B12301B7; Tue, 21 Feb 2023 10:32:26 -0800 (PST) Received: by mail-ed1-x52b.google.com with SMTP id ee7so5924244edb.2; Tue, 21 Feb 2023 10:32:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=IAXecBgeRkHu8ZmrGSEh+xC8pZ8csJk/gLQuqMv+ZEI=; b=n5P5sUEHLppfy1KRySapcmLr3VmalIXip2527iBV1pCY+xwS8ywbsnb6vBwPteurfH Ou9heSahzhfGJVOnzPjla6C+JQo2VGd0yOCOpw4k/pjtCPDEpRrjpZLdpNF66Pi1DKH9 WLP3xJQVbHYcEVJ7Wy9+73EuPBfWRbCokMg00ejhFAjQXjTyfePQrZKDmFkJzrRKuLnx e3M1VTGBwW93NFqHDNrX3XzJJqgBFJMitGzKukSDLzjuw8aKsmEHHiVsL6l5ARdcTx7Z NB5lKQ8K6GmD8sZRwzyMJ4RNTwnljCCDwYAzGsGxScbfzvJvZWnorpAYlZQpX1l6rhMw Ad/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=IAXecBgeRkHu8ZmrGSEh+xC8pZ8csJk/gLQuqMv+ZEI=; b=eEMkHVnlP+9/FwLPwFDhGRd+8cARCgDM/uj+nvUEO1gBsjYg4J2ArRluwsBwWT+tGC 9M9QxZDrOXbkJ7vPytF1jx1nZIWkQ66J+spAyCW/SkvRFpKtMQU+xNksOexZvh7naf+I voF2GL14rDxoNUwKZl9hG53kavJWXlDJPmgKIiAKX2uOoAlvAoN6BPMY7KCoDi1CWFpv 0YJXkSh3dJMQmU8rsYMwlf8oPBAAOPRT4hh1ETU7uoIue4fAWFZ2o104bJdew1wcEhb5 2vqRw/uctoMe8PIScF91Duvfayow2dPbqv3VRxMkRbfvFRbtUE+kTVtmXMk9mhv0tuyh sV6g== X-Gm-Message-State: AO0yUKVDV/km3+m3obeKLZnuszjmbeZDaeFcWSeZ8soyN0E2DPUA5EGs tOAwLbpjftDZV1nFV2LdUZQ= X-Google-Smtp-Source: AK7set9zWlurnl/3CRZ7DTez58dz2jKnck1MAztIosG4p1jWNb1dZJz3bfbLFRpOyeGB3qiJQ4VlZQ== X-Received: by 2002:aa7:ca56:0:b0:4ae:e5ab:46d7 with SMTP id j22-20020aa7ca56000000b004aee5ab46d7mr3752692edt.8.1677004345190; Tue, 21 Feb 2023 10:32:25 -0800 (PST) Received: from xeon.. ([188.163.112.76]) by smtp.gmail.com with ESMTPSA id i3-20020a50c3c3000000b004af5aa16fcasm169102edf.66.2023.02.21.10.32.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Feb 2023 10:32:24 -0800 (PST) From: Svyatoslav Ryhel To: Rob Herring , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Thierry Reding , Jonathan Hunter , Greg Kroah-Hartman , Jaroslav Kysela , Takashi Iwai , Svyatoslav Ryhel , Maxim Schwalm , Dmitry Osipenko Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-tegra@vger.kernel.org, linux-staging@lists.linux.dev Subject: [PATCH v1 02/10] sound: soc: jack: allow multiple interrupt per gpio Date: Tue, 21 Feb 2023 20:32:03 +0200 Message-Id: <20230221183211.21964-3-clamor95@gmail.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230221183211.21964-1-clamor95@gmail.com> References: <20230221183211.21964-1-clamor95@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This feature is required for coupled hp-mic quirk used by some Nvidia Tegra 3 based devices work properly. Signed-off-by: Svyatoslav Ryhel --- sound/soc/soc-jack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/soc-jack.c b/sound/soc/soc-jack.c index fcece5ca38c6..f951acb2ce36 100644 --- a/sound/soc/soc-jack.c +++ b/sound/soc/soc-jack.c @@ -367,6 +367,7 @@ int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count, ret = request_any_context_irq(gpiod_to_irq(gpios[i].desc), gpio_handler, + IRQF_SHARED | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, gpios[i].name, From patchwork Tue Feb 21 18:32:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Svyatoslav Ryhel X-Patchwork-Id: 655486 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6CC3C64ED6 for ; Tue, 21 Feb 2023 18:32:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230354AbjBUScn (ORCPT ); Tue, 21 Feb 2023 13:32:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230148AbjBUScf (ORCPT ); Tue, 21 Feb 2023 13:32:35 -0500 Received: from mail-ed1-x52d.google.com (mail-ed1-x52d.google.com [IPv6:2a00:1450:4864:20::52d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25A1D301A0; Tue, 21 Feb 2023 10:32:29 -0800 (PST) Received: by mail-ed1-x52d.google.com with SMTP id ee7so5924703edb.2; Tue, 21 Feb 2023 10:32:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=2lCpP86gR9PkFUN8BPLcadI1otAfEY6NobKYiSJ0+e8=; b=mpAJ+X9KuU94JQa7v1MFLP7LPRRK2SWC5sC8arMYBw1H8c9DYwRZJUTnE+em+9mntW QLJRTRcAFul/3ZNUZfRtwC2ERxv2X+tQcNLFm6v9ssXcl6cOXy4P7s7R1UcpkXQlcChU N9tMOZZ+R4zCuaQCE0pbdyKCICRPgNdaBvEI40fyr7VnwUHXwjuRQ+Vrrgo1+4L0Yx5i XK6yV13Rhgtqq4aOPOrJaAmmx+ZXZ98VUqhk8pAKOp7fjcBbpuF8lNmsPOYsUJRpbb7n 5krWw/CFLj1k9JAUbFwUlr8lH4Y8f3Jt5bedLtnXzZeZGqMya7aKlWIFc3EG9ciKHTEk 6A4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2lCpP86gR9PkFUN8BPLcadI1otAfEY6NobKYiSJ0+e8=; b=SgdId51rrUFm6AW+8wFvnq6zgpvEmG6sNW0aofJCgXAp/kWzSybxnquC9RdQw0P2pl ZhKnUeaE/07gctFrxT7Lv+UNQ+Uu9YXApVU9ZNIzbmYtXczfpirAzF4WRvvUTCVb3x5/ iukT6ls9nsKVL+cOaCzkLnrAsO/HaXIWbziDqBs247E6Vj05TAgMOxZlaUoj/3CRj/8J pxsCu54L+VCeVNOxXUoMq5/5Xn8vduYbqYkHifQaBWEIJYQS3qGm7svSf94D/e1qvZf7 ii1oR2UwePNntrl1Gk8ghlGcfT/d/Y++57jlCi59WkWwTHox1OmcjYHOGTJ3J+4Gfeit 5OBQ== X-Gm-Message-State: AO0yUKUW9GLXfp3EFrGPAkBgm8gu3/0enw6yk0exJS3+JAMc1aBJdsDm a5pH6x3o0pyuvdh+zn/AC8A= X-Google-Smtp-Source: AK7set/sFJZmQyqzv3hTWw/QfEbYRiDulW0zynpIxce9Xm5NbDjlMzxiKSLomGcCDw682XnJNEAnFQ== X-Received: by 2002:aa7:d38f:0:b0:4ac:d2cd:81c7 with SMTP id x15-20020aa7d38f000000b004acd2cd81c7mr5883673edq.5.1677004347748; Tue, 21 Feb 2023 10:32:27 -0800 (PST) Received: from xeon.. ([188.163.112.76]) by smtp.gmail.com with ESMTPSA id i3-20020a50c3c3000000b004af5aa16fcasm169102edf.66.2023.02.21.10.32.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Feb 2023 10:32:27 -0800 (PST) From: Svyatoslav Ryhel To: Rob Herring , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Thierry Reding , Jonathan Hunter , Greg Kroah-Hartman , Jaroslav Kysela , Takashi Iwai , Svyatoslav Ryhel , Maxim Schwalm , Dmitry Osipenko Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-tegra@vger.kernel.org, linux-staging@lists.linux.dev Subject: [PATCH v1 04/10] ASoC: tegra: Support RT5631 by machine driver Date: Tue, 21 Feb 2023 20:32:05 +0200 Message-Id: <20230221183211.21964-5-clamor95@gmail.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230221183211.21964-1-clamor95@gmail.com> References: <20230221183211.21964-1-clamor95@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add Realtek ALC5631/RT5631 codec support to the Tegra ASoC machine driver. The RT5631 codec is found on devices like ASUS Transformer TF201, TF700T and other Tegra-based Android tablets. Signed-off-by: Svyatoslav Ryhel Signed-off-by: Ion Agorria --- sound/soc/tegra/Kconfig | 9 ++++ sound/soc/tegra/tegra_asoc_machine.c | 74 ++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index b6712a3d1fa1..ff905e5dcd86 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -189,6 +189,15 @@ config SND_SOC_TEGRA_AUDIO_GRAPH_CARD config SND_SOC_TEGRA_MACHINE_DRV tristate +config SND_SOC_TEGRA_RT5631 + tristate "SoC Audio support for Tegra boards using an RT5631 codec" + depends on SND_SOC_TEGRA && I2C && GPIOLIB + select SND_SOC_TEGRA_MACHINE_DRV + select SND_SOC_RT5631 + help + Say Y or M here if you want to add support for SoC audio on Tegra + boards using the RT5631 codec, such as Transformer. + config SND_SOC_TEGRA_RT5640 tristate "SoC Audio support for Tegra boards using an RT5640 codec" depends on I2C && GPIOLIB diff --git a/sound/soc/tegra/tegra_asoc_machine.c b/sound/soc/tegra/tegra_asoc_machine.c index 78faa8bcae27..607800ec07a6 100644 --- a/sound/soc/tegra/tegra_asoc_machine.c +++ b/sound/soc/tegra/tegra_asoc_machine.c @@ -51,6 +51,17 @@ static struct snd_soc_jack_gpio tegra_machine_headset_jack_gpio = { }; /* Mic Jack */ +static int headset_check(void *data) +{ + struct tegra_machine *machine = (struct tegra_machine *)data; + + /* Detect mic insertion only if 3.5 jack is in */ + if (gpiod_get_value_cansleep(machine->gpiod_hp_det) && + gpiod_get_value_cansleep(machine->gpiod_mic_det)) + return SND_JACK_MICROPHONE; + + return 0; +} static struct snd_soc_jack tegra_machine_mic_jack; @@ -183,8 +194,15 @@ int tegra_asoc_machine_init(struct snd_soc_pcm_runtime *rtd) return err; } + tegra_machine_mic_jack_gpio.data = machine; tegra_machine_mic_jack_gpio.desc = machine->gpiod_mic_det; + if (of_property_read_bool(card->dev->of_node, + "nvidia,coupled-mic-hp-det")) { + tegra_machine_mic_jack_gpio.desc = machine->gpiod_hp_det; + tegra_machine_mic_jack_gpio.jack_status_check = headset_check; + }; + err = snd_soc_jack_add_gpios(&tegra_machine_mic_jack, 1, &tegra_machine_mic_jack_gpio); if (err) @@ -238,6 +256,27 @@ static unsigned int tegra_machine_mclk_rate_12mhz(unsigned int srate) return mclk; } +static unsigned int tegra_machine_mclk_rate_6mhz(unsigned int srate) +{ + unsigned int mclk; + + switch (srate) { + case 64000: + case 88200: + case 96000: + mclk = 128 * srate; + break; + default: + mclk = 256 * srate; + break; + } + /* FIXME: Codec only requires >= 3MHz if OSR==0 */ + while (mclk < 6000000) + mclk *= 2; + + return mclk; +} + static int tegra_machine_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) { @@ -865,6 +904,40 @@ static const struct tegra_asoc_data tegra_rt5632_data = { .add_headset_jack = true, }; +/* RT5631 machine */ + +SND_SOC_DAILINK_DEFS(rt5631_hifi, + DAILINK_COMP_ARRAY(COMP_EMPTY()), + DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "rt5631-hifi")), + DAILINK_COMP_ARRAY(COMP_EMPTY())); + +static struct snd_soc_dai_link tegra_rt5631_dai = { + .name = "RT5631", + .stream_name = "RT5631 PCM", + .init = tegra_asoc_machine_init, + .dai_fmt = SND_SOC_DAIFMT_I2S | + SND_SOC_DAIFMT_NB_NF | + SND_SOC_DAIFMT_CBS_CFS, + SND_SOC_DAILINK_REG(rt5631_hifi), +}; + +static struct snd_soc_card snd_soc_tegra_rt5631 = { + .components = "codec:rt5631", + .dai_link = &tegra_rt5631_dai, + .num_links = 1, + .fully_routed = true, +}; + +static const struct tegra_asoc_data tegra_rt5631_data = { + .mclk_rate = tegra_machine_mclk_rate_6mhz, + .card = &snd_soc_tegra_rt5631, + .add_common_dapm_widgets = true, + .add_common_controls = true, + .add_common_snd_ops = true, + .add_mic_jack = true, + .add_hp_jack = true, +}; + static const struct of_device_id tegra_machine_of_match[] = { { .compatible = "nvidia,tegra-audio-trimslice", .data = &tegra_trimslice_data }, { .compatible = "nvidia,tegra-audio-max98090", .data = &tegra_max98090_data }, @@ -874,6 +947,7 @@ static const struct of_device_id tegra_machine_of_match[] = { { .compatible = "nvidia,tegra-audio-rt5677", .data = &tegra_rt5677_data }, { .compatible = "nvidia,tegra-audio-rt5640", .data = &tegra_rt5640_data }, { .compatible = "nvidia,tegra-audio-alc5632", .data = &tegra_rt5632_data }, + { .compatible = "nvidia,tegra-audio-rt5631", .data = &tegra_rt5631_data }, {}, }; MODULE_DEVICE_TABLE(of, tegra_machine_of_match); From patchwork Tue Feb 21 18:32:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Svyatoslav Ryhel X-Patchwork-Id: 655485 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50731C64EC7 for ; Tue, 21 Feb 2023 18:32:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230304AbjBUScq (ORCPT ); Tue, 21 Feb 2023 13:32:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230327AbjBUScn (ORCPT ); Tue, 21 Feb 2023 13:32:43 -0500 Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14A2D303C9; Tue, 21 Feb 2023 10:32:32 -0800 (PST) Received: by mail-ed1-x532.google.com with SMTP id eg37so17184565edb.12; Tue, 21 Feb 2023 10:32:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=L9otEBsT6k51szcPeR0kTauQC7TYJHg3vZcCUlJI+pc=; b=P2rP1loDB9zDzKlPh8AUJXtkTwSG1jgp86DgcAWNlj14I1aKsyb/hY0cEu1mK/Em6v 2VbL/pm9rgAIQGZXIqeZ3VRz3/sRqwnBOLwwjX6tj+LYaVa31idu512iPJmBe75R5Wy0 SHMkE1qGCiJBrg2Gf02BCmoBRxVgHAlWM1zJlC9JnTXYn3+P4Ampb59c7Zzw/5cdbBag sJ4RJNxoRZC1or0mkhU6Ufi0LxIV6RMY7a/dQtOaww8wdtsMTPuVABcsplPD6FOlKXZa /9gYkT7e7/zI/eXBoS6cOqF3OfzoOGvRFtUgI6rucRtMP366vsS7/8HpZkIzrMF96XuD o77Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=L9otEBsT6k51szcPeR0kTauQC7TYJHg3vZcCUlJI+pc=; b=0AfFP6dEVC6U7vvIGI4gBEhFxxKll9Rz7gMqcUjCQrOIyagHdBbuYnMqYpJ7xnWrXH sZqD/WRar+vGD68dEl2ov0gdlN7d0kncfiVOyc4Cz8WJdksrCtRrUR99IKWcFsILayZU tYiOMogcYzEYu/ng1CXyIaMZSIUIUZvxaNYP5cLTzRSh4nH3Dd0VjEAOWR5Ruoh3zc0x aCcPQyqREW8w8UoU7KqgFQMrHak7zLR6RwWN7XohECtgJQShJDQcjPgpwF5X/RyBEKLT 4icFxNZREVTU8hcmfEpdei3bvjJnSuxO83suLSbHLije55Qt6LH/9mA5R4C/hG2t2TVu nDaQ== X-Gm-Message-State: AO0yUKUQLqo9EUevruStdC+DTZXJ/rrqA/PuPqpdD+8BOllECQAo4iyt Wv8HCNcpJ3KoSSUwMpXJ5+E= X-Google-Smtp-Source: AK7set9t015eh91cqytauqJuSGOe9dRZJXr9U0AD04dYgH1iSSbPBCvAVw0DCAFgr2PSjfdFh6Zvnw== X-Received: by 2002:a05:6402:164c:b0:4ad:7c30:25a3 with SMTP id s12-20020a056402164c00b004ad7c3025a3mr6436926edx.1.1677004350203; Tue, 21 Feb 2023 10:32:30 -0800 (PST) Received: from xeon.. ([188.163.112.76]) by smtp.gmail.com with ESMTPSA id i3-20020a50c3c3000000b004af5aa16fcasm169102edf.66.2023.02.21.10.32.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Feb 2023 10:32:29 -0800 (PST) From: Svyatoslav Ryhel To: Rob Herring , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Thierry Reding , Jonathan Hunter , Greg Kroah-Hartman , Jaroslav Kysela , Takashi Iwai , Svyatoslav Ryhel , Maxim Schwalm , Dmitry Osipenko Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-tegra@vger.kernel.org, linux-staging@lists.linux.dev Subject: [PATCH v1 06/10] ASoC: tegra: Support MAX9808x by machine driver Date: Tue, 21 Feb 2023 20:32:07 +0200 Message-Id: <20230221183211.21964-7-clamor95@gmail.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230221183211.21964-1-clamor95@gmail.com> References: <20230221183211.21964-1-clamor95@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add Maxim MAX9808x codec support to the Tegra ASoC machine driver. This codec is found on LG T30 devices like Optimus 4X HD and Optimus Vu. Signed-off-by: Svyatoslav Ryhel --- sound/soc/tegra/Kconfig | 9 ++++++ sound/soc/tegra/tegra_asoc_machine.c | 46 +++++++++++++++++++++++++--- 2 files changed, 51 insertions(+), 4 deletions(-) diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index ff905e5dcd86..950f490b8d54 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -263,6 +263,15 @@ config SND_SOC_TEGRA_MAX98090 Say Y or M here if you want to add support for SoC audio on Tegra boards using the MAX98090 codec, such as Venice2. +config SND_SOC_TEGRA_MAX98088 + tristate "SoC Audio support for Tegra boards using a MAX9808x codec" + depends on I2C && GPIOLIB + select SND_SOC_TEGRA_MACHINE_DRV + select SND_SOC_MAX98088 + help + Say Y or M here if you want to add support for SoC audio on Tegra + boards using the MAX98088 codec, such as LG X3. + config SND_SOC_TEGRA_RT5677 tristate "SoC Audio support for Tegra boards using a RT5677 codec" depends on I2C && GPIOLIB diff --git a/sound/soc/tegra/tegra_asoc_machine.c b/sound/soc/tegra/tegra_asoc_machine.c index 607800ec07a6..fa0627ea20d7 100644 --- a/sound/soc/tegra/tegra_asoc_machine.c +++ b/sound/soc/tegra/tegra_asoc_machine.c @@ -86,11 +86,11 @@ static int tegra_machine_event(struct snd_soc_dapm_widget *w, gpiod_set_value_cansleep(machine->gpiod_spkr_en, SND_SOC_DAPM_EVENT_ON(event)); - if (!strcmp(w->name, "Mic Jack")) + if (!strcmp(w->name, "Mic Jack") || !strcmp(w->name, "Headset Mic")) gpiod_set_value_cansleep(machine->gpiod_ext_mic_en, SND_SOC_DAPM_EVENT_ON(event)); - if (!strcmp(w->name, "Int Mic")) + if (!strcmp(w->name, "Int Mic") || !strcmp(w->name, "Internal Mic 2")) gpiod_set_value_cansleep(machine->gpiod_int_mic_en, SND_SOC_DAPM_EVENT_ON(event)); @@ -108,11 +108,12 @@ static const struct snd_soc_dapm_widget tegra_machine_dapm_widgets[] = { SND_SOC_DAPM_HP("Headphones", NULL), SND_SOC_DAPM_SPK("Speakers", tegra_machine_event), SND_SOC_DAPM_SPK("Int Spk", tegra_machine_event), + SND_SOC_DAPM_SPK("Earpiece", NULL), SND_SOC_DAPM_MIC("Int Mic", tegra_machine_event), SND_SOC_DAPM_MIC("Mic Jack", tegra_machine_event), SND_SOC_DAPM_MIC("Internal Mic 1", NULL), - SND_SOC_DAPM_MIC("Internal Mic 2", NULL), - SND_SOC_DAPM_MIC("Headset Mic", NULL), + SND_SOC_DAPM_MIC("Internal Mic 2", tegra_machine_event), + SND_SOC_DAPM_MIC("Headset Mic", tegra_machine_event), SND_SOC_DAPM_MIC("Digital Mic", NULL), SND_SOC_DAPM_MIC("Mic", NULL), SND_SOC_DAPM_LINE("Line In Jack", NULL), @@ -123,6 +124,7 @@ static const struct snd_soc_dapm_widget tegra_machine_dapm_widgets[] = { static const struct snd_kcontrol_new tegra_machine_controls[] = { SOC_DAPM_PIN_SWITCH("Speakers"), SOC_DAPM_PIN_SWITCH("Int Spk"), + SOC_DAPM_PIN_SWITCH("Earpiece"), SOC_DAPM_PIN_SWITCH("Int Mic"), SOC_DAPM_PIN_SWITCH("Headset Mic"), SOC_DAPM_PIN_SWITCH("Internal Mic 1"), @@ -713,6 +715,40 @@ static const struct tegra_asoc_data tegra_max98090_data = { .add_hp_jack = true, }; +/* MAX98088 machine */ + +SND_SOC_DAILINK_DEFS(max98088_hifi, + DAILINK_COMP_ARRAY(COMP_EMPTY()), + DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "HiFi")), + DAILINK_COMP_ARRAY(COMP_EMPTY())); + +static struct snd_soc_dai_link tegra_max98088_dai = { + .name = "MAX98088", + .stream_name = "MAX98088 PCM", + .init = tegra_asoc_machine_init, + .dai_fmt = SND_SOC_DAIFMT_I2S | + SND_SOC_DAIFMT_NB_NF | + SND_SOC_DAIFMT_CBS_CFS, + SND_SOC_DAILINK_REG(max98088_hifi), +}; + +static struct snd_soc_card snd_soc_tegra_max98088 = { + .components = "codec:max98088", + .dai_link = &tegra_max98088_dai, + .num_links = 1, + .fully_routed = true, +}; + +static const struct tegra_asoc_data tegra_max98088_data = { + .mclk_rate = tegra_machine_mclk_rate_12mhz, + .card = &snd_soc_tegra_max98088, + .add_common_dapm_widgets = true, + .add_common_controls = true, + .add_common_snd_ops = true, + .add_mic_jack = true, + .add_hp_jack = true, +}; + /* SGTL5000 machine */ SND_SOC_DAILINK_DEFS(sgtl5000_hifi, @@ -941,6 +977,8 @@ static const struct tegra_asoc_data tegra_rt5631_data = { static const struct of_device_id tegra_machine_of_match[] = { { .compatible = "nvidia,tegra-audio-trimslice", .data = &tegra_trimslice_data }, { .compatible = "nvidia,tegra-audio-max98090", .data = &tegra_max98090_data }, + { .compatible = "nvidia,tegra-audio-max98088", .data = &tegra_max98088_data }, + { .compatible = "nvidia,tegra-audio-max98089", .data = &tegra_max98088_data }, { .compatible = "nvidia,tegra-audio-sgtl5000", .data = &tegra_sgtl5000_data }, { .compatible = "nvidia,tegra-audio-wm9712", .data = &tegra_wm9712_data }, { .compatible = "nvidia,tegra-audio-wm8753", .data = &tegra_wm8753_data }, From patchwork Tue Feb 21 18:32:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Svyatoslav Ryhel X-Patchwork-Id: 655484 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74440C64EC7 for ; Tue, 21 Feb 2023 18:33:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229767AbjBUSdC (ORCPT ); Tue, 21 Feb 2023 13:33:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230411AbjBUSco (ORCPT ); Tue, 21 Feb 2023 13:32:44 -0500 Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61E5330289; Tue, 21 Feb 2023 10:32:34 -0800 (PST) Received: by mail-ed1-x52c.google.com with SMTP id ck15so22233163edb.0; Tue, 21 Feb 2023 10:32:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=L7LUck7NKntyvJrTtA9Mcdll1GuNCKTVdIZE+EmCgf0=; b=aY7iZeMyl0Yy8TJGNzIOWQT4yV4aIZcrA3QtuCr/sgIo+n/gxDCoTdT9Spqa1B+tu8 /dJfWEwQ8nRKNBY8rRsKdfrHGSQzyCwfP6ZSshom4XAj+TMDHalSV1W9TTZQHMcGdGCe eWc0zIx+9X6n+te+u0x5OogQyDQcuHXiOWhLH1qR0H8+5rk+1J5lwTSslKQed70+2oUv LtxzXfOGmlkPMkzy5mR8E4tYbnF3VlfYWTUPidZu7xM8P5wSWX6ODOQ9S0z8/zB9dw8Q npin8zoTuVWLndrSehCYNM0jkKFHaKlOHfDeQghz1wksvpNKfl3AYwwzGfrXxUt70g8h 5rlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=L7LUck7NKntyvJrTtA9Mcdll1GuNCKTVdIZE+EmCgf0=; b=gZJ7hwRrkX++V2rlItPrpRCzTlU4bLz5byTV337+7g35jbMD4N8pZZbNKlgAEc16ra cEWDZxdg7OBdl0rLVOwzWaPjGasc5dw2hkxKlBNMVd+dr/juEgXxmoGSV4IJOrUqEXdt S/8gGyMTMyks0koSpimzdkr8GxBQQJ3kokUlASpgtjdwUfHwsudhayNllOwrPrei8Oe3 CpwXTK5p02fa4Fgq6djFb+94GUlEYLG88FNfbz3aCp6maRPfidCxEW7OnqTAIY6pWRAv QsxpIWI7NsUbmNNFwaFblepeiYMLaBFR9rql52/IQRUraay20Jnv7clM3CRr6fIblnQm zz8w== X-Gm-Message-State: AO0yUKU7CKTsv4FdrMRvW91KwZl7UIem/wqRekZOQCxrD1nUaMv3VOtN CSELy99MGxMRsFK00sp8KOY= X-Google-Smtp-Source: AK7set9Sdi1je3qVvo0qJXZlUkQyErQ4YoQjaz7cj/on0XVdGldV/BpKlkhyI10FlvJ9jEcLz1Kylg== X-Received: by 2002:a05:6402:31fb:b0:4ac:d2bc:32f9 with SMTP id dy27-20020a05640231fb00b004acd2bc32f9mr5753304edb.4.1677004352701; Tue, 21 Feb 2023 10:32:32 -0800 (PST) Received: from xeon.. ([188.163.112.76]) by smtp.gmail.com with ESMTPSA id i3-20020a50c3c3000000b004af5aa16fcasm169102edf.66.2023.02.21.10.32.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Feb 2023 10:32:32 -0800 (PST) From: Svyatoslav Ryhel To: Rob Herring , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Thierry Reding , Jonathan Hunter , Greg Kroah-Hartman , Jaroslav Kysela , Takashi Iwai , Svyatoslav Ryhel , Maxim Schwalm , Dmitry Osipenko Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-tegra@vger.kernel.org, linux-staging@lists.linux.dev Subject: [PATCH v1 08/10] dt-bindings: dsp: add Fortemedia FM34 DSP Date: Tue, 21 Feb 2023 20:32:09 +0200 Message-Id: <20230221183211.21964-9-clamor95@gmail.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230221183211.21964-1-clamor95@gmail.com> References: <20230221183211.21964-1-clamor95@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add dt-binding for Fortemedia FM34NE DSP. Signed-off-by: Svyatoslav Ryhel --- .../bindings/dsp/fortemedia,dsp.yaml | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 Documentation/devicetree/bindings/dsp/fortemedia,dsp.yaml diff --git a/Documentation/devicetree/bindings/dsp/fortemedia,dsp.yaml b/Documentation/devicetree/bindings/dsp/fortemedia,dsp.yaml new file mode 100644 index 000000000000..78f30969d9bf --- /dev/null +++ b/Documentation/devicetree/bindings/dsp/fortemedia,dsp.yaml @@ -0,0 +1,95 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/dsp/fortemedia,dsp.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Fortemedia DSP core + +maintainers: + - Svyatoslav Ryhel + +description: | + Asus Transformer T20/T30 tablet family contains a DSP core + used for advanced noise cancellation. + +properties: + compatible: + items: + - enum: + - asus,tf101-dsp + - asus,tf201-dsp + - asus,tf300t-dsp + - asus,tf700t-dsp + - pegatron,chagall-dsp + + - const: fortemedia,fm34 + + reg: + maxItems: 1 + + bypass-gpios: + maxItems: 1 + + reset-gpios: + maxItems: 1 + + vdd-supply: true + + clocks: + maxItems: 1 + + clock-names: + items: + - const: mclk + + assigned-clocks: + maxItems: 1 + + assigned-clock-parents: + maxItems: 1 + + assigned-clock-rates: + maxItems: 1 + +required: + - compatible + - reg + - vdd-supply + +additionalProperties: false + +examples: + - | + #include + #include + + i2c { + #address-cells = <1>; + #size-cells = <0>; + + dsp@60 { + compatible = "asus,tf201-dsp", "fortemedia,fm34"; + reg = <0x60>; + + bypass-gpios = <&gpio 222 0>; + reset-gpios = <&gpio 115 1>; + + vdd-supply = <&vdd_1v8_dsp>; + + clocks = <&tegra_pmc TEGRA_PMC_CLK_OUT_1>; + clock-names = "mclk"; + + assigned-clocks = <&tegra_pmc TEGRA_PMC_CLK_OUT_1>; + assigned-clock-parents = <&tegra_car TEGRA30_CLK_EXTERN1>; + }; + }; + + vdd_1v8_dsp: regulator-dsp { + compatible = "regulator-fixed"; + regulator-name = "vdd_1v8_dsp"; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; + gpio = <&gpio 165 0>; + enable-active-high; + }; From patchwork Tue Feb 21 18:32:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Svyatoslav Ryhel X-Patchwork-Id: 655483 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F541C64EC7 for ; Tue, 21 Feb 2023 18:33:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230035AbjBUSdG (ORCPT ); Tue, 21 Feb 2023 13:33:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57496 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230370AbjBUSc5 (ORCPT ); Tue, 21 Feb 2023 13:32:57 -0500 Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F14883029F; Tue, 21 Feb 2023 10:32:35 -0800 (PST) Received: by mail-ed1-x532.google.com with SMTP id da10so22224038edb.3; Tue, 21 Feb 2023 10:32:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=lr6o3HJDSw6aDnC9TV6hrUc8xvBzLkl4A2fi5a+pbwo=; b=k+5io2UDTxYSJPBToDlTnuAKRH0OPtKtrt1EliLpf8gTAoGS8FNjTFQ2o4Gs42TVGg MbvPqP67Dbvm/2JkIPBJSoR23WkNL2gbawR0GMmGaQ/DC2zJe+jKF3WR1CgGrx7605Pg 4Rhfgqpcbs/PoNhKnv9gMT7cKKxsrDcuDOhW7vereAgLnaKZQcGUIV9MkW7avPaja7Gv eEE3zJougGUgae9rAlAX+zDKSkaFgpHhISvMK2BcEwRvbfFJJ2Yf69tCdmDD2NgSLIDD Pfffk+j1IoCe0cBIJH4wMyf1f2ZxCKECBd5/3tEXTNI2COvJP6TbXriITGLkKRMstCCN 6Nrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=lr6o3HJDSw6aDnC9TV6hrUc8xvBzLkl4A2fi5a+pbwo=; b=JPVv2ytVV1Hs8RfrTlrYN1BxTHAc49qcND86ddwhzxWQ20xI6zVwQdcEcPCWVxBQmi JkF1u4wOcNvtAGkE8LTNBRW9aJ83Sai9I+zrFKhg7gV9ygq+FS+1h4K9hcpxWZLlrWzr vCNJpzcHDH4x1U6EiPX4lXGZiHC8n/OwaTgqjaFkDsCqf0x6L4qKOs4RxG9wAF74cB0L tk0EaEM8UcDdXIE64CQozWRL2OronVxru8N4XFE69JOaAuVfnhLrWbiNSHZl1vKyydpi UGIe98ebIiQ2PVJxIsdJi01tmJ7pE25dij1jBNsP7+cmF/kejFDSzPt7Ci2BaAuGU9GQ vkHw== X-Gm-Message-State: AO0yUKXHaRoHJyPwL4JCRnAaYOn2ofCoQxtxHxIB4TypvWnyJe9VZcck //r3J+6N5dlEY/eRNvfx6YNPdsZI1dCtuQ== X-Google-Smtp-Source: AK7set/yw91+MVDF4WjMjYIgUlXgVUVaFWM6dfHqkK7txHj/nKwLLpovIOltIt/tu5E0AdcrBmtPwg== X-Received: by 2002:a05:6402:1503:b0:4ad:7bd3:bb43 with SMTP id f3-20020a056402150300b004ad7bd3bb43mr5574721edw.21.1677004354130; Tue, 21 Feb 2023 10:32:34 -0800 (PST) Received: from xeon.. ([188.163.112.76]) by smtp.gmail.com with ESMTPSA id i3-20020a50c3c3000000b004af5aa16fcasm169102edf.66.2023.02.21.10.32.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Feb 2023 10:32:33 -0800 (PST) From: Svyatoslav Ryhel To: Rob Herring , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Thierry Reding , Jonathan Hunter , Greg Kroah-Hartman , Jaroslav Kysela , Takashi Iwai , Svyatoslav Ryhel , Maxim Schwalm , Dmitry Osipenko Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-tegra@vger.kernel.org, linux-staging@lists.linux.dev Subject: [PATCH v1 09/10] staging: dsp: add support for Fortemedia FM34NE DSP Date: Tue, 21 Feb 2023 20:32:10 +0200 Message-Id: <20230221183211.21964-10-clamor95@gmail.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230221183211.21964-1-clamor95@gmail.com> References: <20230221183211.21964-1-clamor95@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org FM34NE is digital sound processing chip used for active noise suppression mainly on ASUS Transformers. Signed-off-by: Svyatoslav Ryhel --- drivers/staging/Kconfig | 2 + drivers/staging/Makefile | 1 + drivers/staging/dsp/Kconfig | 7 + drivers/staging/dsp/Makefile | 2 + drivers/staging/dsp/dsp-fm34ne.c | 364 +++++++++++++ drivers/staging/dsp/dsp-fm34ne.h | 845 +++++++++++++++++++++++++++++++ 6 files changed, 1221 insertions(+) create mode 100644 drivers/staging/dsp/Kconfig create mode 100644 drivers/staging/dsp/Makefile create mode 100644 drivers/staging/dsp/dsp-fm34ne.c create mode 100644 drivers/staging/dsp/dsp-fm34ne.h diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 5cfabd5376cc..cd22b7f36b08 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -80,4 +80,6 @@ source "drivers/staging/qlge/Kconfig" source "drivers/staging/vme_user/Kconfig" +source "drivers/staging/dsp/Kconfig" + endif # STAGING diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index f8c3aa9c2418..a7250a0b5fca 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -2,6 +2,7 @@ # Makefile for staging directory obj-y += media/ +obj-y += dsp/ obj-$(CONFIG_PRISM2_USB) += wlan-ng/ obj-$(CONFIG_FB_OLPC_DCON) += olpc_dcon/ obj-$(CONFIG_RTL8192U) += rtl8192u/ diff --git a/drivers/staging/dsp/Kconfig b/drivers/staging/dsp/Kconfig new file mode 100644 index 000000000000..d295ea063ad5 --- /dev/null +++ b/drivers/staging/dsp/Kconfig @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0 +config DSP_FM34NE + tristate "DSP FM34NE driver" + depends on I2C && GPIOLIB + help + Say Y or M here if you want to add support for Fortemedia FM34NE + DSP mainly used on ASUS T20/T30 Transformers. diff --git a/drivers/staging/dsp/Makefile b/drivers/staging/dsp/Makefile new file mode 100644 index 000000000000..e60ba3c88e08 --- /dev/null +++ b/drivers/staging/dsp/Makefile @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 +obj-$(CONFIG_DSP_FM34NE) += dsp-fm34ne.o diff --git a/drivers/staging/dsp/dsp-fm34ne.c b/drivers/staging/dsp/dsp-fm34ne.c new file mode 100644 index 000000000000..93a464a7bb4b --- /dev/null +++ b/drivers/staging/dsp/dsp-fm34ne.c @@ -0,0 +1,364 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * Fortemedia FM34NE DSP driver + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "dsp-fm34ne.h" + +#define FM34NE_I2C_CHECK 0xC0 +#define FM34NE_MAX_RETRY 5 + +enum state { + FM34NE_BYPASS, + FM34NE_NS_ENABLE, + FM34NE_NS_DISABLE, + FM34NE_MAX, +}; + +struct fm34ne_dsp_data { + struct i2c_client *client; + + struct gpio_desc *bypass_gpio; + struct gpio_desc *reset_gpio; + + struct clk *dap_mclk; + struct regulator *vdd_supply; + + const struct fm34ne_dsp_devdata *data; +}; + +static int fm34ne_dsp_write_config(struct i2c_client *client, + const u8 *config, size_t size) +{ + int ret, i; + + for (i = 0; i < FM34NE_MAX_RETRY; i++) { + ret = i2c_master_send(client, config, size); + if (ret > 0) + return 0; + + usleep_range(5000, 6000); + } + + return ret; +} + +static int fm34ne_dsp_set_config(struct fm34ne_dsp_data *fm34, int state) +{ + struct device *dev = &fm34->client->dev; + + const u8 *enable_ns_parameter = fm34->data->enable_noise_suppression; + int enable_ns_length = fm34->data->enable_ns_length; + + const u8 *disable_ns_parameter = fm34->data->disable_noise_suppression; + int disable_ns_length = fm34->data->disable_ns_length; + + int ret; + + gpiod_set_value_cansleep(fm34->bypass_gpio, 1); + msleep(20); + + switch (state) { + case FM34NE_NS_ENABLE: + ret = fm34ne_dsp_write_config(fm34->client, enable_parameter, + sizeof(enable_parameter)); + if (ret < 0) { + dev_err(dev, "failed to set DSP enable with %d\n", ret); + goto exit; + } + + ret = fm34ne_dsp_write_config(fm34->client, enable_ns_parameter, + enable_ns_length); + if (ret < 0) { + dev_err(dev, "failed to enable DSP noise suppression with %d\n", ret); + goto exit; + } + + dev_info(dev, "noise suppression enable DSP parameter written\n"); + break; + + case FM34NE_NS_DISABLE: + ret = fm34ne_dsp_write_config(fm34->client, enable_parameter, + sizeof(enable_parameter)); + if (ret < 0) { + dev_err(dev, "failed to set DSP enable with %d\n", ret); + goto exit; + } + + ret = fm34ne_dsp_write_config(fm34->client, disable_ns_parameter, + disable_ns_length); + if (ret < 0) { + dev_err(dev, "failed to disable DSP noise suppression with %d\n", ret); + goto exit; + } + + dev_info(dev, "noise suppression disable DSP parameter written\n"); + break; + + case FM34NE_BYPASS: + default: + ret = fm34ne_dsp_write_config(fm34->client, bypass_parameter, + sizeof(bypass_parameter)); + if (ret < 0) { + dev_err(dev, "failed to set DSP bypass with %d\n", ret); + goto exit; + } + + dev_info(dev, "bypass DSP parameter written\n"); + break; + } + +exit: + gpiod_set_value_cansleep(fm34->bypass_gpio, 0); + + return ret; +} + +static int fm34ne_dsp_set_hw(struct fm34ne_dsp_data *fm34) +{ + struct device *dev = &fm34->client->dev; + int ret; + + ret = clk_prepare_enable(fm34->dap_mclk); + if (ret) { + dev_err(dev, "failed to enable the DSP MCLK: %d\n", ret); + return ret; + } + + ret = regulator_enable(fm34->vdd_supply); + if (ret < 0) { + dev_err(dev, "failed to enable vdd power supply\n"); + return ret; + } + + return 0; +} + +static void fm34ne_dsp_reset(struct fm34ne_dsp_data *fm34) +{ + gpiod_set_value_cansleep(fm34->reset_gpio, 1); + msleep(20); + + gpiod_set_value_cansleep(fm34->reset_gpio, 0); + msleep(100); +} + +static int fm34ne_dsp_init_chip(struct fm34ne_dsp_data *fm34) +{ + const u8 *input_parameter = fm34->data->input_parameter; + int input_parameter_length = fm34->data->input_parameter_length; + int ret; + + ret = fm34ne_dsp_set_hw(fm34); + if (ret) + return ret; + + fm34ne_dsp_reset(fm34); + + gpiod_set_value_cansleep(fm34->bypass_gpio, 1); + msleep(20); + + ret = i2c_smbus_write_byte(fm34->client, FM34NE_I2C_CHECK); + if (ret < 0) { + dev_info(&fm34->client->dev, "initial write failed\n"); + msleep(50); + + fm34ne_dsp_reset(fm34); + gpiod_set_value_cansleep(fm34->bypass_gpio, 0); + + return ret; + } + + ret = fm34ne_dsp_write_config(fm34->client, input_parameter, + input_parameter_length); + if (ret < 0) + return -EINVAL; + + msleep(100); + gpiod_set_value_cansleep(fm34->bypass_gpio, 0); + + dev_info(&fm34->client->dev, "%s detected\n", fm34->data->model); + + /* Constantly set DSP to bypass mode for now */ + ret = fm34ne_dsp_set_config(fm34, FM34NE_BYPASS); + if (ret) + return ret; + + return 0; +} + +static int fm34ne_dsp_probe(struct i2c_client *client, + const struct i2c_device_id *id) +{ + struct device *dev = &client->dev; + struct fm34ne_dsp_data *fm34; + int ret; + + fm34 = devm_kzalloc(dev, sizeof(*fm34), GFP_KERNEL); + if (!fm34) + return -ENOMEM; + + i2c_set_clientdata(client, fm34); + fm34->client = client; + + fm34->dap_mclk = devm_clk_get_optional(dev, "mclk"); + if (IS_ERR(fm34->dap_mclk)) + return dev_err_probe(dev, PTR_ERR(fm34->dap_mclk), + "can't retrieve DSP MCLK\n"); + + fm34->vdd_supply = devm_regulator_get(dev, "vdd"); + if (IS_ERR(fm34->vdd_supply)) + return dev_err_probe(dev, PTR_ERR(fm34->vdd_supply), + "failed to get vdd regulator\n"); + + fm34->reset_gpio = devm_gpiod_get_optional(dev, "reset", + GPIOD_OUT_LOW); + if (IS_ERR(fm34->reset_gpio)) + return dev_err_probe(dev, PTR_ERR(fm34->reset_gpio), + "failed to get reset GPIO\n"); + + /* + * Bypass gpio is used to set audio into bypass mode + * in relation to dsp to be able to program it. Once + * programming is done, bypass gpio has to be set to + * low to return dsp into audio processing. + */ + fm34->bypass_gpio = devm_gpiod_get_optional(dev, "bypass", + GPIOD_OUT_LOW); + if (IS_ERR(fm34->bypass_gpio)) + return dev_err_probe(dev, PTR_ERR(fm34->bypass_gpio), + "failed to get bypass GPIO\n"); + + fm34->data = of_device_get_match_data(dev); + if (!fm34->data) + return -ENODEV; + + ret = fm34ne_dsp_init_chip(fm34); + if (ret) + return dev_err_probe(dev, ret, + "failed to init DSP chip\n"); + + return 0; +} + +static int fm34ne_dsp_suspend(struct device *dev) +{ + struct i2c_client *client = to_i2c_client(dev); + struct fm34ne_dsp_data *fm34 = i2c_get_clientdata(client); + + gpiod_set_value_cansleep(fm34->bypass_gpio, 0); + + regulator_disable(fm34->vdd_supply); + + clk_disable_unprepare(fm34->dap_mclk); + + return 0; +} + +static int fm34ne_dsp_resume(struct device *dev) +{ + struct i2c_client *client = to_i2c_client(dev); + struct fm34ne_dsp_data *fm34 = i2c_get_clientdata(client); + int ret; + + ret = fm34ne_dsp_init_chip(fm34); + if (ret) + dev_err(&client->dev, "failed to re-init DSP chip with %d\n", ret); + + return 0; +} + +static DEFINE_SIMPLE_DEV_PM_OPS(fm34ne_dsp_pm_ops, + fm34ne_dsp_suspend, fm34ne_dsp_resume); + +static const struct fm34ne_dsp_devdata tf101_dsp_data = { + .model = "ASUS Eee Pad Trnasformer TF101", + .input_parameter = TF101_input_parameter, + .input_parameter_length = sizeof(TF101_input_parameter), + .enable_noise_suppression = TF101_enable_NS, + .enable_ns_length = sizeof(TF101_enable_NS), + .disable_noise_suppression = TF101_disable_NS, + .disable_ns_length = sizeof(TF101_disable_NS), +}; + +static const struct fm34ne_dsp_devdata tf201_dsp_data = { + .model = "ASUS Transformer Prime TF201", + .input_parameter = TF201_input_parameter, + .input_parameter_length = sizeof(TF201_input_parameter), + .enable_noise_suppression = TF201_enable_NS, + .enable_ns_length = sizeof(TF201_enable_NS), + .disable_noise_suppression = TF201_disable_NS, + .disable_ns_length = sizeof(TF201_disable_NS), +}; + +static const struct fm34ne_dsp_devdata tf300t_dsp_data = { + .model = "ASUS Transformer PAD TF300T", + .input_parameter = TF300T_input_parameter, + .input_parameter_length = sizeof(TF300T_input_parameter), + .enable_noise_suppression = TF201_enable_NS, + .enable_ns_length = sizeof(TF201_enable_NS), + .disable_noise_suppression = TF201_disable_NS, + .disable_ns_length = sizeof(TF201_disable_NS), +}; + +static const struct fm34ne_dsp_devdata tf700t_dsp_data = { + .model = "ASUS Transformer Infinity TF700T", + .input_parameter = TF700T_input_parameter, + .input_parameter_length = sizeof(TF700T_input_parameter), + .enable_noise_suppression = TF700T_enable_NS, + .enable_ns_length = sizeof(TF700T_enable_NS), + .disable_noise_suppression = TF700T_disable_NS, + .disable_ns_length = sizeof(TF700T_disable_NS), +}; + +static const struct fm34ne_dsp_devdata chagall_dsp_data = { + .model = "Pegatron Chagall", + .input_parameter = TF300T_input_parameter, + .input_parameter_length = sizeof(TF300T_input_parameter), + .enable_noise_suppression = TF201_enable_NS, + .enable_ns_length = sizeof(TF201_enable_NS), + .disable_noise_suppression = TF201_disable_NS, + .disable_ns_length = sizeof(TF201_disable_NS), +}; + +static const struct of_device_id fm34ne_dsp_match[] = { + { .compatible = "asus,tf101-dsp", .data = &tf101_dsp_data }, + { .compatible = "asus,tf201-dsp", .data = &tf201_dsp_data }, + { .compatible = "asus,tf300t-dsp", .data = &tf300t_dsp_data }, + { .compatible = "asus,tf700t-dsp", .data = &tf700t_dsp_data }, + { .compatible = "pegatron,chagall-dsp", .data = &chagall_dsp_data }, + { } +}; +MODULE_DEVICE_TABLE(of, fm34ne_dsp_match); + +static const struct i2c_device_id fm34ne_dsp_id[] = { + { "dsp_fm34ne", 0 }, + { } +}; +MODULE_DEVICE_TABLE(i2c, fm34ne_dsp_id); + +static struct i2c_driver fm34ne_dsp_driver = { + .driver = { + .name = "fm34ne-dsp", + .pm = pm_sleep_ptr(&fm34ne_dsp_pm_ops), + .of_match_table = fm34ne_dsp_match, + }, + .probe = fm34ne_dsp_probe, + .id_table = fm34ne_dsp_id, +}; +module_i2c_driver(fm34ne_dsp_driver); + +MODULE_AUTHOR("Svyatoslav Ryhel "); +MODULE_DESCRIPTION("Fortemedia FM34NE DSP driver"); +MODULE_LICENSE("GPL"); diff --git a/drivers/staging/dsp/dsp-fm34ne.h b/drivers/staging/dsp/dsp-fm34ne.h new file mode 100644 index 000000000000..428ac33dd310 --- /dev/null +++ b/drivers/staging/dsp/dsp-fm34ne.h @@ -0,0 +1,845 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#ifndef __DSP_FM34NE_H__ +#define __DSP_FM34NE_H__ + +struct fm34ne_dsp_devdata { + const char *model; + + const u8 *input_parameter; + int input_parameter_length; + + const u8 *enable_noise_suppression; + int enable_ns_length; + + const u8 *disable_noise_suppression; + int disable_ns_length; +}; + +/* Common section */ +static const u8 bypass_parameter[] = { + 0xC0, + 0xFC, 0xF3, 0x3B, 0x23, 0x00, 0x00, 0x04 +}; + +static const u8 enable_parameter[] = { + 0xC0, + 0xFC, 0xF3, 0x3B, 0x23, 0x00, 0x00, 0x00 +}; + +/* TF201 section */ +static const u8 TF201_input_parameter[] = { + 0xC0, + 0xFC, 0xF3, 0x68, 0x64, 0x04, + 0xFC, 0xF3, 0x0D, 0x10, 0x00, 0x90, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x01, 0x82, 0x30, 0x50, + 0xFC, 0xF3, 0x0D, 0x10, 0x02, 0x27, 0x90, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x03, 0x19, 0x00, 0xA0, + 0xFC, 0xF3, 0x0D, 0x10, 0x04, 0x1C, 0x5A, 0xAF, + 0xFC, 0xF3, 0x0D, 0x10, 0x05, 0x90, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x06, 0x80, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x07, 0x1C, 0x5A, 0xAF, + 0xFC, 0xF3, 0x0D, 0x10, 0x08, 0x90, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x09, 0x19, 0x01, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x0A, 0x27, 0x90, 0x5F, + 0xFC, 0xF3, 0x0D, 0x10, 0x0B, 0x19, 0x01, 0x10, + 0xFC, 0xF3, 0x0D, 0x10, 0x0C, 0x1C, 0x58, 0xEF, + 0xFC, 0xF3, 0x0D, 0x10, 0x0D, 0x90, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x0E, 0x80, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x0F, 0x1C, 0x58, 0xEF, + 0xFC, 0xF3, 0x0D, 0x10, 0x10, 0x90, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x11, 0x82, 0x2D, 0x20, + 0xFC, 0xF3, 0x0D, 0x10, 0x12, 0x27, 0x98, 0x5F, + 0xFC, 0xF3, 0x0D, 0x10, 0x13, 0x19, 0x01, 0x80, + 0xFC, 0xF3, 0x0D, 0x10, 0x14, 0x80, 0x50, 0x5A, + 0xFC, 0xF3, 0x0D, 0x10, 0x15, 0x90, 0x50, 0x3A, + 0xFC, 0xF3, 0x0D, 0x10, 0x16, 0x80, 0x50, 0x6F, + 0xFC, 0xF3, 0x0D, 0x10, 0x17, 0x90, 0x50, 0x4F, + 0xFC, 0xF3, 0x0D, 0x10, 0x18, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x19, 0x19, 0x00, 0x6F, + 0xFC, 0xF3, 0x0D, 0x10, 0x1A, 0x80, 0x00, 0xAC, + 0xFC, 0xF3, 0x0D, 0x10, 0x1B, 0x26, 0x7C, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x1C, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x1D, 0x19, 0x1D, 0x82, + 0xFC, 0xF3, 0x0D, 0x10, 0x1E, 0x19, 0x1C, 0xEF, + 0xFC, 0xF3, 0x0D, 0x10, 0x1F, 0x80, 0x53, 0x9A, + 0xFC, 0xF3, 0x0D, 0x10, 0x20, 0x93, 0xE2, 0xAA, + 0xFC, 0xF3, 0x0D, 0x10, 0x21, 0x80, 0x4F, 0xBA, + 0xFC, 0xF3, 0x0D, 0x10, 0x22, 0x22, 0x7A, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x23, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x24, 0x18, 0x2F, 0xD0, + 0xFC, 0xF3, 0x0D, 0x10, 0x25, 0x94, 0x4F, 0xB6, + 0xFC, 0xF3, 0x0D, 0x10, 0x26, 0x80, 0x4F, 0x6A, + 0xFC, 0xF3, 0x0D, 0x10, 0x27, 0x26, 0x7A, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x28, 0x18, 0x2F, 0x80, + 0xFC, 0xF3, 0x0D, 0x10, 0x29, 0x18, 0x2B, 0xCF, + 0xFC, 0xF3, 0x0D, 0x10, 0x2A, 0x95, 0x62, 0x06, + 0xFC, 0xF3, 0x0D, 0x10, 0x2B, 0x95, 0x61, 0x46, + 0xFC, 0xF3, 0x0D, 0x10, 0x2C, 0x40, 0xFA, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x2D, 0x40, 0xE5, 0xB0, + 0xFC, 0xF3, 0x0D, 0x10, 0x2E, 0x82, 0x30, 0x14, + 0xFC, 0xF3, 0x0D, 0x10, 0x2F, 0x27, 0x00, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x30, 0x22, 0x78, 0x00, + 0xFC, 0xF3, 0x0D, 0x10, 0x31, 0x83, 0xFD, 0x44, + 0xFC, 0xF3, 0x0D, 0x10, 0x32, 0x26, 0xE2, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x33, 0x19, 0x03, 0x90, + 0xFC, 0xF3, 0x0D, 0x10, 0x34, 0x93, 0xFD, 0x4A, + 0xFC, 0xF3, 0x0D, 0x10, 0x35, 0x83, 0xFD, 0x5A, + 0xFC, 0xF3, 0x0D, 0x10, 0x36, 0x23, 0xA2, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x37, 0x93, 0xFD, 0x5A, + 0xFC, 0xF3, 0x0D, 0x10, 0x38, 0x00, 0x00, 0x00, + 0xFC, 0xF3, 0x0D, 0x10, 0x39, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x3A, 0x18, 0x3F, 0x7F, + 0xFC, 0xF3, 0x0D, 0x10, 0x3B, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x3C, 0x19, 0x6C, 0xA4, + 0xFC, 0xF3, 0x0D, 0x10, 0x3D, 0x19, 0x66, 0x7F, + 0xFC, 0xF3, 0x0D, 0x10, 0x3E, 0x80, 0x79, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x3F, 0x82, 0x2D, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x40, 0x27, 0x97, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x41, 0x19, 0x04, 0x40, + 0xFC, 0xF3, 0x0D, 0x10, 0x42, 0x94, 0x7B, 0xD6, + 0xFC, 0xF3, 0x0D, 0x10, 0x43, 0x80, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x44, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x45, 0x18, 0x48, 0xDF, + 0xFC, 0xF3, 0x0D, 0x10, 0x46, 0x38, 0x00, 0x87, + 0xFC, 0xF3, 0x0D, 0x10, 0x47, 0x09, 0x00, 0x1B, + 0xFC, 0xF3, 0x0D, 0x10, 0x48, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x49, 0x18, 0x2D, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4A, 0x18, 0x21, 0x5F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4B, 0x88, 0x4F, 0x47, + 0xFC, 0xF3, 0x0D, 0x10, 0x4C, 0x82, 0x2A, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x4D, 0x22, 0x62, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4E, 0x26, 0x62, 0x7F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4F, 0x19, 0x05, 0x25, + 0xFC, 0xF3, 0x0D, 0x10, 0x50, 0x3B, 0xFF, 0xC7, + 0xFC, 0xF3, 0x0D, 0x10, 0x51, 0x19, 0x05, 0x3F, + 0xFC, 0xF3, 0x0D, 0x10, 0x52, 0x0D, 0x01, 0xA6, + 0xFC, 0xF3, 0x0D, 0x10, 0x53, 0x92, 0x2A, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x54, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x55, 0x18, 0x23, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x56, 0x96, 0x2A, 0xA1, + 0xFC, 0xF3, 0x0D, 0x10, 0x57, 0x96, 0x2A, 0xB0, + 0xFC, 0xF3, 0x0D, 0x10, 0x58, 0x9A, 0x2A, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x59, 0x9A, 0x2A, 0xD7, + 0xFC, 0xF3, 0x0D, 0x10, 0x5A, 0x96, 0x2A, 0xE8, + 0xFC, 0xF3, 0x0D, 0x10, 0x5B, 0x38, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x5C, 0x83, 0xFF, 0xAA, + 0xFC, 0xF3, 0x0D, 0x10, 0x5D, 0x3B, 0x20, 0x02, + 0xFC, 0xF3, 0x0D, 0x10, 0x5E, 0x36, 0x2B, 0x01, + 0xFC, 0xF3, 0x0D, 0x10, 0x5F, 0x36, 0x2B, 0x60, + 0xFC, 0xF3, 0x0D, 0x10, 0x60, 0x1C, 0x72, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x61, 0x93, 0xFF, 0x9A, + 0xFC, 0xF3, 0x0D, 0x10, 0x62, 0x93, 0xFF, 0xAA, + 0xFC, 0xF3, 0x0D, 0x10, 0x63, 0x86, 0x2A, 0xA1, + 0xFC, 0xF3, 0x0D, 0x10, 0x64, 0x86, 0x2A, 0xB0, + 0xFC, 0xF3, 0x0D, 0x10, 0x65, 0x8A, 0x2A, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x66, 0x8A, 0x2A, 0xD7, + 0xFC, 0xF3, 0x0D, 0x10, 0x67, 0x86, 0x2A, 0xE8, + 0xFC, 0xF3, 0x0D, 0x10, 0x68, 0x0D, 0x08, 0x28, + 0xFC, 0xF3, 0x0D, 0x10, 0x69, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x6A, 0x18, 0x24, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x6B, 0x83, 0xFC, 0xFA, + 0xFC, 0xF3, 0x0D, 0x10, 0x6C, 0x23, 0x8A, 0xBF, + 0xFC, 0xF3, 0x0D, 0x10, 0x6D, 0x82, 0x2D, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x6E, 0x27, 0x97, 0xDF, + 0xFC, 0xF3, 0x0D, 0x10, 0x6F, 0x23, 0xAA, 0x91, + 0xFC, 0xF3, 0x0D, 0x10, 0x70, 0x93, 0xFC, 0xFA, + 0xFC, 0xF3, 0x0D, 0x10, 0x71, 0x83, 0x80, 0x30, + 0xFC, 0xF3, 0x0D, 0x10, 0x72, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x73, 0x18, 0x3E, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x74, 0x80, 0x7A, 0x4A, + 0xFC, 0xF3, 0x0D, 0x10, 0x75, 0x19, 0x07, 0xE2, + 0xFC, 0xF3, 0x0D, 0x10, 0x76, 0x23, 0x3E, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x77, 0x0D, 0x00, 0xEA, + 0xFC, 0xF3, 0x0D, 0x10, 0x78, 0x80, 0x7B, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x79, 0x38, 0x7E, 0x02, + 0xFC, 0xF3, 0x0D, 0x10, 0x7A, 0x1C, 0x76, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x7B, 0x90, 0x7B, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x7C, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x7D, 0x19, 0x75, 0xCF, + 0xFC, 0xF3, 0x0D, 0x10, 0x7E, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x7F, 0x19, 0x75, 0x9F, + 0xFC, 0xF3, 0x68, 0x64, 0x00, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA0, 0x91, 0xCB, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB0, 0x50, 0x1A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA1, 0x82, 0xF3, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB1, 0x02, 0xF5, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA2, 0x82, 0xB5, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB2, 0x50, 0x1F, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA3, 0x83, 0xF4, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB3, 0x50, 0x2A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA4, 0x96, 0x66, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB4, 0x50, 0x3B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA5, 0x82, 0xCC, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB5, 0x50, 0x46, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA6, 0xC2, 0xCC, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB6, 0x50, 0x46, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA7, 0xC2, 0x10, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB7, 0x50, 0x4A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA8, 0x82, 0x10, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB8, 0x50, 0x4A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA9, 0x82, 0x31, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB9, 0x50, 0x4B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAA, 0xC2, 0x31, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBA, 0x50, 0x4B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAB, 0x82, 0x3F, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBB, 0x50, 0x56, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAC, 0xC2, 0x3F, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBC, 0x50, 0x56, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAD, 0x83, 0xE8, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBD, 0x50, 0x6B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAE, 0x97, 0x58, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBE, 0x50, 0x74, + 0xFC, 0xF3, 0x3B, 0x22, 0xF8, 0x80, 0x05, + 0xFC, 0xF3, 0x3B, 0x22, 0xC8, 0x00, 0x29, + 0xFC, 0xF3, 0x3B, 0x22, 0xEE, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x22, 0xF9, 0x08, 0x5F, + 0xFC, 0xF3, 0x3B, 0x22, 0xFA, 0x24, 0x81, + 0xFC, 0xF3, 0x3B, 0x23, 0x05, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x01, 0x00, 0x02, + 0xFC, 0xF3, 0x3B, 0x23, 0x07, 0xF0, 0xF0, + 0xFC, 0xF3, 0x3B, 0x23, 0x09, 0x08, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x0D, 0x01, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x0C, 0x08, 0x00, + 0xFC, 0xF3, 0x3B, 0x22, 0xF2, 0x00, 0x44, + 0xFC, 0xF3, 0x3B, 0x22, 0xF6, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x22, 0xC6, 0x00, 0x06, + 0xFC, 0xF3, 0x3B, 0x22, 0xC7, 0x00, 0x08, + 0xFC, 0xF3, 0x3B, 0x22, 0xD2, 0x8A, 0x94, + 0xFC, 0xF3, 0x3B, 0x23, 0x03, 0x00, 0x01, + 0xFC, 0xF3, 0x3B, 0x23, 0x00, 0x00, 0x04, + 0xFC, 0xF3, 0x3B, 0x23, 0x04, 0x23, 0x10, + 0xFC, 0xF3, 0x3B, 0x23, 0x2F, 0x01, 0x10, + 0xFC, 0xF3, 0x3B, 0x23, 0x39, 0x00, 0x06, + 0xFC, 0xF3, 0x3B, 0x23, 0xCF, 0x01, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0xD0, 0x06, 0x20, + 0xFC, 0xF3, 0x3B, 0x23, 0xD5, 0x3C, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x6E, 0x20, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x33, 0x02, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0xB3, 0x00, 0x0A, + 0xFC, 0xF3, 0x3B, 0x23, 0xB4, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x70, 0x40, 0x00, + 0xFC, 0xF3, 0x3B, 0x3F, 0xD2, 0x00, 0x32, + 0xFC, 0xF3, 0x3B, 0x22, 0xFB, 0x00, 0x00 +}; + +static const u8 TF201_enable_NS[] = { + 0xC0, + 0xFC, 0xF3, 0x3B, 0x23, 0x03, 0x00, 0x01, + 0xFC, 0xF3, 0x3B, 0x23, 0x04, 0x23, 0x01 +}; + +static const u8 TF201_disable_NS[] = { + 0xC0, + 0xFC, 0xF3, 0x3B, 0x23, 0x03, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x04, 0x00, 0x10 +}; + +/* TF700T section */ +static const u8 TF700T_input_parameter[] = { + 0xC0, + 0xFC, 0xF3, 0x68, 0x64, 0x04, + 0xFC, 0xF3, 0x0D, 0x10, 0x00, 0x90, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x01, 0x82, 0x30, 0x50, + 0xFC, 0xF3, 0x0D, 0x10, 0x02, 0x27, 0x90, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x03, 0x19, 0x00, 0xA0, + 0xFC, 0xF3, 0x0D, 0x10, 0x04, 0x1C, 0x5A, 0xAF, + 0xFC, 0xF3, 0x0D, 0x10, 0x05, 0x90, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x06, 0x80, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x07, 0x1C, 0x5A, 0xAF, + 0xFC, 0xF3, 0x0D, 0x10, 0x08, 0x90, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x09, 0x19, 0x01, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x0A, 0x27, 0x90, 0x5F, + 0xFC, 0xF3, 0x0D, 0x10, 0x0B, 0x19, 0x01, 0x10, + 0xFC, 0xF3, 0x0D, 0x10, 0x0C, 0x1C, 0x58, 0xEF, + 0xFC, 0xF3, 0x0D, 0x10, 0x0D, 0x90, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x0E, 0x80, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x0F, 0x1C, 0x58, 0xEF, + 0xFC, 0xF3, 0x0D, 0x10, 0x10, 0x90, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x11, 0x82, 0x2D, 0x20, + 0xFC, 0xF3, 0x0D, 0x10, 0x12, 0x27, 0x98, 0x5F, + 0xFC, 0xF3, 0x0D, 0x10, 0x13, 0x19, 0x01, 0x80, + 0xFC, 0xF3, 0x0D, 0x10, 0x14, 0x80, 0x50, 0x5A, + 0xFC, 0xF3, 0x0D, 0x10, 0x15, 0x90, 0x50, 0x3A, + 0xFC, 0xF3, 0x0D, 0x10, 0x16, 0x80, 0x50, 0x6F, + 0xFC, 0xF3, 0x0D, 0x10, 0x17, 0x90, 0x50, 0x4F, + 0xFC, 0xF3, 0x0D, 0x10, 0x18, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x19, 0x19, 0x00, 0x6F, + 0xFC, 0xF3, 0x0D, 0x10, 0x1A, 0x80, 0x00, 0xAC, + 0xFC, 0xF3, 0x0D, 0x10, 0x1B, 0x26, 0x7C, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x1C, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x1D, 0x19, 0x1D, 0x82, + 0xFC, 0xF3, 0x0D, 0x10, 0x1E, 0x19, 0x1C, 0xEF, + 0xFC, 0xF3, 0x0D, 0x10, 0x1F, 0x80, 0x53, 0x9A, + 0xFC, 0xF3, 0x0D, 0x10, 0x20, 0x93, 0xE2, 0xAA, + 0xFC, 0xF3, 0x0D, 0x10, 0x21, 0x80, 0x4F, 0xBA, + 0xFC, 0xF3, 0x0D, 0x10, 0x22, 0x22, 0x7A, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x23, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x24, 0x18, 0x2F, 0xD0, + 0xFC, 0xF3, 0x0D, 0x10, 0x25, 0x94, 0x4F, 0xB6, + 0xFC, 0xF3, 0x0D, 0x10, 0x26, 0x80, 0x4F, 0x6A, + 0xFC, 0xF3, 0x0D, 0x10, 0x27, 0x26, 0x7A, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x28, 0x18, 0x2F, 0x80, + 0xFC, 0xF3, 0x0D, 0x10, 0x29, 0x18, 0x2B, 0xCF, + 0xFC, 0xF3, 0x0D, 0x10, 0x2A, 0x95, 0x62, 0x06, + 0xFC, 0xF3, 0x0D, 0x10, 0x2B, 0x95, 0x61, 0x46, + 0xFC, 0xF3, 0x0D, 0x10, 0x2C, 0x40, 0xFA, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x2D, 0x40, 0xE5, 0xB0, + 0xFC, 0xF3, 0x0D, 0x10, 0x2E, 0x82, 0x30, 0x14, + 0xFC, 0xF3, 0x0D, 0x10, 0x2F, 0x27, 0x00, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x30, 0x22, 0x78, 0x00, + 0xFC, 0xF3, 0x0D, 0x10, 0x31, 0x83, 0xFD, 0x44, + 0xFC, 0xF3, 0x0D, 0x10, 0x32, 0x26, 0xE2, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x33, 0x19, 0x03, 0x90, + 0xFC, 0xF3, 0x0D, 0x10, 0x34, 0x93, 0xFD, 0x4A, + 0xFC, 0xF3, 0x0D, 0x10, 0x35, 0x83, 0xFD, 0x5A, + 0xFC, 0xF3, 0x0D, 0x10, 0x36, 0x23, 0xA2, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x37, 0x93, 0xFD, 0x5A, + 0xFC, 0xF3, 0x0D, 0x10, 0x38, 0x00, 0x00, 0x00, + 0xFC, 0xF3, 0x0D, 0x10, 0x39, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x3A, 0x18, 0x3F, 0x7F, + 0xFC, 0xF3, 0x0D, 0x10, 0x3B, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x3C, 0x19, 0x6C, 0xA4, + 0xFC, 0xF3, 0x0D, 0x10, 0x3D, 0x19, 0x66, 0x7F, + 0xFC, 0xF3, 0x0D, 0x10, 0x3E, 0x80, 0x79, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x3F, 0x82, 0x2D, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x40, 0x27, 0x97, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x41, 0x19, 0x04, 0x40, + 0xFC, 0xF3, 0x0D, 0x10, 0x42, 0x94, 0x7B, 0xD6, + 0xFC, 0xF3, 0x0D, 0x10, 0x43, 0x80, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x44, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x45, 0x18, 0x48, 0xDF, + 0xFC, 0xF3, 0x0D, 0x10, 0x46, 0x38, 0x00, 0x87, + 0xFC, 0xF3, 0x0D, 0x10, 0x47, 0x09, 0x00, 0x1B, + 0xFC, 0xF3, 0x0D, 0x10, 0x48, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x49, 0x18, 0x2D, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4A, 0x18, 0x21, 0x5F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4B, 0x88, 0x4F, 0x47, + 0xFC, 0xF3, 0x0D, 0x10, 0x4C, 0x82, 0x2A, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x4D, 0x22, 0x62, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4E, 0x26, 0x62, 0x7F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4F, 0x19, 0x05, 0x25, + 0xFC, 0xF3, 0x0D, 0x10, 0x50, 0x3B, 0xFF, 0xC7, + 0xFC, 0xF3, 0x0D, 0x10, 0x51, 0x19, 0x05, 0x3F, + 0xFC, 0xF3, 0x0D, 0x10, 0x52, 0x0D, 0x01, 0xA6, + 0xFC, 0xF3, 0x0D, 0x10, 0x53, 0x92, 0x2A, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x54, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x55, 0x18, 0x23, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x56, 0x96, 0x2A, 0xA1, + 0xFC, 0xF3, 0x0D, 0x10, 0x57, 0x96, 0x2A, 0xB0, + 0xFC, 0xF3, 0x0D, 0x10, 0x58, 0x9A, 0x2A, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x59, 0x9A, 0x2A, 0xD7, + 0xFC, 0xF3, 0x0D, 0x10, 0x5A, 0x96, 0x2A, 0xE8, + 0xFC, 0xF3, 0x0D, 0x10, 0x5B, 0x38, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x5C, 0x83, 0xFF, 0xAA, + 0xFC, 0xF3, 0x0D, 0x10, 0x5D, 0x3B, 0x20, 0x02, + 0xFC, 0xF3, 0x0D, 0x10, 0x5E, 0x36, 0x2B, 0x01, + 0xFC, 0xF3, 0x0D, 0x10, 0x5F, 0x36, 0x2B, 0x60, + 0xFC, 0xF3, 0x0D, 0x10, 0x60, 0x1C, 0x72, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x61, 0x93, 0xFF, 0x9A, + 0xFC, 0xF3, 0x0D, 0x10, 0x62, 0x93, 0xFF, 0xAA, + 0xFC, 0xF3, 0x0D, 0x10, 0x63, 0x86, 0x2A, 0xA1, + 0xFC, 0xF3, 0x0D, 0x10, 0x64, 0x86, 0x2A, 0xB0, + 0xFC, 0xF3, 0x0D, 0x10, 0x65, 0x8A, 0x2A, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x66, 0x8A, 0x2A, 0xD7, + 0xFC, 0xF3, 0x0D, 0x10, 0x67, 0x86, 0x2A, 0xE8, + 0xFC, 0xF3, 0x0D, 0x10, 0x68, 0x0D, 0x08, 0x28, + 0xFC, 0xF3, 0x0D, 0x10, 0x69, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x6A, 0x18, 0x24, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x6B, 0x83, 0xFC, 0xFA, + 0xFC, 0xF3, 0x0D, 0x10, 0x6C, 0x23, 0x8A, 0xBF, + 0xFC, 0xF3, 0x0D, 0x10, 0x6D, 0x82, 0x2D, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x6E, 0x27, 0x97, 0xDF, + 0xFC, 0xF3, 0x0D, 0x10, 0x6F, 0x23, 0xAA, 0x91, + 0xFC, 0xF3, 0x0D, 0x10, 0x70, 0x93, 0xFC, 0xFA, + 0xFC, 0xF3, 0x0D, 0x10, 0x71, 0x83, 0x80, 0x30, + 0xFC, 0xF3, 0x0D, 0x10, 0x72, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x73, 0x18, 0x3E, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x74, 0x80, 0x7A, 0x4A, + 0xFC, 0xF3, 0x0D, 0x10, 0x75, 0x19, 0x07, 0xE2, + 0xFC, 0xF3, 0x0D, 0x10, 0x76, 0x23, 0x3E, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x77, 0x0D, 0x00, 0xEA, + 0xFC, 0xF3, 0x0D, 0x10, 0x78, 0x80, 0x7B, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x79, 0x38, 0x7E, 0x02, + 0xFC, 0xF3, 0x0D, 0x10, 0x7A, 0x1C, 0x76, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x7B, 0x90, 0x7B, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x7C, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x7D, 0x19, 0x75, 0xCF, + 0xFC, 0xF3, 0x0D, 0x10, 0x7E, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x7F, 0x19, 0x75, 0x9F, + 0xFC, 0xF3, 0x68, 0x64, 0x00, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA0, 0x91, 0xCB, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB0, 0x50, 0x1A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA1, 0x82, 0xF3, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB1, 0x02, 0xF5, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA2, 0x82, 0xB5, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB2, 0x50, 0x1F, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA3, 0x83, 0xF4, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB3, 0x50, 0x2A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA4, 0x96, 0x66, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB4, 0x50, 0x3B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA5, 0x82, 0xCC, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB5, 0x50, 0x46, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA6, 0xC2, 0xCC, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB6, 0x50, 0x46, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA7, 0xC2, 0x10, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB7, 0x50, 0x4A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA8, 0x82, 0x10, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB8, 0x50, 0x4A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA9, 0x82, 0x31, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB9, 0x50, 0x4B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAA, 0xC2, 0x31, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBA, 0x50, 0x4B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAB, 0x82, 0x3F, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBB, 0x50, 0x56, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAC, 0xC2, 0x3F, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBC, 0x50, 0x56, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAD, 0x83, 0xE8, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBD, 0x50, 0x6B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAE, 0x97, 0x58, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBE, 0x50, 0x74, + 0xFC, 0xF3, 0x3B, 0x22, 0xF8, 0x80, 0x05, + 0xFC, 0xF3, 0x3B, 0x22, 0xC8, 0x00, 0x29, + 0xFC, 0xF3, 0x3B, 0x22, 0xEE, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x22, 0xF9, 0x08, 0x5F, + 0xFC, 0xF3, 0x3B, 0x22, 0xFA, 0x24, 0x81, + 0xFC, 0xF3, 0x3B, 0x23, 0x05, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x01, 0x00, 0x02, + 0xFC, 0xF3, 0x3B, 0x23, 0x07, 0xF0, 0xF0, + 0xFC, 0xF3, 0x3B, 0x23, 0x09, 0x08, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x0D, 0x01, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x0C, 0x0E, 0x20, + 0xFC, 0xF3, 0x3B, 0x22, 0xF2, 0x00, 0x44, + 0xFC, 0xF3, 0x3B, 0x22, 0xF6, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x22, 0xC6, 0x00, 0x06, + 0xFC, 0xF3, 0x3B, 0x22, 0xC7, 0x00, 0x08, + 0xFC, 0xF3, 0x3B, 0x22, 0xD2, 0x8A, 0x94, + 0xFC, 0xF3, 0x3B, 0x23, 0x03, 0x00, 0x01, + 0xFC, 0xF3, 0x3B, 0x23, 0x00, 0x00, 0x04, + 0xFC, 0xF3, 0x3B, 0x23, 0x04, 0x23, 0x10, + 0xFC, 0xF3, 0x3B, 0x23, 0x2F, 0x01, 0x10, + 0xFC, 0xF3, 0x3B, 0x23, 0x39, 0x00, 0x06, + 0xFC, 0xF3, 0x3B, 0x23, 0xCF, 0x01, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0xD0, 0x06, 0x20, + 0xFC, 0xF3, 0x3B, 0x23, 0xD5, 0x3C, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x6E, 0x20, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x33, 0x02, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0xB3, 0x00, 0x0A, + 0xFC, 0xF3, 0x3B, 0x23, 0xB4, 0x00, 0x02, + 0xFC, 0xF3, 0x3B, 0x23, 0x70, 0x40, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x91, 0x40, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x92, 0x40, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x93, 0x40, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x94, 0x40, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x95, 0x40, 0x00, + 0xFC, 0xF3, 0x3B, 0x3F, 0xD2, 0x00, 0x32, + 0xFC, 0xF3, 0x3B, 0x22, 0xFB, 0x00, 0x00 +}; + +static const u8 TF700T_enable_NS[] = { + 0xC0, + 0xFC, 0xF3, 0x3B, 0x23, 0x03, 0x00, 0x01, + 0xFC, 0xF3, 0x3B, 0x23, 0x04, 0x23, 0x01, + 0xFC, 0xF3, 0x3B, 0x23, 0x0C, 0x08, 0x00 +}; + +static const u8 TF700T_disable_NS[] = { + 0xC0, + 0xFC, 0xF3, 0x3B, 0x23, 0x03, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x04, 0x00, 0x10, + 0xFC, 0xF3, 0x3B, 0x23, 0x0C, 0x15, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x6E, 0x7F, 0xFF, + 0xFC, 0xF3, 0x3B, 0x23, 0xCF, 0x02, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0xD0, 0x02, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0xD5, 0x10, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x00, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x22, 0xFB, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x84, 0x00, 0x03 +}; + +/* TF300T section */ +static const u8 TF300T_input_parameter[] = { + 0xC0, + 0xFC, 0xF3, 0x68, 0x64, 0x04, + 0xFC, 0xF3, 0x0D, 0x10, 0x00, 0x90, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x01, 0x82, 0x30, 0x50, + 0xFC, 0xF3, 0x0D, 0x10, 0x02, 0x27, 0x90, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x03, 0x19, 0x00, 0xA0, + 0xFC, 0xF3, 0x0D, 0x10, 0x04, 0x1C, 0x5A, 0xAF, + 0xFC, 0xF3, 0x0D, 0x10, 0x05, 0x90, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x06, 0x80, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x07, 0x1C, 0x5A, 0xAF, + 0xFC, 0xF3, 0x0D, 0x10, 0x08, 0x90, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x09, 0x19, 0x01, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x0A, 0x27, 0x90, 0x5F, + 0xFC, 0xF3, 0x0D, 0x10, 0x0B, 0x19, 0x01, 0x10, + 0xFC, 0xF3, 0x0D, 0x10, 0x0C, 0x1C, 0x58, 0xEF, + 0xFC, 0xF3, 0x0D, 0x10, 0x0D, 0x90, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x0E, 0x80, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x0F, 0x1C, 0x58, 0xEF, + 0xFC, 0xF3, 0x0D, 0x10, 0x10, 0x90, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x11, 0x82, 0x2D, 0x20, + 0xFC, 0xF3, 0x0D, 0x10, 0x12, 0x27, 0x98, 0x5F, + 0xFC, 0xF3, 0x0D, 0x10, 0x13, 0x19, 0x01, 0x80, + 0xFC, 0xF3, 0x0D, 0x10, 0x14, 0x80, 0x50, 0x5A, + 0xFC, 0xF3, 0x0D, 0x10, 0x15, 0x90, 0x50, 0x3A, + 0xFC, 0xF3, 0x0D, 0x10, 0x16, 0x80, 0x50, 0x6F, + 0xFC, 0xF3, 0x0D, 0x10, 0x17, 0x90, 0x50, 0x4F, + 0xFC, 0xF3, 0x0D, 0x10, 0x18, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x19, 0x19, 0x00, 0x6F, + 0xFC, 0xF3, 0x0D, 0x10, 0x1A, 0x80, 0x00, 0xAC, + 0xFC, 0xF3, 0x0D, 0x10, 0x1B, 0x26, 0x7C, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x1C, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x1D, 0x19, 0x1D, 0x82, + 0xFC, 0xF3, 0x0D, 0x10, 0x1E, 0x19, 0x1C, 0xEF, + 0xFC, 0xF3, 0x0D, 0x10, 0x1F, 0x80, 0x53, 0x9A, + 0xFC, 0xF3, 0x0D, 0x10, 0x20, 0x93, 0xE2, 0xAA, + 0xFC, 0xF3, 0x0D, 0x10, 0x21, 0x80, 0x4F, 0xBA, + 0xFC, 0xF3, 0x0D, 0x10, 0x22, 0x22, 0x7A, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x23, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x24, 0x18, 0x2F, 0xD0, + 0xFC, 0xF3, 0x0D, 0x10, 0x25, 0x94, 0x4F, 0xB6, + 0xFC, 0xF3, 0x0D, 0x10, 0x26, 0x80, 0x4F, 0x6A, + 0xFC, 0xF3, 0x0D, 0x10, 0x27, 0x26, 0x7A, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x28, 0x18, 0x2F, 0x80, + 0xFC, 0xF3, 0x0D, 0x10, 0x29, 0x18, 0x2B, 0xCF, + 0xFC, 0xF3, 0x0D, 0x10, 0x2A, 0x95, 0x62, 0x06, + 0xFC, 0xF3, 0x0D, 0x10, 0x2B, 0x95, 0x61, 0x46, + 0xFC, 0xF3, 0x0D, 0x10, 0x2C, 0x40, 0xFA, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x2D, 0x40, 0xE5, 0xB0, + 0xFC, 0xF3, 0x0D, 0x10, 0x2E, 0x82, 0x30, 0x14, + 0xFC, 0xF3, 0x0D, 0x10, 0x2F, 0x27, 0x00, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x30, 0x22, 0x78, 0x00, + 0xFC, 0xF3, 0x0D, 0x10, 0x31, 0x83, 0xFD, 0x44, + 0xFC, 0xF3, 0x0D, 0x10, 0x32, 0x26, 0xE2, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x33, 0x19, 0x03, 0x90, + 0xFC, 0xF3, 0x0D, 0x10, 0x34, 0x93, 0xFD, 0x4A, + 0xFC, 0xF3, 0x0D, 0x10, 0x35, 0x83, 0xFD, 0x5A, + 0xFC, 0xF3, 0x0D, 0x10, 0x36, 0x23, 0xA2, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x37, 0x93, 0xFD, 0x5A, + 0xFC, 0xF3, 0x0D, 0x10, 0x38, 0x00, 0x00, 0x00, + 0xFC, 0xF3, 0x0D, 0x10, 0x39, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x3A, 0x18, 0x3F, 0x7F, + 0xFC, 0xF3, 0x0D, 0x10, 0x3B, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x3C, 0x19, 0x6C, 0xA4, + 0xFC, 0xF3, 0x0D, 0x10, 0x3D, 0x19, 0x66, 0x7F, + 0xFC, 0xF3, 0x0D, 0x10, 0x3E, 0x80, 0x79, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x3F, 0x82, 0x2D, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x40, 0x27, 0x97, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x41, 0x19, 0x04, 0x40, + 0xFC, 0xF3, 0x0D, 0x10, 0x42, 0x94, 0x7B, 0xD6, + 0xFC, 0xF3, 0x0D, 0x10, 0x43, 0x80, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x44, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x45, 0x18, 0x48, 0xDF, + 0xFC, 0xF3, 0x0D, 0x10, 0x46, 0x38, 0x00, 0x87, + 0xFC, 0xF3, 0x0D, 0x10, 0x47, 0x09, 0x00, 0x1B, + 0xFC, 0xF3, 0x0D, 0x10, 0x48, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x49, 0x18, 0x2D, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4A, 0x18, 0x21, 0x5F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4B, 0x88, 0x4F, 0x47, + 0xFC, 0xF3, 0x0D, 0x10, 0x4C, 0x82, 0x2A, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x4D, 0x22, 0x62, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4E, 0x26, 0x62, 0x7F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4F, 0x19, 0x05, 0x25, + 0xFC, 0xF3, 0x0D, 0x10, 0x50, 0x3B, 0xFF, 0xC7, + 0xFC, 0xF3, 0x0D, 0x10, 0x51, 0x19, 0x05, 0x3F, + 0xFC, 0xF3, 0x0D, 0x10, 0x52, 0x0D, 0x01, 0xA6, + 0xFC, 0xF3, 0x0D, 0x10, 0x53, 0x92, 0x2A, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x54, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x55, 0x18, 0x23, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x56, 0x96, 0x2A, 0xA1, + 0xFC, 0xF3, 0x0D, 0x10, 0x57, 0x96, 0x2A, 0xB0, + 0xFC, 0xF3, 0x0D, 0x10, 0x58, 0x9A, 0x2A, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x59, 0x9A, 0x2A, 0xD7, + 0xFC, 0xF3, 0x0D, 0x10, 0x5A, 0x96, 0x2A, 0xE8, + 0xFC, 0xF3, 0x0D, 0x10, 0x5B, 0x38, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x5C, 0x83, 0xFF, 0xAA, + 0xFC, 0xF3, 0x0D, 0x10, 0x5D, 0x3B, 0x20, 0x02, + 0xFC, 0xF3, 0x0D, 0x10, 0x5E, 0x36, 0x2B, 0x01, + 0xFC, 0xF3, 0x0D, 0x10, 0x5F, 0x36, 0x2B, 0x60, + 0xFC, 0xF3, 0x0D, 0x10, 0x60, 0x1C, 0x72, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x61, 0x93, 0xFF, 0x9A, + 0xFC, 0xF3, 0x0D, 0x10, 0x62, 0x93, 0xFF, 0xAA, + 0xFC, 0xF3, 0x0D, 0x10, 0x63, 0x86, 0x2A, 0xA1, + 0xFC, 0xF3, 0x0D, 0x10, 0x64, 0x86, 0x2A, 0xB0, + 0xFC, 0xF3, 0x0D, 0x10, 0x65, 0x8A, 0x2A, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x66, 0x8A, 0x2A, 0xD7, + 0xFC, 0xF3, 0x0D, 0x10, 0x67, 0x86, 0x2A, 0xE8, + 0xFC, 0xF3, 0x0D, 0x10, 0x68, 0x0D, 0x08, 0x28, + 0xFC, 0xF3, 0x0D, 0x10, 0x69, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x6A, 0x18, 0x24, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x6B, 0x83, 0xFC, 0xFA, + 0xFC, 0xF3, 0x0D, 0x10, 0x6C, 0x23, 0x8A, 0xBF, + 0xFC, 0xF3, 0x0D, 0x10, 0x6D, 0x82, 0x2D, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x6E, 0x27, 0x97, 0xDF, + 0xFC, 0xF3, 0x0D, 0x10, 0x6F, 0x23, 0xAA, 0x91, + 0xFC, 0xF3, 0x0D, 0x10, 0x70, 0x93, 0xFC, 0xFA, + 0xFC, 0xF3, 0x0D, 0x10, 0x71, 0x83, 0x80, 0x30, + 0xFC, 0xF3, 0x0D, 0x10, 0x72, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x73, 0x18, 0x3E, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x74, 0x80, 0x7A, 0x4A, + 0xFC, 0xF3, 0x0D, 0x10, 0x75, 0x19, 0x07, 0xE2, + 0xFC, 0xF3, 0x0D, 0x10, 0x76, 0x23, 0x3E, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x77, 0x0D, 0x00, 0xEA, + 0xFC, 0xF3, 0x0D, 0x10, 0x78, 0x80, 0x7B, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x79, 0x38, 0x7E, 0x02, + 0xFC, 0xF3, 0x0D, 0x10, 0x7A, 0x1C, 0x76, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x7B, 0x90, 0x7B, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x7C, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x7D, 0x19, 0x75, 0xCF, + 0xFC, 0xF3, 0x0D, 0x10, 0x7E, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x7F, 0x19, 0x75, 0x9F, + 0xFC, 0xF3, 0x68, 0x64, 0x00, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA0, 0x91, 0xCB, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB0, 0x50, 0x1A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA1, 0x82, 0xF3, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB1, 0x02, 0xF5, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA2, 0x82, 0xB5, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB2, 0x50, 0x1F, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA3, 0x83, 0xF4, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB3, 0x50, 0x2A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA4, 0x96, 0x66, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB4, 0x50, 0x3B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA5, 0x82, 0xCC, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB5, 0x50, 0x46, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA6, 0xC2, 0xCC, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB6, 0x50, 0x46, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA7, 0xC2, 0x10, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB7, 0x50, 0x4A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA8, 0x82, 0x10, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB8, 0x50, 0x4A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA9, 0x82, 0x31, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB9, 0x50, 0x4B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAA, 0xC2, 0x31, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBA, 0x50, 0x4B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAB, 0x82, 0x3F, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBB, 0x50, 0x56, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAC, 0xC2, 0x3F, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBC, 0x50, 0x56, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAD, 0x83, 0xE8, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBD, 0x50, 0x6B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAE, 0x97, 0x58, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBE, 0x50, 0x74, + 0xFC, 0xF3, 0x3B, 0x22, 0xF8, 0x80, 0x05, + 0xFC, 0xF3, 0x3B, 0x22, 0xC8, 0x00, 0x29, + 0xFC, 0xF3, 0x3B, 0x22, 0xEE, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x22, 0xF9, 0x08, 0x5F, + 0xFC, 0xF3, 0x3B, 0x22, 0xFA, 0x24, 0x81, + 0xFC, 0xF3, 0x3B, 0x23, 0x05, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x01, 0x00, 0x02, + 0xFC, 0xF3, 0x3B, 0x23, 0x07, 0xF0, 0xF0, + 0xFC, 0xF3, 0x3B, 0x23, 0x09, 0x08, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x0D, 0x01, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x0C, 0x0E, 0x20, + 0xFC, 0xF3, 0x3B, 0x22, 0xF2, 0x00, 0x44, + 0xFC, 0xF3, 0x3B, 0x22, 0xF6, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x22, 0xC6, 0x00, 0x06, + 0xFC, 0xF3, 0x3B, 0x22, 0xC7, 0x00, 0x08, + 0xFC, 0xF3, 0x3B, 0x22, 0xD2, 0x8A, 0x94, + 0xFC, 0xF3, 0x3B, 0x23, 0x03, 0x00, 0x01, + 0xFC, 0xF3, 0x3B, 0x23, 0x00, 0x00, 0x04, + 0xFC, 0xF3, 0x3B, 0x23, 0x04, 0x23, 0x10, + 0xFC, 0xF3, 0x3B, 0x23, 0x2F, 0x01, 0x10, + 0xFC, 0xF3, 0x3B, 0x23, 0x39, 0x00, 0x06, + 0xFC, 0xF3, 0x3B, 0x23, 0xCF, 0x01, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0xD0, 0x06, 0x20, + 0xFC, 0xF3, 0x3B, 0x23, 0xD5, 0x3C, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x6E, 0x20, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x33, 0x02, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0xB3, 0x00, 0x0A, + 0xFC, 0xF3, 0x3B, 0x23, 0xB4, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x70, 0x40, 0x00, + 0xFC, 0xF3, 0x3B, 0x3F, 0xD2, 0x00, 0x32, + 0xFC, 0xF3, 0x3B, 0x22, 0xFB, 0x00, 0x00 +}; + +/* TF101 section */ +static const u8 TF101_input_parameter[] = { + 0xC0, + 0xFC, 0xF3, 0x68, 0x64, 0x04, + 0xFC, 0xF3, 0x0D, 0x10, 0x00, 0x90, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x01, 0x82, 0x30, 0x50, + 0xFC, 0xF3, 0x0D, 0x10, 0x02, 0x27, 0x90, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x03, 0x19, 0x00, 0xA0, + 0xFC, 0xF3, 0x0D, 0x10, 0x04, 0x1C, 0x5A, 0xAF, + 0xFC, 0xF3, 0x0D, 0x10, 0x05, 0x90, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x06, 0x80, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x07, 0x1C, 0x5A, 0xAF, + 0xFC, 0xF3, 0x0D, 0x10, 0x08, 0x90, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x09, 0x19, 0x01, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x0A, 0x27, 0x90, 0x5F, + 0xFC, 0xF3, 0x0D, 0x10, 0x0B, 0x19, 0x01, 0x10, + 0xFC, 0xF3, 0x0D, 0x10, 0x0C, 0x1C, 0x58, 0xEF, + 0xFC, 0xF3, 0x0D, 0x10, 0x0D, 0x90, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x0E, 0x80, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x0F, 0x1C, 0x58, 0xEF, + 0xFC, 0xF3, 0x0D, 0x10, 0x10, 0x90, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x11, 0x82, 0x2D, 0x20, + 0xFC, 0xF3, 0x0D, 0x10, 0x12, 0x27, 0x98, 0x5F, + 0xFC, 0xF3, 0x0D, 0x10, 0x13, 0x19, 0x01, 0x80, + 0xFC, 0xF3, 0x0D, 0x10, 0x14, 0x80, 0x50, 0x5A, + 0xFC, 0xF3, 0x0D, 0x10, 0x15, 0x90, 0x50, 0x3A, + 0xFC, 0xF3, 0x0D, 0x10, 0x16, 0x80, 0x50, 0x6F, + 0xFC, 0xF3, 0x0D, 0x10, 0x17, 0x90, 0x50, 0x4F, + 0xFC, 0xF3, 0x0D, 0x10, 0x18, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x19, 0x19, 0x00, 0x6F, + 0xFC, 0xF3, 0x0D, 0x10, 0x1A, 0x80, 0x00, 0xAC, + 0xFC, 0xF3, 0x0D, 0x10, 0x1B, 0x26, 0x7C, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x1C, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x1D, 0x19, 0x1D, 0x82, + 0xFC, 0xF3, 0x0D, 0x10, 0x1E, 0x19, 0x1C, 0xEF, + 0xFC, 0xF3, 0x0D, 0x10, 0x1F, 0x80, 0x53, 0x9A, + 0xFC, 0xF3, 0x0D, 0x10, 0x20, 0x93, 0xE2, 0xAA, + 0xFC, 0xF3, 0x0D, 0x10, 0x21, 0x80, 0x4F, 0xBA, + 0xFC, 0xF3, 0x0D, 0x10, 0x22, 0x22, 0x7A, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x23, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x24, 0x18, 0x2F, 0xD0, + 0xFC, 0xF3, 0x0D, 0x10, 0x25, 0x94, 0x4F, 0xB6, + 0xFC, 0xF3, 0x0D, 0x10, 0x26, 0x80, 0x4F, 0x6A, + 0xFC, 0xF3, 0x0D, 0x10, 0x27, 0x26, 0x7A, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x28, 0x18, 0x2F, 0x80, + 0xFC, 0xF3, 0x0D, 0x10, 0x29, 0x18, 0x2B, 0xCF, + 0xFC, 0xF3, 0x0D, 0x10, 0x2A, 0x95, 0x62, 0x06, + 0xFC, 0xF3, 0x0D, 0x10, 0x2B, 0x95, 0x61, 0x46, + 0xFC, 0xF3, 0x0D, 0x10, 0x2C, 0x40, 0xFA, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x2D, 0x40, 0xE5, 0xB0, + 0xFC, 0xF3, 0x0D, 0x10, 0x2E, 0x82, 0x30, 0x14, + 0xFC, 0xF3, 0x0D, 0x10, 0x2F, 0x27, 0x00, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x30, 0x22, 0x78, 0x00, + 0xFC, 0xF3, 0x0D, 0x10, 0x31, 0x83, 0xFD, 0x44, + 0xFC, 0xF3, 0x0D, 0x10, 0x32, 0x26, 0xE2, 0x0F, + 0xFC, 0xF3, 0x0D, 0x10, 0x33, 0x19, 0x03, 0x90, + 0xFC, 0xF3, 0x0D, 0x10, 0x34, 0x93, 0xFD, 0x4A, + 0xFC, 0xF3, 0x0D, 0x10, 0x35, 0x83, 0xFD, 0x5A, + 0xFC, 0xF3, 0x0D, 0x10, 0x36, 0x23, 0xA2, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x37, 0x93, 0xFD, 0x5A, + 0xFC, 0xF3, 0x0D, 0x10, 0x38, 0x00, 0x00, 0x00, + 0xFC, 0xF3, 0x0D, 0x10, 0x39, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x3A, 0x18, 0x3F, 0x7F, + 0xFC, 0xF3, 0x0D, 0x10, 0x3B, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x3C, 0x19, 0x6C, 0xA4, + 0xFC, 0xF3, 0x0D, 0x10, 0x3D, 0x19, 0x66, 0x7F, + 0xFC, 0xF3, 0x0D, 0x10, 0x3E, 0x80, 0x79, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x3F, 0x82, 0x2D, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x40, 0x27, 0x97, 0x9F, + 0xFC, 0xF3, 0x0D, 0x10, 0x41, 0x19, 0x04, 0x40, + 0xFC, 0xF3, 0x0D, 0x10, 0x42, 0x94, 0x7B, 0xD6, + 0xFC, 0xF3, 0x0D, 0x10, 0x43, 0x80, 0x00, 0x1A, + 0xFC, 0xF3, 0x0D, 0x10, 0x44, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x45, 0x18, 0x48, 0xDF, + 0xFC, 0xF3, 0x0D, 0x10, 0x46, 0x38, 0x00, 0x87, + 0xFC, 0xF3, 0x0D, 0x10, 0x47, 0x09, 0x00, 0x1B, + 0xFC, 0xF3, 0x0D, 0x10, 0x48, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x49, 0x18, 0x2D, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4A, 0x18, 0x21, 0x5F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4B, 0x88, 0x4F, 0x47, + 0xFC, 0xF3, 0x0D, 0x10, 0x4C, 0x82, 0x2A, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x4D, 0x22, 0x62, 0x1F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4E, 0x26, 0x62, 0x7F, + 0xFC, 0xF3, 0x0D, 0x10, 0x4F, 0x19, 0x05, 0x25, + 0xFC, 0xF3, 0x0D, 0x10, 0x50, 0x3B, 0xFF, 0xC7, + 0xFC, 0xF3, 0x0D, 0x10, 0x51, 0x19, 0x05, 0x3F, + 0xFC, 0xF3, 0x0D, 0x10, 0x52, 0x0D, 0x01, 0xA6, + 0xFC, 0xF3, 0x0D, 0x10, 0x53, 0x92, 0x2A, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x54, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x55, 0x18, 0x23, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x56, 0x96, 0x2A, 0xA1, + 0xFC, 0xF3, 0x0D, 0x10, 0x57, 0x96, 0x2A, 0xB0, + 0xFC, 0xF3, 0x0D, 0x10, 0x58, 0x9A, 0x2A, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x59, 0x9A, 0x2A, 0xD7, + 0xFC, 0xF3, 0x0D, 0x10, 0x5A, 0x96, 0x2A, 0xE8, + 0xFC, 0xF3, 0x0D, 0x10, 0x5B, 0x38, 0x00, 0x0A, + 0xFC, 0xF3, 0x0D, 0x10, 0x5C, 0x83, 0xFF, 0xAA, + 0xFC, 0xF3, 0x0D, 0x10, 0x5D, 0x3B, 0x20, 0x02, + 0xFC, 0xF3, 0x0D, 0x10, 0x5E, 0x36, 0x2B, 0x01, + 0xFC, 0xF3, 0x0D, 0x10, 0x5F, 0x36, 0x2B, 0x60, + 0xFC, 0xF3, 0x0D, 0x10, 0x60, 0x1C, 0x72, 0x2F, + 0xFC, 0xF3, 0x0D, 0x10, 0x61, 0x93, 0xFF, 0x9A, + 0xFC, 0xF3, 0x0D, 0x10, 0x62, 0x93, 0xFF, 0xAA, + 0xFC, 0xF3, 0x0D, 0x10, 0x63, 0x86, 0x2A, 0xA1, + 0xFC, 0xF3, 0x0D, 0x10, 0x64, 0x86, 0x2A, 0xB0, + 0xFC, 0xF3, 0x0D, 0x10, 0x65, 0x8A, 0x2A, 0xCA, + 0xFC, 0xF3, 0x0D, 0x10, 0x66, 0x8A, 0x2A, 0xD7, + 0xFC, 0xF3, 0x0D, 0x10, 0x67, 0x86, 0x2A, 0xE8, + 0xFC, 0xF3, 0x0D, 0x10, 0x68, 0x0D, 0x08, 0x28, + 0xFC, 0xF3, 0x0D, 0x10, 0x69, 0x34, 0x00, 0x0E, + 0xFC, 0xF3, 0x0D, 0x10, 0x6A, 0x18, 0x24, 0x0F, + 0xFC, 0xF3, 0x68, 0x64, 0x00, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA0, 0x90, 0x05, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB0, 0x50, 0x00, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA1, 0x91, 0xCB, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB1, 0x50, 0x1A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA2, 0x82, 0xF3, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB2, 0x02, 0xF5, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA3, 0x82, 0xB5, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB3, 0x50, 0x1F, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA4, 0x83, 0xF4, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB4, 0x50, 0x2A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA5, 0x96, 0x66, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB5, 0x50, 0x3B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA6, 0x84, 0x8C, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB6, 0x50, 0x3E, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA7, 0xC4, 0x8C, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB7, 0x50, 0x3E, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA8, 0x82, 0xCC, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB8, 0x50, 0x46, + 0xFC, 0xF3, 0x3B, 0x3F, 0xA9, 0xC2, 0xCC, + 0xFC, 0xF3, 0x3B, 0x3F, 0xB9, 0x50, 0x46, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAA, 0xC2, 0x10, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBA, 0x50, 0x4A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAB, 0x82, 0x10, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBB, 0x50, 0x4A, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAC, 0x82, 0x31, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBC, 0x50, 0x4B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAD, 0xC2, 0x31, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBD, 0x50, 0x4B, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAE, 0x82, 0x3F, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBE, 0x50, 0x56, + 0xFC, 0xF3, 0x3B, 0x3F, 0xAF, 0xC2, 0x3F, + 0xFC, 0xF3, 0x3B, 0x3F, 0xBF, 0x50, 0x56, + 0xFC, 0xF3, 0x3B, 0x22, 0xF8, 0x80, 0x05, + 0xFC, 0xF3, 0x3B, 0x22, 0xC8, 0x00, 0x09, + 0xFC, 0xF3, 0x3B, 0x22, 0xEE, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x22, 0xF9, 0x08, 0x5F, + 0xFC, 0xF3, 0x3B, 0x22, 0xFA, 0x24, 0x81, + 0xFC, 0xF3, 0x3B, 0x23, 0x05, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x01, 0x00, 0x01, + 0xFC, 0xF3, 0x3B, 0x23, 0x07, 0xF0, 0xF0, + 0xFC, 0xF3, 0x3B, 0x23, 0x09, 0x08, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x0D, 0x01, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x0C, 0x0E, 0x20, + 0xFC, 0xF3, 0x3B, 0x22, 0xF2, 0x00, 0x44, + 0xFC, 0xF3, 0x3B, 0x22, 0xF6, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x22, 0xC6, 0x00, 0x31, + 0xFC, 0xF3, 0x3B, 0x22, 0xC7, 0x00, 0x50, + 0xFC, 0xF3, 0x3B, 0x22, 0xD2, 0x82, 0x94, + 0xFC, 0xF3, 0x3B, 0x23, 0x03, 0x00, 0x01, + 0xFC, 0xF3, 0x3B, 0x23, 0x00, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x04, 0x23, 0x10, + 0xFC, 0xF3, 0x3B, 0x23, 0x2F, 0x01, 0x10, + 0xFC, 0xF3, 0x3B, 0x23, 0x39, 0x00, 0x06, + 0xFC, 0xF3, 0x3B, 0x23, 0xCF, 0x01, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0xD0, 0x06, 0x20, + 0xFC, 0xF3, 0x3B, 0x23, 0xD5, 0x3C, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x6E, 0x20, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x33, 0x02, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0xB3, 0x00, 0x0A, + 0xFC, 0xF3, 0x3B, 0x23, 0xB4, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x70, 0x40, 0x00, + 0xFC, 0xF3, 0x3B, 0x3F, 0xD2, 0x00, 0x32, + 0xFC, 0xF3, 0x3B, 0x22, 0xFB, 0x00, 0x00 +}; + +static const u8 TF101_enable_NS[] = { + 0xC0, + 0xFC, 0xF3, 0x3B, 0x23, 0x03, 0x00, 0x01, + 0xFC, 0xF3, 0x3B, 0x23, 0x04, 0x23, 0x10 +}; + +static const u8 TF101_disable_NS[] = { + 0xC0, + 0xFC, 0xF3, 0x3B, 0x23, 0x03, 0x00, 0x00, + 0xFC, 0xF3, 0x3B, 0x23, 0x04, 0x00, 0x10 +}; + +#endif