hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/exynos5.dtsi
....@@ -35,7 +35,7 @@
3535 #size-cells = <1>;
3636 ranges;
3737
38
- chipid@10000000 {
38
+ chipid: chipid@10000000 {
3939 compatible = "samsung,exynos4210-chipid";
4040 reg = <0x10000000 0x100>;
4141 };
....@@ -86,7 +86,7 @@
8686 };
8787
8888 gic: interrupt-controller@10481000 {
89
- compatible = "arm,gic-400", "arm,cortex-a15-gic", "arm,cortex-a9-gic";
89
+ compatible = "arm,gic-400", "arm,cortex-a15-gic";
9090 #interrupt-cells = <3>;
9191 interrupt-controller;
9292 reg = <0x10481000 0x1000>,
....@@ -211,13 +211,13 @@
211211 };
212212
213213 prng: rng@10830400 {
214
- compatible = "samsung,exynos5250-prng";
215
- reg = <0x10830400 0x200>;
214
+ compatible = "samsung,exynos5250-prng";
215
+ reg = <0x10830400 0x200>;
216216 };
217217
218218 trng: rng@10830600 {
219
- compatible = "samsung,exynos5250-trng";
220
- reg = <0x10830600 0x100>;
219
+ compatible = "samsung,exynos5250-trng";
220
+ reg = <0x10830600 0x100>;
221221 };
222222
223223 g2d: g2d@10850000 {