summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-01-17 08:56:18 +0100
committerDinh Nguyen <dinguyen@kernel.org>2024-02-01 07:25:55 -0600
commit2c373e75155bcc9c81060cdc07ee1b59e113bd2b (patch)
tree479047ce79a7397ecae2dd2acaf0018b480f8f32
parent6613476e225e090cc9aad49be7fa504e290dd33d (diff)
downloadlinux-2c373e75155bcc9c81060cdc07ee1b59e113bd2b.tar.gz
linux-2c373e75155bcc9c81060cdc07ee1b59e113bd2b.tar.bz2
linux-2c373e75155bcc9c81060cdc07ee1b59e113bd2b.zip
arm64: dts: intel: agilex5: drop "master" I3C node name suffix
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>
-rw-r--r--arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
index d66d425e45b7..1162978329c1 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
@@ -202,7 +202,7 @@
status = "disabled";
};
- i3c0: i3c-master@10da0000 {
+ i3c0: i3c@10da0000 {
compatible = "snps,dw-i3c-master-1.00a";
reg = <0x10da0000 0x1000>;
#address-cells = <3>;
@@ -212,7 +212,7 @@
status = "disabled";
};
- i3c1: i3c-master@10da1000 {
+ i3c1: i3c@10da1000 {
compatible = "snps,dw-i3c-master-1.00a";
reg = <0x10da1000 0x1000>;
#address-cells = <3>;