mirror of https://github.com/hak5/openwrt.git
apm821xx: fix typos in .dts files
This patch fixes various typos or tab-vs-space issues in the APM821XX device targets Device-Tree source files. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>master
parent
e4c33462f9
commit
f589bd9283
|
@ -25,7 +25,7 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
CPU00: cpu@0 {
|
CPU0: cpu@0 {
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
model = "PowerPC,apm82181";
|
model = "PowerPC,apm82181";
|
||||||
reg = <0x00000000>;
|
reg = <0x00000000>;
|
||||||
|
@ -155,7 +155,7 @@
|
||||||
dcr-reg = <0x240 0x009>;
|
dcr-reg = <0x240 0x009>;
|
||||||
interrupts = <0x1a IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <0x1a IRQ_TYPE_LEVEL_HIGH>;
|
||||||
interrupt-parent = <&UIC2>;
|
interrupt-parent = <&UIC2>;
|
||||||
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
TRNG: trng@110000 {
|
TRNG: trng@110000 {
|
||||||
|
|
Loading…
Reference in New Issue