提交 55cd3e8b 编写于 作者: F Fabio Estevam 提交者: Shawn Guo

ARM: dts: vf610m4: Remove skeleton.dtsi inclusion

Since commit 9c0da3cc ("ARM: dts: explicitly mark skeleton.dtsi as
deprecated") the inclusion of skeleton.dtsi is deprecated, so
remove it as this file will eventually go away someday.

Move its content to the SoC dtsi file, so that the resultant dtb
is the same.
Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: NStefan Agner <stefan@agner.ch>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 4217fcc5
...@@ -42,10 +42,17 @@ ...@@ -42,10 +42,17 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "skeleton.dtsi"
#include "armv7-m.dtsi" #include "armv7-m.dtsi"
#include "vfxxx.dtsi" #include "vfxxx.dtsi"
/ {
#address-cells = <1>;
#size-cells = <1>;
chosen { };
aliases { };
memory { device_type = "memory"; reg = <0 0>; };
};
&mscm_ir { &mscm_ir {
interrupt-parent = <&nvic>; interrupt-parent = <&nvic>;
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册