ALT Linux kernel packages development
 help / color / mirror / Atom feed
From: "Антон Мидюков" <antohami@basealt.ru>
To: "devel-kernel@lists.altlinux.org" <devel-kernel@lists.altlinux.org>
Subject: [d-kernel] [PATCH 2/2] config-aarch64: fix bootloading on rk3399 (check on NanoPC-T4)
Date: Thu, 17 Mar 2022 22:21:17 +0700
Message-ID: <a067d572-86d7-7913-4104-847bee9e152f@basealt.ru> (raw)
In-Reply-To: <cover.1647529091.git.antohami@altlinux.org>

Kernel modules needed built-in for next devices, because
make-initrd doesn't add it:
1. IO domain voltages on some Rockchip SoCs are variable but need to be
   kept in sync between the regulators and the SoC using a special register.
2. RK808 is highly integrated device includes four buck DC-DC converters,
   eight high performance ldos, two low Rds switches,
   I2C interface, programmable power sequencing and an RTC
3. I2C adapter in Rockchip RK3xxx SoCs.
---
 config-aarch64 | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/config-aarch64 b/config-aarch64
index dca90a1107ce..845dcfb45357 100644
--- a/config-aarch64
+++ b/config-aarch64
@@ -425,7 +425,7 @@ CONFIG_I2C_MV64XXX=m
 CONFIG_I2C_PXA=m
 # CONFIG_I2C_PXA_SLAVE is not set
 CONFIG_I2C_QUP=m
-CONFIG_I2C_RK3X=m
+CONFIG_I2C_RK3X=y
 CONFIG_I2C_TEGRA=y
 CONFIG_I2C_TEGRA_BPMP=y
 CONFIG_I2C_VERSATILE=m
@@ -639,7 +639,7 @@ CONFIG_MFD_MAX77620=y
 # CONFIG_MFD_CPCAP is not set
 # CONFIG_MFD_QCOM_RPM is not set
 CONFIG_MFD_SPMI_PMIC=m
-CONFIG_MFD_RK808=m
+CONFIG_MFD_RK808=y
 # CONFIG_MFD_RN5T618 is not set
 # CONFIG_MFD_STMPE is not set
 CONFIG_MFD_SUN6I_PRCM=y
@@ -661,7 +661,7 @@ CONFIG_REGULATOR_HI655X=m
 # CONFIG_REGULATOR_MAX8973 is not set
 # CONFIG_REGULATOR_MCP16502 is not set
 CONFIG_REGULATOR_QCOM_SPMI=m
-CONFIG_REGULATOR_RK808=m
+CONFIG_REGULATOR_RK808=y
 # CONFIG_REGULATOR_SY8106A is not set
 # CONFIG_REGULATOR_SY8824X is not set
 # CONFIG_REGULATOR_VCTRL is not set
@@ -1110,7 +1110,7 @@ CONFIG_COMMON_CLK_VERSATILE=y
 CONFIG_CLK_SP810=y
 CONFIG_CLK_VEXPRESS_OSC=y
 # CONFIG_CLK_HSDK is not set
-CONFIG_COMMON_CLK_RK808=m
+CONFIG_COMMON_CLK_RK808=y
 CONFIG_COMMON_CLK_HI655X=m
 CONFIG_COMMON_CLK_SCPI=y
 # CONFIG_COMMON_CLK_SI514 is not set
@@ -1576,7 +1576,7 @@ CONFIG_MTD_NAND_ROCKCHIP=m
 CONFIG_EMAC_ROCKCHIP=m
 CONFIG_SND_SOC_ROCKCHIP_RT5640=m
 CONFIG_USB_DWC3_ROCKCHIP_INNO=m
-CONFIG_ROCKCHIP_IODOMAIN=m
+CONFIG_ROCKCHIP_IODOMAIN=y
 CONFIG_PHY_ROCKCHIP_INNO_USB3=m
 CONFIG_USB_SERIAL=y
 CONFIG_USB_SERIAL_CONSOLE=y
@@ -1585,4 +1585,3 @@ CONFIG_USB_SERIAL_CP210X=y
 CONFIG_USB_SERIAL_PL2303=y
 CONFIG_USB_SERIAL_FTDI_SIO=y
 CONFIG_USB_SISUSBVGA=y
-CONFIG_ROCKCHIP_IODOMAIN=m
-- 
2.33.0




  parent reply	other threads:[~2022-03-17 15:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-22 12:14 [d-kernel] [PATCH 0/2] *** Enable Jetson Nano и rk3399 support for 5.10 *** Anton Midyukov
2022-03-17 15:21 ` [d-kernel] [PATCH 1/2] config-aarch64: fix bootloading on Nvidia Jetson Nano Антон Мидюков
2022-03-17 15:21 ` Антон Мидюков [this message]
2022-03-22 12:14 ` Anton Midyukov
2022-03-22 12:15 ` [d-kernel] [PATCH 2/2] config-aarch64: fix bootloading on rk3399 (check on NanoPC-T4) Anton Midyukov

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=a067d572-86d7-7913-4104-847bee9e152f@basealt.ru \
    --to=antohami@basealt.ru \
    --cc=devel-kernel@lists.altlinux.org \
    /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

ALT Linux kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git