]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
apm821xx: fix typos in .dts files
authorChristian Lamparter <chunkeey@gmail.com>
Thu, 13 Aug 2020 15:47:07 +0000 (17:47 +0200)
committermaurerr <mariusd84@gmail.com>
Wed, 1 Sep 2021 08:06:54 +0000 (08:06 +0000)
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>
Signed-off-by: maurerr <mariusd84@gmail.com>
target/linux/apm821xx/dts/apm82181.dtsi

index 78679a234310d3200df2b3653c37666004ec6c7e..5be4487be087812b30f45bf85abc5ba8d37d1511 100644 (file)
@@ -25,7 +25,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               CPU00: cpu@0 {
+               CPU0: cpu@0 {
                        device_type = "cpu";
                        model = "PowerPC,apm82181";
                        reg = <0x00000000>;
                        dcr-reg = <0x240 0x009>;
                        interrupts = <0x1a IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-parent = <&UIC2>;
-
+                       status = "disabled";
                };
 
                TRNG: trng@110000 {