Commit 392ab2e2 authored by Dave Gerlach's avatar Dave Gerlach Committed by Tony Lindgren

ARM: dts: am43xx: Add i2c voltage scaling firmware to wkup_m3_ipc

Add appropriate firmware-name property for all am43xx platforms.
Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
[dfustini: change property from 'ti,scale-data-fw' to 'firmware-name']
Signed-off-by: default avatarDrew Fustini <dfustini@baylibre.com>
Message-Id: <20220502021508.1342869-4-dfustini@baylibre.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d480ecc9
...@@ -1129,6 +1129,7 @@ &cpu { ...@@ -1129,6 +1129,7 @@ &cpu {
&wkup_m3_ipc { &wkup_m3_ipc {
ti,set-io-isolation; ti,set-io-isolation;
firmware-name = "am43x-evm-scale-data.bin";
}; };
&pruss1_mdio { &pruss1_mdio {
......
...@@ -893,6 +893,10 @@ vpfe0_ep: endpoint { ...@@ -893,6 +893,10 @@ vpfe0_ep: endpoint {
}; };
}; };
&wkup_m3_ipc {
firmware-name = "am43x-evm-scale-data.bin";
};
&pruss1_mdio { &pruss1_mdio {
status = "disabled"; status = "disabled";
}; };
...@@ -1019,6 +1019,10 @@ &cpu { ...@@ -1019,6 +1019,10 @@ &cpu {
cpu0-supply = <&dcdc2>; cpu0-supply = <&dcdc2>;
}; };
&wkup_m3_ipc {
firmware-name = "am43x-evm-scale-data.bin";
};
&pruss1_mdio { &pruss1_mdio {
status = "disabled"; status = "disabled";
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment