diff mbox series

[v2,3/4] x86: coral: Correct some FSP-S settings

Message ID 20200527054210.v2.3.Id58c8292b7bc9a9dc55c21e4f5ad6a1a8000dc99@changeid
State Accepted
Commit 501ba58ae614b2c65e302bfd6ea68f1e2c52ced0
Headers show
Series [v2,1/4] x86: coral: Correct some FSP-M settings | expand

Commit Message

Simon Glass May 27, 2020, 11:42 a.m. UTC
Some settings were modified slightly in the device-tree conversion. Return
these to their original values. This includes some audio settings and a
few others that have changed.

Note that we still rely on the FSP defaults for most values, so there is
no need to specify a value if the FSP default is suitable.

This makes WiFi work again.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2:
- Update commit message to explain this is going back to the original values

 arch/x86/dts/chromebook_coral.dts | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Comments

Bin Meng May 28, 2020, 7:54 a.m. UTC | #1
On Wed, May 27, 2020 at 7:42 PM Simon Glass <sjg at chromium.org> wrote:
>
> Some settings were modified slightly in the device-tree conversion. Return
> these to their original values. This includes some audio settings and a
> few others that have changed.
>
> Note that we still rely on the FSP defaults for most values, so there is
> no need to specify a value if the FSP default is suitable.
>
> This makes WiFi work again.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Update commit message to explain this is going back to the original values
>
>  arch/x86/dts/chromebook_coral.dts | 10 +++-------
>  1 file changed, 3 insertions(+), 7 deletions(-)
>

Acked-by: Bin Meng <bmeng.cn at gmail.com>
Bin Meng May 28, 2020, 7:58 a.m. UTC | #2
On Thu, May 28, 2020 at 3:54 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Wed, May 27, 2020 at 7:42 PM Simon Glass <sjg at chromium.org> wrote:
> >
> > Some settings were modified slightly in the device-tree conversion. Return
> > these to their original values. This includes some audio settings and a
> > few others that have changed.
> >
> > Note that we still rely on the FSP defaults for most values, so there is
> > no need to specify a value if the FSP default is suitable.
> >
> > This makes WiFi work again.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > ---
> >
> > Changes in v2:
> > - Update commit message to explain this is going back to the original values
> >
> >  arch/x86/dts/chromebook_coral.dts | 10 +++-------
> >  1 file changed, 3 insertions(+), 7 deletions(-)
> >
>
> Acked-by: Bin Meng <bmeng.cn at gmail.com>

applied to u-boot-x86, thanks!
diff mbox series

Patch

diff --git a/arch/x86/dts/chromebook_coral.dts b/arch/x86/dts/chromebook_coral.dts
index fe0d4dedd7..965d9f387d 100644
--- a/arch/x86/dts/chromebook_coral.dts
+++ b/arch/x86/dts/chromebook_coral.dts
@@ -599,13 +599,9 @@ 
 	fsps,emmc-rx-cmd-data-cntl1 = <0x00181717>;
 	fsps,emmc-rx-cmd-data-cntl2 = <0x10008>;
 
-	/* Enable Audio Clock and Power gating */
-	fsps,hd-audio-clk-gate = <1>;
-	fsps,hd-audio-pwr-gate = <1>;
-	fsps,bios-cfg-lock-down = <1>;
-
-	/* Enable lpss s0ix */
-	fsps,lpss-s0ix-enable = <1>;
+	/* Enable WiFi */
+	fsps,pcie-root-port-en = [01 00 00 00 00 00];
+	fsps,pcie-rp-hot-plug = [00 00 00 00 00 00];
 
 	fsps,skip-mp-init = <1>;
 	fsps,spi-eiss = <0>;