Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4da722ca authored by Rob Herring's avatar Rob Herring
Browse files

dt-bindings: Remove "status" from examples



Pretty much any node can have a status property, so it doesn't need to
be in examples.

Converted with the following command and removed examples with SoC and
board specific splits:

git grep -l -E 'status.*=.*' Documentation/devicetree/ | xargs sed -i -E '/\sstatus.*=.*"(disabled|ok|okay)/d'

Acked-by: default avatarMark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent d587b82d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -108,6 +108,5 @@ Example:
			frame-number = <1>
			interrupts = <0 15 0x8>;
			reg = <0xf0003000 0x1000>;
			status = "disabled";
		};
	};
+0 −1
Original line number Diff line number Diff line
@@ -183,7 +183,6 @@ cpm_syscon0: system-controller@440000 {
		gpio-controller;
		#gpio-cells = <2>;
		gpio-ranges = <&cpm_pinctrl 0 0 32>;
		status = "disabled";
	};

};
+0 −2
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ Example:
			      <0x0 0x1f227000 0x0 0x1000>;
			interrupts = <0x0 0x87 0x4>;
			dma-coherent;
			status = "ok";
			clocks = <&sataclk 0>;
			phys = <&phy2 0>;
			phy-names = "sata-phy";
@@ -72,7 +71,6 @@ Example:
			      <0x0 0x1f237000 0x0 0x1000>;
			interrupts = <0x0 0x88 0x4>;
			dma-coherent;
			status = "ok";
			clocks = <&sataclk 0>;
			phys = <&phy3 0>;
			phy-names = "sata-phy";
+0 −1
Original line number Diff line number Diff line
@@ -13,5 +13,4 @@ Example:
		reg = <0x83fe0000 0x4000>;
		interrupts = <70>;
		clocks = <&clks 161>;
		status = "disabled";
	};
+0 −3
Original line number Diff line number Diff line
@@ -227,7 +227,6 @@ See the example below, where a more complete device tree is shown:
		};

		devbus-bootcs {
			status = "okay";
			ranges = <0 MBUS_ID(0x01, 0x2f) 0 0x8000000>;

			/* NOR */
@@ -240,7 +239,6 @@ See the example below, where a more complete device tree is shown:

		pcie-controller {
			compatible = "marvell,armada-xp-pcie";
			status = "okay";
			device_type = "pci";

			#address-cells = <3>;
@@ -258,7 +256,6 @@ See the example below, where a more complete device tree is shown:

			pcie@1,0 {
				/* Port 0, Lane 0 */
				status = "okay";
			};
		};

Loading