public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Chris Morgan <macroalpha82@gmail.com>
To: u-boot@lists.denx.de
Cc: jonas@kwiboo.se, trini@konsulko.com, kever.yang@rock-chips.com,
	philipp.tomsich@vrull.eu, sjg@chromium.org, dsimic@manjaro.org,
	quentin.schulz@cherry.de, Chris Morgan <macromorgan@hotmail.com>
Subject: [PATCH V2 3/4] board: rockchip: Remove ARM SCMI Support from RGxx3
Date: Thu, 19 Sep 2024 09:00:21 -0500	[thread overview]
Message-ID: <20240919140022.511067-4-macroalpha82@gmail.com> (raw)
In-Reply-To: <20240919140022.511067-1-macroalpha82@gmail.com>

From: Chris Morgan <macromorgan@hotmail.com>

Remove config options for ARM SCMI. It is not required to boot the
board and when using the most recent mainline A-TF it actually causes
the device to freeze during boot due to missing SCMI support.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
---
 configs/anbernic-rgxx3-rk3566_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configs/anbernic-rgxx3-rk3566_defconfig b/configs/anbernic-rgxx3-rk3566_defconfig
index f5e5470df8c..49d3766613e 100644
--- a/configs/anbernic-rgxx3-rk3566_defconfig
+++ b/configs/anbernic-rgxx3-rk3566_defconfig
@@ -49,8 +49,6 @@ CONFIG_SPL_REGMAP=y
 CONFIG_SPL_SYSCON=y
 CONFIG_SPL_ADC=y
 CONFIG_SPL_CLK=y
-CONFIG_ARM_SMCCC_FEATURES=y
-CONFIG_SCMI_FIRMWARE=y
 CONFIG_ROCKCHIP_GPIO=y
 CONFIG_SYS_I2C_ROCKCHIP=y
 CONFIG_MISC=y
-- 
2.34.1


  parent reply	other threads:[~2024-09-19 14:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-19 14:00 [PATCH V2 0/4] Anbernic RGxx3 Bootloader Fixes Chris Morgan
2024-09-19 14:00 ` [PATCH V2 1/4] board: rockchip: Convert Anbernic RGxx3 to OF_UPSTREAM Chris Morgan
2024-10-25 12:04   ` Kever Yang
2024-09-19 14:00 ` [PATCH V2 2/4] board: rockchip: Add vdd_cpu reg fixup for RGXX3 Series Chris Morgan
2024-09-23 11:21   ` Quentin Schulz
2024-09-23 17:36     ` Chris Morgan
2024-09-24 10:24       ` Quentin Schulz
2024-09-26  0:35         ` Chris Morgan
2024-10-25 12:04   ` Kever Yang
2024-09-19 14:00 ` Chris Morgan [this message]
2024-10-25 12:04   ` [PATCH V2 3/4] board: rockchip: Remove ARM SCMI Support from RGxx3 Kever Yang
2024-09-19 14:00 ` [PATCH V2 4/4] board: rockchip: Enable PD_VO before driver access Chris Morgan
2024-09-23 11:24   ` Quentin Schulz
2024-09-23 17:38     ` Chris Morgan
2024-09-24  9:19       ` Quentin Schulz
2024-09-26  0:23         ` Chris Morgan
2024-10-25 12:04   ` Kever Yang
2024-09-22 13:43 ` [PATCH V2 0/4] Anbernic RGxx3 Bootloader Fixes Peter Robinson
2024-09-23 17:42   ` Chris Morgan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240919140022.511067-4-macroalpha82@gmail.com \
    --to=macroalpha82@gmail.com \
    --cc=dsimic@manjaro.org \
    --cc=jonas@kwiboo.se \
    --cc=kever.yang@rock-chips.com \
    --cc=macromorgan@hotmail.com \
    --cc=philipp.tomsich@vrull.eu \
    --cc=quentin.schulz@cherry.de \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox