arm64: dts: intel: agilex5: drop "master" I3C node name suffix
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 17 Jan 2024 07:56:18 +0000 (08:56 +0100)
committerDinh Nguyen <dinguyen@kernel.org>
Thu, 1 Feb 2024 13:25:55 +0000 (07:25 -0600)
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: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi

index d66d425e45b7d9f7035115c74ea829c53640502c..1162978329c1637aa0fd9a4adef16a9ae5017ac3 100644 (file)
                        status = "disabled";
                };
 
-               i3c0: i3c-master@10da0000 {
+               i3c0: i3c@10da0000 {
                        compatible = "snps,dw-i3c-master-1.00a";
                        reg = <0x10da0000 0x1000>;
                        #address-cells = <3>;
                        status = "disabled";
                };
 
-               i3c1: i3c-master@10da1000 {
+               i3c1: i3c@10da1000 {
                        compatible = "snps,dw-i3c-master-1.00a";
                        reg = <0x10da1000 0x1000>;
                        #address-cells = <3>;