[PATCH] arm64: dts: socfpga: agilex5: enable i3c0 and i3c1

Adrian Ng Ho Yin posted 1 patch 1 week, 6 days ago
arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH] arm64: dts: socfpga: agilex5: enable i3c0 and i3c1
Posted by Adrian Ng Ho Yin 1 week, 6 days ago
Enable i3c0 and i3c1 for Agilex5 devkit.

Signed-off-by: Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>
---
 arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts
index 262bb3e8e5c7..7f6fab506867 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts
@@ -61,6 +61,14 @@ &gpio1 {
 	status = "okay";
 };
 
+&i3c0 {
+	status = "okay";
+};
+
+&i3c1 {
+	status = "okay";
+};
+
 &osc1 {
 	clock-frequency = <25000000>;
 };
-- 
2.49.GIT
Re: [PATCH] arm64: dts: socfpga: agilex5: enable i3c0 and i3c1
Posted by Dinh Nguyen 1 week, 5 days ago

On 5/26/26 02:03, Adrian Ng Ho Yin wrote:
> Enable i3c0 and i3c1 for Agilex5 devkit.
> 
> Signed-off-by: Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>
> ---
>   arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts
> index 262bb3e8e5c7..7f6fab506867 100644
> --- a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts
> +++ b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts
> @@ -61,6 +61,14 @@ &gpio1 {
>   	status = "okay";
>   };
>   
> +&i3c0 {
> +	status = "okay";
> +};
> +
> +&i3c1 {
> +	status = "okay";
> +};
> +
>   &osc1 {
>   	clock-frequency = <25000000>;
>   };

https://sashiko.dev/#/patchset/219d67474c90843f4768cba2598e79cfafcc1ac2.1779778817.git.adrian.ho.yin.ng%40altera.com