diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-12-23 09:07:19 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-01-09 15:35:06 +0800 |
commit | ff80398d2a11c6e22c9aae47b3fd01a48d377552 (patch) | |
tree | 3e6e0405c40f262ef9f36c3582aaa31c67e5c029 /arch/arm/boot/dts/imx7d.dtsi | |
parent | a52e537da7e900518e13503a957f15bf3ac901a9 (diff) |
ARM: dts: imx7: Unify temp-grade and speed-grade nodes
The following warning is seen when building with W=1:
arch/arm/boot/dts/imx7s.dtsi:551.39-553.7: Warning (unique_unit_address): /soc/aips-bus@30000000/ocotp-ctrl@30350000/temp-grade@10: duplicate unit-address (also used in node /soc/aips-bus@30000000/ocotp-ctrl@30350000/speed-grade@10)
Since temp-grade and speed-grade point to the same node, replace them by
a single one to avoid the duplicate unit-address warning.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7d.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi index d8acd7cc7918..92f6d0c2a74f 100644 --- a/arch/arm/boot/dts/imx7d.dtsi +++ b/arch/arm/boot/dts/imx7d.dtsi @@ -12,7 +12,7 @@ clock-frequency = <996000000>; operating-points-v2 = <&cpu0_opp_table>; #cooling-cells = <2>; - nvmem-cells = <&cpu_speed_grade>; + nvmem-cells = <&fuse_grade>; nvmem-cell-names = "speed_grade"; }; |