Commit f2fb9eb3 authored by Domen Puncer's avatar Domen Puncer Committed by Kumar Gala

[POWERPC] 52xx: unbreak lite5200 dts (_pic vs. -pic)

Unbreak lite5200 dts, which were broken by
5c1992f8Signed-off-by: default avatarDomen Puncer <domen.puncer@telargo.com>
Acked-by: default avatarSylvain Munaut <tnt@246tNt.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent c199426e
......@@ -67,7 +67,7 @@ mpc5200_pic: pic@500 {
interrupt-controller;
#interrupt-cells = <3>;
device_type = "interrupt-controller";
compatible = "mpc5200_pic";
compatible = "mpc5200-pic";
reg = <500 80>;
built-in;
};
......
......@@ -67,7 +67,7 @@ mpc5200_pic: pic@500 {
interrupt-controller;
#interrupt-cells = <3>;
device_type = "interrupt-controller";
compatible = "mpc5200b-pic\0mpc5200_pic";
compatible = "mpc5200b-pic\0mpc5200-pic";
reg = <500 80>;
built-in;
};
......
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