arm64: dts: freescale: Use hyphen in node names

DTS coding style prefers hyphens instead of underscores in the node
names.  Change should be safe, because node names are not considered an
ABI.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
master
Krzysztof Kozlowski 2025-12-23 16:26:25 +01:00 committed by Shawn Guo
parent 5a0ee673a7
commit 5ceddf531b
5 changed files with 7 additions and 7 deletions

View File

@ -278,7 +278,7 @@
clock-names = "sfp";
};
sec_mon: sec_mon@1e90000 {
sec_mon: sec-mon@1e90000 {
compatible = "fsl,sec-v5.4-mon", "fsl,sec-v5.0-mon",
"fsl,sec-v4.0-mon";
reg = <0x0 0x1e90000 0x0 0x10000>;

View File

@ -851,7 +851,7 @@
status = "disabled";
};
pcie_ep1: pcie_ep@3400000 {
pcie_ep1: pcie-ep@3400000 {
compatible = "fsl,ls1046a-pcie-ep";
reg = <0x00 0x03400000 0x0 0x00100000>,
<0x40 0x00000000 0x8 0x00000000>;
@ -890,7 +890,7 @@
status = "disabled";
};
pcie_ep2: pcie_ep@3500000 {
pcie_ep2: pcie-ep@3500000 {
compatible = "fsl,ls1046a-pcie-ep";
reg = <0x00 0x03500000 0x0 0x00100000>,
<0x48 0x00000000 0x8 0x00000000>;
@ -929,7 +929,7 @@
status = "disabled";
};
pcie_ep3: pcie_ep@3600000 {
pcie_ep3: pcie-ep@3600000 {
compatible = "fsl,ls1046a-pcie-ep";
reg = <0x00 0x03600000 0x0 0x00100000>,
<0x50 0x00000000 0x8 0x00000000>;

View File

@ -33,7 +33,7 @@
no-map;
};
rsc_table: rsc_table@b80ff000 {
rsc_table: rsc-table@b80ff000 {
reg = <0 0xb80ff000 0 0x1000>;
no-map;
};

View File

@ -215,7 +215,7 @@
no-map;
};
vpu_boot: vpu_boot@a0000000 {
vpu_boot: vpu-boot@a0000000 {
reg = <0 0xa0000000 0 0x100000>;
no-map;
};

View File

@ -40,7 +40,7 @@
linux,cma-default;
};
vpu_boot: vpu_boot@a0000000 {
vpu_boot: vpu-boot@a0000000 {
reg = <0 0xa0000000 0 0x100000>;
no-map;
};