arm64: dts: imx93: drop "master" I3C node name suffix
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 17 Jan 2024 07:56:17 +0000 (08:56 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 5 Feb 2024 09:49:54 +0000 (17:49 +0800)
Following change in the I3C bindings, the "master" suffix in I3C
controller node name is discouraged (it is "controller" now) and not
accurate (if device supports also target mode).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93.dtsi

index 8f2e7c42ad6e8321a321b17ae2773c3de1aba5c7..601c94e1fac8ea222e1f59a48a1b1b6318eecfa4 100644 (file)
                                status = "disabled";
                        };
 
-                       i3c1: i3c-master@44330000 {
+                       i3c1: i3c@44330000 {
                                compatible = "silvaco,i3c-master-v1";
                                reg = <0x44330000 0x10000>;
                                interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";
                        };
 
-                       i3c2: i3c-master@42520000 {
+                       i3c2: i3c@42520000 {
                                compatible = "silvaco,i3c-master-v1";
                                reg = <0x42520000 0x10000>;
                                interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;