]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Rename ams_ps/pl node names
authorMichal Simek <michal.simek@amd.com>
Mon, 10 Jul 2023 12:37:42 +0000 (14:37 +0200)
committerMichal Simek <michal.simek@amd.com>
Fri, 21 Jul 2023 07:00:39 +0000 (09:00 +0200)
Fix child node names to be aligned with dt-binding available in the Linux
kernel which requires names as ams-ps@ and ams-pl@.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/8f1451d614f654cb0d0da1e799e876c078fbf2c9.1688992653.git.michal.simek@amd.com
arch/arm/dts/zynqmp.dtsi

index 299ad1e7c039945611a31d222372c17637eb9907..6228149b886e1728a5073fd38aa4940253321f22 100644 (file)
                        #io-channel-cells = <1>;
                        ranges = <0 0 0xffa50800 0x800>;
 
-                       ams_ps: ams_ps@0 {
+                       ams_ps: ams-ps@0 {
                                compatible = "xlnx,zynqmp-ams-ps";
                                status = "disabled";
                                reg = <0x0 0x400>;
                        };
 
-                       ams_pl: ams_pl@400 {
+                       ams_pl: ams-pl@400 {
                                compatible = "xlnx,zynqmp-ams-pl";
                                status = "disabled";
                                reg = <0x400 0x400>;