* [PATCH v3] arm64: defconfig: Enable GPIO_SYSCON
@ 2023-07-19 10:24 Jagan Teki
2023-07-28 19:42 ` Heiko Stuebner
2023-11-25 19:37 ` Diederik de Haas
0 siblings, 2 replies; 3+ messages in thread
From: Jagan Teki @ 2023-07-19 10:24 UTC (permalink / raw)
To: Heiko Stuebner, Catalin Marinas, Will Deacon; +Cc: linux-arm-kernel, Jagan Teki
roc-rk3328-cc board has vcc_sdio regulator controlled by a special
output only gpio pin. This special pin can now be reference as
<&grf_gpio 0> via gpio-syscon driver, as mentioned in below commit.
commit <99165b93dafe> ("arm64: dts: rockchip: add sdmmc UHS support for
roc-rk3328-cc")
So, enable bydefault on the defconfig.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
Changes for v3:
- update commit
Changes for v2:
- none
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6cbf6eb59378..70cffd87aa36 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -619,6 +619,7 @@ CONFIG_GPIO_PCA953X_IRQ=y
CONFIG_GPIO_BD9571MWV=m
CONFIG_GPIO_MAX77620=y
CONFIG_GPIO_SL28CPLD=m
+CONFIG_GPIO_SYSCON=y
CONFIG_POWER_RESET_MSM=y
CONFIG_POWER_RESET_QCOM_PON=m
CONFIG_POWER_RESET_XGENE=y
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v3] arm64: defconfig: Enable GPIO_SYSCON
2023-07-19 10:24 [PATCH v3] arm64: defconfig: Enable GPIO_SYSCON Jagan Teki
@ 2023-07-28 19:42 ` Heiko Stuebner
2023-11-25 19:37 ` Diederik de Haas
1 sibling, 0 replies; 3+ messages in thread
From: Heiko Stuebner @ 2023-07-28 19:42 UTC (permalink / raw)
To: Catalin Marinas, Jagan Teki, Will Deacon; +Cc: Heiko Stuebner, linux-arm-kernel
On Wed, 19 Jul 2023 15:54:27 +0530, Jagan Teki wrote:
> roc-rk3328-cc board has vcc_sdio regulator controlled by a special
> output only gpio pin. This special pin can now be reference as
> <&grf_gpio 0> via gpio-syscon driver, as mentioned in below commit.
>
> commit <99165b93dafe> ("arm64: dts: rockchip: add sdmmc UHS support for
> roc-rk3328-cc")
>
> [...]
Applied, thanks!
[1/1] arm64: defconfig: Enable GPIO_SYSCON
commit: c1ceb9ccdb2ef1bff7bbb832af4870def0cc3534
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3] arm64: defconfig: Enable GPIO_SYSCON
2023-07-19 10:24 [PATCH v3] arm64: defconfig: Enable GPIO_SYSCON Jagan Teki
2023-07-28 19:42 ` Heiko Stuebner
@ 2023-11-25 19:37 ` Diederik de Haas
1 sibling, 0 replies; 3+ messages in thread
From: Diederik de Haas @ 2023-11-25 19:37 UTC (permalink / raw)
To: Heiko Stuebner, Catalin Marinas, Will Deacon, Jagan Teki,
Lorenz Brun
Cc: linux-arm-kernel, linux-rockchip
[-- Attachment #1.1: Type: text/plain, Size: 2018 bytes --]
On Wednesday, 19 July 2023 12:24:27 CET Jagan Teki wrote:
> roc-rk3328-cc board has vcc_sdio regulator controlled by a special
> output only gpio pin. This special pin can now be reference as
> <&grf_gpio 0> via gpio-syscon driver, as mentioned in below commit.
>
> commit <99165b93dafe> ("arm64: dts: rockchip: add sdmmc UHS support for
> roc-rk3328-cc")
>
> So, enable bydefault on the defconfig.
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 6cbf6eb59378..70cffd87aa36 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -619,6 +619,7 @@ CONFIG_GPIO_PCA953X_IRQ=y
> CONFIG_GPIO_BD9571MWV=m
> CONFIG_GPIO_MAX77620=y
> CONFIG_GPIO_SL28CPLD=m
> +CONFIG_GPIO_SYSCON=y
> CONFIG_POWER_RESET_MSM=y
> CONFIG_POWER_RESET_QCOM_PON=m
> CONFIG_POWER_RESET_XGENE=y
On my Rock64 (rk3328-rock64) I was getting the following error message:
gpio-syscon ff100000.syscon:gpio: can't read the data register offset!
Doing a `git bisect` led me to this commit. I can show the `git bisect`
log, but I don't think it adds any value. This commit didn't cause the
error ofc, but merely exposed an existing issue.
I did see that rk3328-roc-cc.dts has an `vcc_sdio: sdmmcio-regulator`
node which rk3328-rock64.dts doesn't have, but I have no idea if that
should be added to Rock64's dts file.
(Or how this issue can/should be fixed in general)
For a long time I thought that the following error (in `dmesg`) is
connected to it, as they (initially) show up together, but I'm not sure
anymore. The compatible string which made me propose to add GPIO_SYSCON
to Debian's kernel, is close to the `power-domain@RK3328_PD_HEVC` node
in rk3328.dtsi. But after building a kernel without GPIO_SYSCON enabled,
I still got (at least 1 time) the following error message:
rockchip-pm-domain ff100000.syscon:power-controller: failed to get ack on domain 'hevc', val=0x88220
This error doesn't always show up, so maybe there's a timing issue
involved?
Cheers,
Diederik
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-25 19:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19 10:24 [PATCH v3] arm64: defconfig: Enable GPIO_SYSCON Jagan Teki
2023-07-28 19:42 ` Heiko Stuebner
2023-11-25 19:37 ` Diederik de Haas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).