Fix syntax errors and warnings emitted by the GPL dtc.

This commit is contained in:
imp 2014-03-04 03:19:26 +00:00
parent 99c9726a00
commit 2647414ded
7 changed files with 10 additions and 11 deletions

View File

@ -105,7 +105,7 @@
ethernet@63fec000 {
status = "okay";
phy-mode = "rmii";
}
};
i2c@63fc4000 {
status = "okay";
};

View File

@ -95,7 +95,7 @@
#address-cells = <1>;
#size-cells = <1>;
interrupt-parent = <&tzic>;
ranges = <0x50000000 0x14000000>;
ranges = <0x0 0x50000000 0x14000000>;
aips@50000000 { /* AIPS1 */
compatible = "fsl,aips-bus", "simple-bus";

View File

@ -77,7 +77,6 @@
timer@20038000 {
compatible = "rockchip,rk30xx-timer";
compatible = "rockchip,rk3188-dw-apb-timer-osc";
reg = <0x20038000 0x20>;
interrupts = <76>;
clock-frequency = <24000000>;

View File

@ -28,13 +28,13 @@
/include/ "bcm2835.dtsi"
/memreserve/ 0x08000000 0x08000000; /* Set by VideoCore */
/ {
model = "Raspberry Pi (BCM2835)";
compatible = "raspberrypi,model-a", "raspberrypi,model-b",
"broadcom,bcm2835-vc", "broadcom,bcm2708-vc";
memreserve = <0x08000000 0x08000000>; /* Set by VideoCore */
memory {
device_type = "memory";
reg = <0 0x8000000>; /* 128MB, Set by VideoCore */

View File

@ -66,7 +66,7 @@
device-type = "cpu";
compatible = "sri-cambridge,beri";
reg = <0>;
reg = <0 1>;
status = "okay";
};
@ -75,7 +75,7 @@
device-type = "cpu";
compatible = "sri-cambridge,beri";
reg = <1>;
reg = <1 1>;
// XXX: should we need cached prefix?
cpu-release-addr = <0xffffffff 0x800fffe0>;
};

View File

@ -64,7 +64,7 @@
device-type = "cpu";
compatible = "sri-cambridge,beri";
reg = <0>;
reg = <0 1>;
status = "okay";
};
@ -73,7 +73,7 @@
device-type = "cpu";
compatible = "sri-cambridge,beri";
reg = <1>;
reg = <1 1>;
// XXX: should we need cached prefix?
cpu-release-addr = <0xffffffff 0x800fffe0>;
};

View File

@ -64,7 +64,7 @@
device-type = "cpu";
compatible = "sri-cambridge,beri";
reg = <0>;
reg = <0 1>;
status = "okay";
};
@ -73,7 +73,7 @@
device-type = "cpu";
compatible = "sri-cambridge,beri";
reg = <1>;
reg = <1 1>;
// XXX: should we need cached prefix?
cpu-release-addr = <0xffffffff 0x800fffe0>;
};