mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 05:54:08 +00:00
refactor(stm32mp1-fdts): remove nvmem_layout node
Remove the nvmem_layout node with compatible "st,stm32-nvmem-layout" no more used in TF-A code to simplify the device tree. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Change-Id: I3748b20b7d3c60ee64ead15541fac1fd12656600
This commit is contained in:
parent
c5bf1b0971
commit
578a4795ab
5 changed files with 0 additions and 102 deletions
|
@ -26,26 +26,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nvmem_layout: nvmem_layout@0 {
|
|
||||||
compatible = "st,stm32-nvmem-layout";
|
|
||||||
|
|
||||||
nvmem-cells = <&cfg0_otp>,
|
|
||||||
<&part_number_otp>,
|
|
||||||
<&monotonic_otp>,
|
|
||||||
<&nand_otp>,
|
|
||||||
<&nand2_otp>,
|
|
||||||
<&uid_otp>,
|
|
||||||
<&hw2_otp>;
|
|
||||||
|
|
||||||
nvmem-cell-names = "cfg0_otp",
|
|
||||||
"part_number_otp",
|
|
||||||
"monotonic_otp",
|
|
||||||
"nand_otp",
|
|
||||||
"nand2_otp",
|
|
||||||
"uid_otp",
|
|
||||||
"hw2_otp";
|
|
||||||
};
|
|
||||||
|
|
||||||
clocks {
|
clocks {
|
||||||
clk_csi: clk-csi {
|
clk_csi: clk-csi {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
|
|
|
@ -175,28 +175,6 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&nvmem_layout {
|
|
||||||
nvmem-cells = <&cfg0_otp>,
|
|
||||||
<&part_number_otp>,
|
|
||||||
<&monotonic_otp>,
|
|
||||||
<&nand_otp>,
|
|
||||||
<&nand2_otp>,
|
|
||||||
<&uid_otp>,
|
|
||||||
<&hw2_otp>,
|
|
||||||
<&pkh_otp>,
|
|
||||||
<&board_id>;
|
|
||||||
|
|
||||||
nvmem-cell-names = "cfg0_otp",
|
|
||||||
"part_number_otp",
|
|
||||||
"monotonic_otp",
|
|
||||||
"nand_otp",
|
|
||||||
"nand2_otp",
|
|
||||||
"uid_otp",
|
|
||||||
"hw2_otp",
|
|
||||||
"pkh_otp",
|
|
||||||
"board_id";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pka {
|
&pka {
|
||||||
secure-status = "okay";
|
secure-status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -24,26 +24,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nvmem_layout: nvmem_layout@0 {
|
|
||||||
compatible = "st,stm32-nvmem-layout";
|
|
||||||
|
|
||||||
nvmem-cells = <&cfg0_otp>,
|
|
||||||
<&part_number_otp>,
|
|
||||||
<&monotonic_otp>,
|
|
||||||
<&nand_otp>,
|
|
||||||
<&uid_otp>,
|
|
||||||
<&package_otp>,
|
|
||||||
<&hw2_otp>;
|
|
||||||
|
|
||||||
nvmem-cell-names = "cfg0_otp",
|
|
||||||
"part_number_otp",
|
|
||||||
"monotonic_otp",
|
|
||||||
"nand_otp",
|
|
||||||
"uid_otp",
|
|
||||||
"package_otp",
|
|
||||||
"hw2_otp";
|
|
||||||
};
|
|
||||||
|
|
||||||
psci {
|
psci {
|
||||||
compatible = "arm,psci-1.0";
|
compatible = "arm,psci-1.0";
|
||||||
method = "smc";
|
method = "smc";
|
||||||
|
|
|
@ -195,26 +195,6 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&nvmem_layout {
|
|
||||||
nvmem-cells = <&cfg0_otp>,
|
|
||||||
<&part_number_otp>,
|
|
||||||
<&monotonic_otp>,
|
|
||||||
<&nand_otp>,
|
|
||||||
<&uid_otp>,
|
|
||||||
<&package_otp>,
|
|
||||||
<&hw2_otp>,
|
|
||||||
<&board_id>;
|
|
||||||
|
|
||||||
nvmem-cell-names = "cfg0_otp",
|
|
||||||
"part_number_otp",
|
|
||||||
"monotonic_otp",
|
|
||||||
"nand_otp",
|
|
||||||
"uid_otp",
|
|
||||||
"package_otp",
|
|
||||||
"hw2_otp",
|
|
||||||
"board_id";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pwr_regulators {
|
&pwr_regulators {
|
||||||
vdd-supply = <&vdd>;
|
vdd-supply = <&vdd>;
|
||||||
vdd_3v3_usbfs-supply = <&vdd_usb>;
|
vdd_3v3_usbfs-supply = <&vdd_usb>;
|
||||||
|
|
|
@ -183,26 +183,6 @@
|
||||||
secure-status = "okay";
|
secure-status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&nvmem_layout {
|
|
||||||
nvmem-cells = <&cfg0_otp>,
|
|
||||||
<&part_number_otp>,
|
|
||||||
<&monotonic_otp>,
|
|
||||||
<&nand_otp>,
|
|
||||||
<&uid_otp>,
|
|
||||||
<&package_otp>,
|
|
||||||
<&hw2_otp>,
|
|
||||||
<&board_id>;
|
|
||||||
|
|
||||||
nvmem-cell-names = "cfg0_otp",
|
|
||||||
"part_number_otp",
|
|
||||||
"monotonic_otp",
|
|
||||||
"nand_otp",
|
|
||||||
"uid_otp",
|
|
||||||
"package_otp",
|
|
||||||
"hw2_otp",
|
|
||||||
"board_id";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pwr_regulators {
|
&pwr_regulators {
|
||||||
vdd-supply = <&vdd>;
|
vdd-supply = <&vdd>;
|
||||||
vdd_3v3_usbfs-supply = <&vdd_usb>;
|
vdd_3v3_usbfs-supply = <&vdd_usb>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue