* [PATCH 4/4] ARM: dts: microchip: add I3C controller
2025-09-09 11:13 [PATCH 0/4] Add Microchip " Durai Manickam KR
@ 2025-09-09 11:13 ` Durai Manickam KR
0 siblings, 0 replies; 11+ messages in thread
From: Durai Manickam KR @ 2025-09-09 11:13 UTC (permalink / raw)
To: linux-i3c, devicetree, linux-kernel, alexandre.belloni, Frank.Li,
robh, krzk+dt, conor+dt, balamanikandan.gunasundar, nicolas.ferre
Cc: Durai Manickam KR
Add microchip I3C HCI master controller for sama7d65 SoC.
Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
---
arch/arm/boot/dts/microchip/sama7d65.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
index c191acc2c89f..fbc80924daab 100644
--- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
+++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
@@ -721,5 +721,17 @@ gic: interrupt-controller@e8c11000 {
#address-cells = <0>;
interrupt-controller;
};
+
+ i3c: i3c@e9000000 {
+ compatible = "microchip,sama7d65-i3c-hci";
+ reg = <0xe9000000 0x300>;
+ interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 105>, <&pmc PMC_TYPE_GCK 105>;
+ clock-names = "pclk", "gclk";
+ assigned-clocks = <&pmc PMC_TYPE_GCK 105>;
+ assigned-clock-parents = <&pmc PMC_TYPE_CORE PMC_ETHPLL>;
+ assigned-clock-rates = <125000000>;
+ status = "disabled";
+ };
};
};
--
2.34.1
--
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 4/4] ARM: dts: microchip: add I3C controller
@ 2025-09-09 11:13 ` Durai Manickam KR
0 siblings, 0 replies; 11+ messages in thread
From: Durai Manickam KR @ 2025-09-09 11:13 UTC (permalink / raw)
To: linux-i3c, devicetree, linux-kernel, alexandre.belloni, Frank.Li,
robh, krzk+dt, conor+dt, balamanikandan.gunasundar, nicolas.ferre
Cc: Durai Manickam KR
Add microchip I3C HCI master controller for sama7d65 SoC.
Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
---
arch/arm/boot/dts/microchip/sama7d65.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
index c191acc2c89f..fbc80924daab 100644
--- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
+++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
@@ -721,5 +721,17 @@ gic: interrupt-controller@e8c11000 {
#address-cells = <0>;
interrupt-controller;
};
+
+ i3c: i3c@e9000000 {
+ compatible = "microchip,sama7d65-i3c-hci";
+ reg = <0xe9000000 0x300>;
+ interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 105>, <&pmc PMC_TYPE_GCK 105>;
+ clock-names = "pclk", "gclk";
+ assigned-clocks = <&pmc PMC_TYPE_GCK 105>;
+ assigned-clock-parents = <&pmc PMC_TYPE_CORE PMC_ETHPLL>;
+ assigned-clock-rates = <125000000>;
+ status = "disabled";
+ };
};
};
--
2.34.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 4/4] ARM: dts: microchip: add I3C controller
@ 2025-09-12 20:56 kernel test robot
0 siblings, 0 replies; 11+ messages in thread
From: kernel test robot @ 2025-09-12 20:56 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20250909111333.170016-5-durai.manickamkr@microchip.com>
References: <20250909111333.170016-5-durai.manickamkr@microchip.com>
TO: Durai Manickam KR <durai.manickamkr@microchip.com>
TO: linux-i3c@lists.infradead.org
TO: devicetree@vger.kernel.org
TO: linux-kernel@vger.kernel.org
TO: alexandre.belloni@bootlin.com
TO: Frank.Li@nxp.com
TO: robh@kernel.org
TO: krzk+dt@kernel.org
TO: conor+dt@kernel.org
TO: balamanikandan.gunasundar@microchip.com
TO: nicolas.ferre@microchip.com
CC: Durai Manickam KR <durai.manickamkr@microchip.com>
Hi Durai,
kernel test robot noticed the following build warnings:
[auto build test WARNING on clk/clk-next]
[also build test WARNING on robh/for-next linus/master v6.17-rc5 next-20250912]
[cannot apply to abelloni/rtc-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Durai-Manickam-KR/clk-at91-sama7d65-add-peripheral-clock-for-I3C/20250909-192231
base: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next
patch link: https://lore.kernel.org/r/20250909111333.170016-5-durai.manickamkr%40microchip.com
patch subject: [PATCH 4/4] ARM: dts: microchip: add I3C controller
:::::: branch date: 3 days ago
:::::: commit date: 3 days ago
config: arm-randconfig-051-20250910 (https://download.01.org/0day-ci/archive/20250913/202509130438.ZDSnd02M-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 13.4.0
dtschema version: 2025.8
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250913/202509130438.ZDSnd02M-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202509130438.ZDSnd02M-lkp@intel.com/
dtcheck warnings: (new ones prefixed by >>)
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: i2c@600 (microchip,sama7d65-i2c): #size-cells: 0 was expected
from schema $id: http://devicetree.org/schemas/i2c/i2c-controller.yaml#
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/uddrc@e3800000: failed to match any schema with compatible: ['microchip,sama7d65-uddrc', 'microchip,sama7g5-uddrc']
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/uddrc@e3800000: failed to match any schema with compatible: ['microchip,sama7d65-uddrc', 'microchip,sama7g5-uddrc']
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: ddr3phy@e3804000 (microchip,sama7d65-ddr3phy): compatible: ['microchip,sama7d65-ddr3phy', 'microchip,sama7g5-ddr3phy'] does not contain items matching the given schema
from schema $id: http://devicetree.org/schemas/mfd/syscon.yaml#
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: ddr3phy@e3804000 (microchip,sama7d65-ddr3phy): compatible:1: 'syscon' was expected
from schema $id: http://devicetree.org/schemas/mfd/syscon.yaml#
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: ddr3phy@e3804000 (microchip,sama7d65-ddr3phy): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/mfd/syscon.yaml#
>> arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/i3c@e9000000: failed to match any schema with compatible: ['microchip,sama7d65-i3c-hci']
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 4/4] ARM: dts: microchip: add I3C controller
@ 2025-09-14 2:14 kernel test robot
0 siblings, 0 replies; 11+ messages in thread
From: kernel test robot @ 2025-09-14 2:14 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20250909111333.170016-5-durai.manickamkr@microchip.com>
References: <20250909111333.170016-5-durai.manickamkr@microchip.com>
TO: Durai Manickam KR <durai.manickamkr@microchip.com>
TO: linux-i3c@lists.infradead.org
TO: devicetree@vger.kernel.org
TO: linux-kernel@vger.kernel.org
TO: alexandre.belloni@bootlin.com
TO: Frank.Li@nxp.com
TO: robh@kernel.org
TO: krzk+dt@kernel.org
TO: conor+dt@kernel.org
TO: balamanikandan.gunasundar@microchip.com
TO: nicolas.ferre@microchip.com
CC: Durai Manickam KR <durai.manickamkr@microchip.com>
Hi Durai,
kernel test robot noticed the following build warnings:
[auto build test WARNING on clk/clk-next]
[also build test WARNING on robh/for-next linus/master v6.17-rc5 next-20250912]
[cannot apply to abelloni/rtc-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Durai-Manickam-KR/clk-at91-sama7d65-add-peripheral-clock-for-I3C/20250909-192231
base: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next
patch link: https://lore.kernel.org/r/20250909111333.170016-5-durai.manickamkr%40microchip.com
patch subject: [PATCH 4/4] ARM: dts: microchip: add I3C controller
:::::: branch date: 5 days ago
:::::: commit date: 5 days ago
config: arm-randconfig-051-20250910 (https://download.01.org/0day-ci/archive/20250914/202509140949.UNIkYYID-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 13.4.0
dtschema version: 2025.9.dev1+g4b28bc79f
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250914/202509140949.UNIkYYID-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202509140949.UNIkYYID-lkp@intel.com/
dtcheck warnings: (new ones prefixed by >>)
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: i2c@600 (microchip,sama7d65-i2c): #size-cells: 0 was expected
from schema $id: http://devicetree.org/schemas/i2c/i2c-controller.yaml#
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/uddrc@e3800000: failed to match any schema with compatible: ['microchip,sama7d65-uddrc', 'microchip,sama7g5-uddrc']
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/uddrc@e3800000: failed to match any schema with compatible: ['microchip,sama7d65-uddrc', 'microchip,sama7g5-uddrc']
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: ddr3phy@e3804000 (microchip,sama7d65-ddr3phy): compatible: ['microchip,sama7d65-ddr3phy', 'microchip,sama7g5-ddr3phy'] does not contain items matching the given schema
from schema $id: http://devicetree.org/schemas/mfd/syscon.yaml#
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: ddr3phy@e3804000 (microchip,sama7d65-ddr3phy): compatible:1: 'syscon' was expected
from schema $id: http://devicetree.org/schemas/mfd/syscon.yaml#
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: ddr3phy@e3804000 (microchip,sama7d65-ddr3phy): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/mfd/syscon.yaml#
>> arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/i3c@e9000000: failed to match any schema with compatible: ['microchip,sama7d65-i3c-hci']
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 4/4] ARM: dts: microchip: add I3C controller
2025-09-18 9:54 [PATCH 0/4] Add microchip sama7d65 SoC I3C support Durai Manickam KR
@ 2025-09-18 9:54 ` Durai Manickam KR
0 siblings, 0 replies; 11+ messages in thread
From: Durai Manickam KR @ 2025-09-18 9:54 UTC (permalink / raw)
To: linux-i3c, devicetree, linux-kernel, alexandre.belloni, Frank.Li,
robh, krzk+dt, conor+dt, balamanikandan.gunasundar, nicolas.ferre
Cc: Durai Manickam KR
Add I3C controller for sama7d65 SoC.
Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
---
arch/arm/boot/dts/microchip/sama7d65.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
index c191acc2c89f..3a5da27f7d83 100644
--- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
+++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
@@ -721,5 +721,17 @@ gic: interrupt-controller@e8c11000 {
#address-cells = <0>;
interrupt-controller;
};
+
+ i3c: i3c@e9000000 {
+ compatible = "mchp,sama7d65-i3c-hci";
+ reg = <0xe9000000 0x300>;
+ interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 105>, <&pmc PMC_TYPE_GCK 105>;
+ clock-names = "pclk", "gclk";
+ assigned-clocks = <&pmc PMC_TYPE_GCK 105>;
+ assigned-clock-parents = <&pmc PMC_TYPE_CORE PMC_ETHPLL>;
+ assigned-clock-rates = <125000000>;
+ status = "disabled";
+ };
};
};
--
2.34.1
--
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 4/4] ARM: dts: microchip: add I3C controller
@ 2025-09-18 9:54 ` Durai Manickam KR
0 siblings, 0 replies; 11+ messages in thread
From: Durai Manickam KR @ 2025-09-18 9:54 UTC (permalink / raw)
To: linux-i3c, devicetree, linux-kernel, alexandre.belloni, Frank.Li,
robh, krzk+dt, conor+dt, balamanikandan.gunasundar, nicolas.ferre
Cc: Durai Manickam KR
Add I3C controller for sama7d65 SoC.
Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
---
arch/arm/boot/dts/microchip/sama7d65.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
index c191acc2c89f..3a5da27f7d83 100644
--- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
+++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
@@ -721,5 +721,17 @@ gic: interrupt-controller@e8c11000 {
#address-cells = <0>;
interrupt-controller;
};
+
+ i3c: i3c@e9000000 {
+ compatible = "mchp,sama7d65-i3c-hci";
+ reg = <0xe9000000 0x300>;
+ interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 105>, <&pmc PMC_TYPE_GCK 105>;
+ clock-names = "pclk", "gclk";
+ assigned-clocks = <&pmc PMC_TYPE_GCK 105>;
+ assigned-clock-parents = <&pmc PMC_TYPE_CORE PMC_ETHPLL>;
+ assigned-clock-rates = <125000000>;
+ status = "disabled";
+ };
};
};
--
2.34.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 4/4] ARM: dts: microchip: add I3C controller
2025-09-18 9:54 ` Durai Manickam KR
@ 2025-09-18 15:44 ` Frank Li
-1 siblings, 0 replies; 11+ messages in thread
From: Frank Li @ 2025-09-18 15:44 UTC (permalink / raw)
To: Durai Manickam KR
Cc: linux-i3c, devicetree, linux-kernel, alexandre.belloni, robh,
krzk+dt, conor+dt, balamanikandan.gunasundar, nicolas.ferre
On Thu, Sep 18, 2025 at 03:24:29PM +0530, Durai Manickam KR wrote:
> Add I3C controller for sama7d65 SoC.
>
> Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
> ---
> arch/arm/boot/dts/microchip/sama7d65.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
> index c191acc2c89f..3a5da27f7d83 100644
> --- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
> +++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
> @@ -721,5 +721,17 @@ gic: interrupt-controller@e8c11000 {
> #address-cells = <0>;
> interrupt-controller;
> };
> +
> + i3c: i3c@e9000000 {
> + compatible = "mchp,sama7d65-i3c-hci";
Need update binding doc for "mchp,sama7d65-i3c-hci"
Frank
> + reg = <0xe9000000 0x300>;
> + interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&pmc PMC_TYPE_PERIPHERAL 105>, <&pmc PMC_TYPE_GCK 105>;
> + clock-names = "pclk", "gclk";
> + assigned-clocks = <&pmc PMC_TYPE_GCK 105>;
> + assigned-clock-parents = <&pmc PMC_TYPE_CORE PMC_ETHPLL>;
> + assigned-clock-rates = <125000000>;
> + status = "disabled";
> + };
> };
> };
> --
> 2.34.1
>
--
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 4/4] ARM: dts: microchip: add I3C controller
@ 2025-09-18 15:44 ` Frank Li
0 siblings, 0 replies; 11+ messages in thread
From: Frank Li @ 2025-09-18 15:44 UTC (permalink / raw)
To: Durai Manickam KR
Cc: linux-i3c, devicetree, linux-kernel, alexandre.belloni, robh,
krzk+dt, conor+dt, balamanikandan.gunasundar, nicolas.ferre
On Thu, Sep 18, 2025 at 03:24:29PM +0530, Durai Manickam KR wrote:
> Add I3C controller for sama7d65 SoC.
>
> Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
> ---
> arch/arm/boot/dts/microchip/sama7d65.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
> index c191acc2c89f..3a5da27f7d83 100644
> --- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
> +++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
> @@ -721,5 +721,17 @@ gic: interrupt-controller@e8c11000 {
> #address-cells = <0>;
> interrupt-controller;
> };
> +
> + i3c: i3c@e9000000 {
> + compatible = "mchp,sama7d65-i3c-hci";
Need update binding doc for "mchp,sama7d65-i3c-hci"
Frank
> + reg = <0xe9000000 0x300>;
> + interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&pmc PMC_TYPE_PERIPHERAL 105>, <&pmc PMC_TYPE_GCK 105>;
> + clock-names = "pclk", "gclk";
> + assigned-clocks = <&pmc PMC_TYPE_GCK 105>;
> + assigned-clock-parents = <&pmc PMC_TYPE_CORE PMC_ETHPLL>;
> + assigned-clock-rates = <125000000>;
> + status = "disabled";
> + };
> };
> };
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 4/4] ARM: dts: microchip: add I3C controller
2025-09-18 15:44 ` Frank Li
@ 2025-09-18 15:48 ` Conor Dooley
-1 siblings, 0 replies; 11+ messages in thread
From: Conor Dooley @ 2025-09-18 15:48 UTC (permalink / raw)
To: Frank Li
Cc: Durai Manickam KR, linux-i3c, devicetree, linux-kernel,
alexandre.belloni, robh, krzk+dt, conor+dt,
balamanikandan.gunasundar, nicolas.ferre
[-- Attachment #1.1: Type: text/plain, Size: 1014 bytes --]
On Thu, Sep 18, 2025 at 11:44:06AM -0400, Frank Li wrote:
> On Thu, Sep 18, 2025 at 03:24:29PM +0530, Durai Manickam KR wrote:
> > Add I3C controller for sama7d65 SoC.
> >
> > Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
> > ---
> > arch/arm/boot/dts/microchip/sama7d65.dtsi | 12 ++++++++++++
> > 1 file changed, 12 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
> > index c191acc2c89f..3a5da27f7d83 100644
> > --- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
> > +++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
> > @@ -721,5 +721,17 @@ gic: interrupt-controller@e8c11000 {
> > #address-cells = <0>;
> > interrupt-controller;
> > };
> > +
> > + i3c: i3c@e9000000 {
> > + compatible = "mchp,sama7d65-i3c-hci";
>
> Need update binding doc for "mchp,sama7d65-i3c-hci"
"mchp" isn't even a valid vendor prefix. It's not acceptable for a v2 to
be like this after the feedback on v1.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 111 bytes --]
--
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 4/4] ARM: dts: microchip: add I3C controller
@ 2025-09-18 15:48 ` Conor Dooley
0 siblings, 0 replies; 11+ messages in thread
From: Conor Dooley @ 2025-09-18 15:48 UTC (permalink / raw)
To: Frank Li
Cc: Durai Manickam KR, linux-i3c, devicetree, linux-kernel,
alexandre.belloni, robh, krzk+dt, conor+dt,
balamanikandan.gunasundar, nicolas.ferre
[-- Attachment #1: Type: text/plain, Size: 1014 bytes --]
On Thu, Sep 18, 2025 at 11:44:06AM -0400, Frank Li wrote:
> On Thu, Sep 18, 2025 at 03:24:29PM +0530, Durai Manickam KR wrote:
> > Add I3C controller for sama7d65 SoC.
> >
> > Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
> > ---
> > arch/arm/boot/dts/microchip/sama7d65.dtsi | 12 ++++++++++++
> > 1 file changed, 12 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
> > index c191acc2c89f..3a5da27f7d83 100644
> > --- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
> > +++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
> > @@ -721,5 +721,17 @@ gic: interrupt-controller@e8c11000 {
> > #address-cells = <0>;
> > interrupt-controller;
> > };
> > +
> > + i3c: i3c@e9000000 {
> > + compatible = "mchp,sama7d65-i3c-hci";
>
> Need update binding doc for "mchp,sama7d65-i3c-hci"
"mchp" isn't even a valid vendor prefix. It's not acceptable for a v2 to
be like this after the feedback on v1.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 4/4] ARM: dts: microchip: add I3C controller
@ 2025-09-22 1:15 kernel test robot
0 siblings, 0 replies; 11+ messages in thread
From: kernel test robot @ 2025-09-22 1:15 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20250918095429.232710-5-durai.manickamkr@microchip.com>
References: <20250918095429.232710-5-durai.manickamkr@microchip.com>
TO: Durai Manickam KR <durai.manickamkr@microchip.com>
TO: linux-i3c@lists.infradead.org
TO: devicetree@vger.kernel.org
TO: linux-kernel@vger.kernel.org
TO: alexandre.belloni@bootlin.com
TO: Frank.Li@nxp.com
TO: robh@kernel.org
TO: krzk+dt@kernel.org
TO: conor+dt@kernel.org
TO: balamanikandan.gunasundar@microchip.com
TO: nicolas.ferre@microchip.com
CC: Durai Manickam KR <durai.manickamkr@microchip.com>
Hi Durai,
kernel test robot noticed the following build warnings:
[auto build test WARNING on clk/clk-next]
[also build test WARNING on robh/for-next abelloni/rtc-next linus/master v6.17-rc6 next-20250919]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Durai-Manickam-KR/clk-at91-sama7d65-add-peripheral-clock-for-I3C/20250918-175934
base: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next
patch link: https://lore.kernel.org/r/20250918095429.232710-5-durai.manickamkr%40microchip.com
patch subject: [PATCH 4/4] ARM: dts: microchip: add I3C controller
:::::: branch date: 4 days ago
:::::: commit date: 4 days ago
config: arm-randconfig-053-20250919 (https://download.01.org/0day-ci/archive/20250922/202509220838.axS5scyS-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 7c861bcedf61607b6c087380ac711eb7ff918ca6)
dtschema version: 2025.9.dev1+g4b28bc79f
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250922/202509220838.axS5scyS-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202509220838.axS5scyS-lkp@intel.com/
dtcheck warnings: (new ones prefixed by >>)
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: i2c@600 (microchip,sama7d65-i2c): #size-cells: 0 was expected
from schema $id: http://devicetree.org/schemas/i2c/i2c-controller.yaml#
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/uddrc@e3800000: failed to match any schema with compatible: ['microchip,sama7d65-uddrc', 'microchip,sama7g5-uddrc']
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/uddrc@e3800000: failed to match any schema with compatible: ['microchip,sama7d65-uddrc', 'microchip,sama7g5-uddrc']
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: ddr3phy@e3804000 (microchip,sama7d65-ddr3phy): compatible: ['microchip,sama7d65-ddr3phy', 'microchip,sama7g5-ddr3phy'] does not contain items matching the given schema
from schema $id: http://devicetree.org/schemas/mfd/syscon.yaml#
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: ddr3phy@e3804000 (microchip,sama7d65-ddr3phy): compatible:1: 'syscon' was expected
from schema $id: http://devicetree.org/schemas/mfd/syscon.yaml#
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: ddr3phy@e3804000 (microchip,sama7d65-ddr3phy): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/mfd/syscon.yaml#
>> arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/i3c@e9000000: failed to match any schema with compatible: ['mchp,sama7d65-i3c-hci']
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2025-09-23 22:58 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-12 20:56 [PATCH 4/4] ARM: dts: microchip: add I3C controller kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2025-09-22 1:15 kernel test robot
2025-09-18 9:54 [PATCH 0/4] Add microchip sama7d65 SoC I3C support Durai Manickam KR
2025-09-18 9:54 ` [PATCH 4/4] ARM: dts: microchip: add I3C controller Durai Manickam KR
2025-09-18 9:54 ` Durai Manickam KR
2025-09-18 15:44 ` Frank Li
2025-09-18 15:44 ` Frank Li
2025-09-18 15:48 ` Conor Dooley
2025-09-18 15:48 ` Conor Dooley
2025-09-14 2:14 kernel test robot
2025-09-09 11:13 [PATCH 0/4] Add Microchip " Durai Manickam KR
2025-09-09 11:13 ` [PATCH 4/4] ARM: dts: microchip: add " Durai Manickam KR
2025-09-09 11:13 ` Durai Manickam KR
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.