|
@@ -6,7 +6,7 @@
|
|
|
|
|
|
/ {
|
|
/ {
|
|
core-module@10000000 {
|
|
core-module@10000000 {
|
|
- compatible = "arm,core-module-integrator", "syscon";
|
|
|
|
|
|
+ compatible = "arm,core-module-integrator", "syscon", "simple-mfd";
|
|
reg = <0x10000000 0x200>;
|
|
reg = <0x10000000 0x200>;
|
|
|
|
|
|
/* Use core module LED to indicate CPU load */
|
|
/* Use core module LED to indicate CPU load */
|
|
@@ -95,7 +95,7 @@
|
|
|
|
|
|
syscon {
|
|
syscon {
|
|
/* Debug registers mapped as syscon */
|
|
/* Debug registers mapped as syscon */
|
|
- compatible = "syscon";
|
|
|
|
|
|
+ compatible = "syscon", "simple-mfd";
|
|
reg = <0x1a000000 0x10>;
|
|
reg = <0x1a000000 0x10>;
|
|
|
|
|
|
led@04.0 {
|
|
led@04.0 {
|