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
parent
5a0ee673a7
commit
5ceddf531b
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
no-map;
|
||||
};
|
||||
|
||||
rsc_table: rsc_table@b80ff000 {
|
||||
rsc_table: rsc-table@b80ff000 {
|
||||
reg = <0 0xb80ff000 0 0x1000>;
|
||||
no-map;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -215,7 +215,7 @@
|
|||
no-map;
|
||||
};
|
||||
|
||||
vpu_boot: vpu_boot@a0000000 {
|
||||
vpu_boot: vpu-boot@a0000000 {
|
||||
reg = <0 0xa0000000 0 0x100000>;
|
||||
no-map;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
linux,cma-default;
|
||||
};
|
||||
|
||||
vpu_boot: vpu_boot@a0000000 {
|
||||
vpu_boot: vpu-boot@a0000000 {
|
||||
reg = <0 0xa0000000 0 0x100000>;
|
||||
no-map;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue