[openwrt/openwrt] apm821xx: fix typos in .dts files
LEDE Commits
lede-commits at lists.infradead.org
Sat Aug 29 11:16:06 EDT 2020
chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f589bd9283457f0bfddfeb2af468a413a3802b9b
commit f589bd9283457f0bfddfeb2af468a413a3802b9b
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Thu Aug 13 17:47:07 2020 +0200
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 at gmail.com>
---
target/linux/apm821xx/dts/apm82181.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/apm821xx/dts/apm82181.dtsi b/target/linux/apm821xx/dts/apm82181.dtsi
index 78679a2343..5be4487be0 100644
--- a/target/linux/apm821xx/dts/apm82181.dtsi
+++ b/target/linux/apm821xx/dts/apm82181.dtsi
@@ -25,7 +25,7 @@
#address-cells = <1>;
#size-cells = <0>;
- CPU00: cpu at 0 {
+ CPU0: cpu at 0 {
device_type = "cpu";
model = "PowerPC,apm82181";
reg = <0x00000000>;
@@ -155,7 +155,7 @@
dcr-reg = <0x240 0x009>;
interrupts = <0x1a IRQ_TYPE_LEVEL_HIGH>;
interrupt-parent = <&UIC2>;
-
+ status = "disabled";
};
TRNG: trng at 110000 {
More information about the lede-commits
mailing list