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

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
...@@ -108,6 +108,5 @@ Example: ...@@ -108,6 +108,5 @@ Example:
frame-number = <1> frame-number = <1>
interrupts = <0 15 0x8>; interrupts = <0 15 0x8>;
reg = <0xf0003000 0x1000>; reg = <0xf0003000 0x1000>;
status = "disabled";
}; };
}; };
...@@ -183,7 +183,6 @@ cpm_syscon0: system-controller@440000 { ...@@ -183,7 +183,6 @@ cpm_syscon0: system-controller@440000 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-ranges = <&cpm_pinctrl 0 0 32>; gpio-ranges = <&cpm_pinctrl 0 0 32>;
status = "disabled";
}; };
}; };
...@@ -57,7 +57,6 @@ Example: ...@@ -57,7 +57,6 @@ Example:
<0x0 0x1f227000 0x0 0x1000>; <0x0 0x1f227000 0x0 0x1000>;
interrupts = <0x0 0x87 0x4>; interrupts = <0x0 0x87 0x4>;
dma-coherent; dma-coherent;
status = "ok";
clocks = <&sataclk 0>; clocks = <&sataclk 0>;
phys = <&phy2 0>; phys = <&phy2 0>;
phy-names = "sata-phy"; phy-names = "sata-phy";
...@@ -72,7 +71,6 @@ Example: ...@@ -72,7 +71,6 @@ Example:
<0x0 0x1f237000 0x0 0x1000>; <0x0 0x1f237000 0x0 0x1000>;
interrupts = <0x0 0x88 0x4>; interrupts = <0x0 0x88 0x4>;
dma-coherent; dma-coherent;
status = "ok";
clocks = <&sataclk 0>; clocks = <&sataclk 0>;
phys = <&phy3 0>; phys = <&phy3 0>;
phy-names = "sata-phy"; phy-names = "sata-phy";
......
...@@ -13,5 +13,4 @@ Example: ...@@ -13,5 +13,4 @@ Example:
reg = <0x83fe0000 0x4000>; reg = <0x83fe0000 0x4000>;
interrupts = <70>; interrupts = <70>;
clocks = <&clks 161>; clocks = <&clks 161>;
status = "disabled";
}; };
...@@ -227,7 +227,6 @@ See the example below, where a more complete device tree is shown: ...@@ -227,7 +227,6 @@ See the example below, where a more complete device tree is shown:
}; };
devbus-bootcs { devbus-bootcs {
status = "okay";
ranges = <0 MBUS_ID(0x01, 0x2f) 0 0x8000000>; ranges = <0 MBUS_ID(0x01, 0x2f) 0 0x8000000>;
/* NOR */ /* NOR */
...@@ -240,7 +239,6 @@ See the example below, where a more complete device tree is shown: ...@@ -240,7 +239,6 @@ See the example below, where a more complete device tree is shown:
pcie-controller { pcie-controller {
compatible = "marvell,armada-xp-pcie"; compatible = "marvell,armada-xp-pcie";
status = "okay";
device_type = "pci"; device_type = "pci";
#address-cells = <3>; #address-cells = <3>;
...@@ -258,7 +256,6 @@ See the example below, where a more complete device tree is shown: ...@@ -258,7 +256,6 @@ See the example below, where a more complete device tree is shown:
pcie@1,0 { pcie@1,0 {
/* Port 0, Lane 0 */ /* Port 0, Lane 0 */
status = "okay";
}; };
}; };
......
...@@ -84,7 +84,6 @@ gmi@70090000 { ...@@ -84,7 +84,6 @@ gmi@70090000 {
reset-names = "gmi"; reset-names = "gmi";
ranges = <4 0 0xd0000000 0xfffffff>; ranges = <4 0 0xd0000000 0xfffffff>;
status = "okay";
bus@4,0 { bus@4,0 {
compatible = "simple-bus"; compatible = "simple-bus";
...@@ -121,7 +120,6 @@ gmi@70090000 { ...@@ -121,7 +120,6 @@ gmi@70090000 {
reset-names = "gmi"; reset-names = "gmi";
ranges = <4 0 0xd0000000 0xfffffff>; ranges = <4 0 0xd0000000 0xfffffff>;
status = "okay";
can@4,0 { can@4,0 {
reg = <4 0 0x100>; reg = <4 0 0x100>;
......
...@@ -33,7 +33,6 @@ Example: ...@@ -33,7 +33,6 @@ Example:
#size-cells = <1>; #size-cells = <1>;
ranges = <0x702c0000 0x0 0x702c0000 0x00040000>; ranges = <0x702c0000 0x0 0x702c0000 0x00040000>;
status = "disabled";
child1 { child1 {
... ...
......
...@@ -102,7 +102,6 @@ uart4: serial@80010000 { ...@@ -102,7 +102,6 @@ uart4: serial@80010000 {
reg = <0x80010000 0x4000>; reg = <0x80010000 0x4000>;
clocks = <&acc CLKID_SYS_UART4>, <&acc CLKID_AHB_UART4>; clocks = <&acc CLKID_SYS_UART4>, <&acc CLKID_AHB_UART4>;
interrupts = <19>; interrupts = <19>;
status = "disabled";
}; };
Clock consumer with only one, _AHB_ sink. Clock consumer with only one, _AHB_ sink.
......
...@@ -41,5 +41,4 @@ Example: UART controller node that consumes the clock and reset generated ...@@ -41,5 +41,4 @@ Example: UART controller node that consumes the clock and reset generated
interrupts = <0 90 1>; interrupts = <0 90 1>;
clocks = <&clkc_AO CLKID_AO_UART1>; clocks = <&clkc_AO CLKID_AO_UART1>;
resets = <&clkc_AO RESET_AO_UART1>; resets = <&clkc_AO RESET_AO_UART1>;
status = "disabled";
}; };
...@@ -33,5 +33,4 @@ Example: UART controller node that consumes the clock generated by the clock ...@@ -33,5 +33,4 @@ Example: UART controller node that consumes the clock generated by the clock
reg = <0xc81004c0 0x14>; reg = <0xc81004c0 0x14>;
interrupts = <0 90 1>; interrupts = <0 90 1>;
clocks = <&clkc CLKID_CLK81>; clocks = <&clkc CLKID_CLK81>;
status = "disabled";
}; };
...@@ -39,5 +39,4 @@ Example: UART controller node that consumes the clock generated by the clock ...@@ -39,5 +39,4 @@ Example: UART controller node that consumes the clock generated by the clock
reg = <0xc81004c0 0x14>; reg = <0xc81004c0 0x14>;
interrupts = <0 90 1>; interrupts = <0 90 1>;
clocks = <&clkc CLKID_CLK81>; clocks = <&clkc CLKID_CLK81>;
status = "disabled";
}; };
...@@ -46,7 +46,6 @@ Device tree example: ...@@ -46,7 +46,6 @@ Device tree example:
uart@3e002000 { uart@3e002000 {
compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
status = "disabled";
reg = <0x3e002000 0x1000>; reg = <0x3e002000 0x1000>;
clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB3>; clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB3>;
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
......
...@@ -465,5 +465,4 @@ Example 3: UART controller node that consumes the clock generated by the clock ...@@ -465,5 +465,4 @@ Example 3: UART controller node that consumes the clock generated by the clock
clock-names = "uart", "clk_uart_baud0"; clock-names = "uart", "clk_uart_baud0";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart0_bus>; pinctrl-0 = <&uart0_bus>;
status = "disabled";
}; };
...@@ -38,5 +38,4 @@ Examples: ...@@ -38,5 +38,4 @@ Examples:
clocks = <&crg_ctrl HI3660_CLK_MUX_UART0>, clocks = <&crg_ctrl HI3660_CLK_MUX_UART0>,
<&crg_ctrl HI3660_PCLK>; <&crg_ctrl HI3660_PCLK>;
clock-names = "uartclk", "apb_pclk"; clock-names = "uartclk", "apb_pclk";
status = "disabled";
}; };
...@@ -27,5 +27,4 @@ Examples: ...@@ -27,5 +27,4 @@ Examples:
interrupts = <0 49 4>; interrupts = <0 49 4>;
clocks = <&clock HIX5HD2_FIXED_83M>; clocks = <&clock HIX5HD2_FIXED_83M>;
clock-names = "apb_pclk"; clock-names = "apb_pclk";
status = "disabled";
}; };
...@@ -24,5 +24,4 @@ Examples: ...@@ -24,5 +24,4 @@ Examples:
clocks = <&clks IMX21_CLK_UART1_IPG_GATE>, clocks = <&clks IMX21_CLK_UART1_IPG_GATE>,
<&clks IMX21_CLK_PER1>; <&clks IMX21_CLK_PER1>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled";
}; };
...@@ -67,5 +67,4 @@ auart0: serial@8006c000 { ...@@ -67,5 +67,4 @@ auart0: serial@8006c000 {
reg = <0x8006c000 0x2000>; reg = <0x8006c000 0x2000>;
interrupts = <24 25 23>; interrupts = <24 25 23>;
clocks = <&clks 32>; clocks = <&clks 32>;
status = "disabled";
}; };
...@@ -157,5 +157,4 @@ uart1: serial@43f90000 { ...@@ -157,5 +157,4 @@ uart1: serial@43f90000 {
interrupts = <45>; interrupts = <45>;
clocks = <&clks 79>, <&clks 50>; clocks = <&clks 79>, <&clks 50>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled";
}; };
...@@ -24,5 +24,4 @@ Examples: ...@@ -24,5 +24,4 @@ Examples:
clocks = <&clks IMX27_CLK_UART1_IPG_GATE>, clocks = <&clks IMX27_CLK_UART1_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>; <&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled";
}; };
...@@ -90,5 +90,4 @@ auart0: serial@8006a000 { ...@@ -90,5 +90,4 @@ auart0: serial@8006a000 {
reg = <0x8006a000 0x2000>; reg = <0x8006a000 0x2000>;
interrupts = <112 70 71>; interrupts = <112 70 71>;
clocks = <&clks 45>; clocks = <&clks 45>;
status = "disabled";
}; };
...@@ -87,5 +87,4 @@ uart1: serial@43f90000 { ...@@ -87,5 +87,4 @@ uart1: serial@43f90000 {
interrupts = <45>; interrupts = <45>;
clocks = <&clks 10>, <&clks 30>; clocks = <&clks 10>, <&clks 30>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled";
}; };
...@@ -25,5 +25,4 @@ can1: can@53fc8000 { ...@@ -25,5 +25,4 @@ can1: can@53fc8000 {
interrupts = <82>; interrupts = <82>;
clocks = <&clks IMX5_CLK_CAN1_IPG_GATE>, <&clks IMX5_CLK_CAN1_SERIAL_GATE>; clocks = <&clks IMX5_CLK_CAN1_IPG_GATE>, <&clks IMX5_CLK_CAN1_SERIAL_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled";
}; };
...@@ -27,5 +27,4 @@ uart1: serial@02020000 { ...@@ -27,5 +27,4 @@ uart1: serial@02020000 {
interrupts = <0 26 0x04>; interrupts = <0 26 0x04>;
clocks = <&clks IMX6QDL_CLK_UART_IPG>, <&clks IMX6QDL_CLK_UART_SERIAL>; clocks = <&clks IMX6QDL_CLK_UART_IPG>, <&clks IMX6QDL_CLK_UART_SERIAL>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled";
}; };
...@@ -66,7 +66,6 @@ clock@70110000 { ...@@ -66,7 +66,6 @@ clock@70110000 {
#clock-cells = <0>; #clock-cells = <0>;
clock-output-names = "dfllCPU_out"; clock-output-names = "dfllCPU_out";
vdd-cpu-supply = <&vdd_cpu>; vdd-cpu-supply = <&vdd_cpu>;
status = "okay";
nvidia,sample-rate = <12500>; nvidia,sample-rate = <12500>;
nvidia,droop-ctrl = <0x00000f00>; nvidia,droop-ctrl = <0x00000f00>;
......
...@@ -12,5 +12,4 @@ Examples: ...@@ -12,5 +12,4 @@ Examples:
pxa2xx_clks: pxa2xx_clks@41300004 { pxa2xx_clks: pxa2xx_clks@41300004 {
compatible = "marvell,pxa-clocks"; compatible = "marvell,pxa-clocks";
#clock-cells = <1>; #clock-cells = <1>;
status = "okay";
}; };
...@@ -81,5 +81,4 @@ Examples ...@@ -81,5 +81,4 @@ Examples
dma-names = "tx", "rx"; dma-names = "tx", "rx";
power-domains = <&cpg>; power-domains = <&cpg>;
resets = <&cpg 310>; resets = <&cpg 310>;
status = "disabled";
}; };
...@@ -44,5 +44,4 @@ Examples ...@@ -44,5 +44,4 @@ Examples
interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp3_clks R8A7778_CLK_SDHI0>; clocks = <&mstp3_clks R8A7778_CLK_SDHI0>;
power-domains = <&cpg_clocks>; power-domains = <&cpg_clocks>;
status = "disabled";
}; };
...@@ -50,5 +50,4 @@ Examples ...@@ -50,5 +50,4 @@ Examples
clocks = <&mstp3_clks R7S72100_CLK_MTU2>; clocks = <&mstp3_clks R7S72100_CLK_MTU2>;
clock-names = "fck"; clock-names = "fck";
power-domains = <&cpg_clocks>; power-domains = <&cpg_clocks>;
status = "disabled";
}; };
...@@ -46,5 +46,4 @@ Example: UART controller node that consumes the clock generated by the clock ...@@ -46,5 +46,4 @@ Example: UART controller node that consumes the clock generated by the clock
interrupts = <1 23 3 4>, <1 23 4 4>; interrupts = <1 23 3 4>, <1 23 4 4>;
clock-names = "uart", "clk_uart_baud2"; clock-names = "uart", "clk_uart_baud2";
clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>; clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>;
status = "disabled";
}; };
...@@ -46,5 +46,4 @@ Example: UART controller node that consumes the clock generated by the clock ...@@ -46,5 +46,4 @@ Example: UART controller node that consumes the clock generated by the clock
clock-names = "uart", "clk_uart_baud2", "clk_uart_baud3"; clock-names = "uart", "clk_uart_baud2", "clk_uart_baud3";
clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>, clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>,
<&clocks SCLK_UART>; <&clocks SCLK_UART>;
status = "disabled";
}; };
...@@ -52,5 +52,4 @@ Example: UART controller node that consumes the clock generated by the clock ...@@ -52,5 +52,4 @@ Example: UART controller node that consumes the clock generated by the clock
"clk_uart_baud3"; "clk_uart_baud3";
clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>, clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>,
<&clocks SCLK_UART>; <&clocks SCLK_UART>;
status = "disabled";
}; };
...@@ -73,5 +73,4 @@ Example: UART controller node that consumes the clock generated by the clock ...@@ -73,5 +73,4 @@ Example: UART controller node that consumes the clock generated by the clock
"clk_uart_baud3"; "clk_uart_baud3";
clocks = <&clock PCLK_UART0>, <&clocks PCLK_UART0>, clocks = <&clock PCLK_UART0>, <&clocks PCLK_UART0>,
<&clock SCLK_UART>; <&clock SCLK_UART>;
status = "disabled";
}; };
...@@ -74,5 +74,4 @@ Example: UART controller node that consumes the clock generated by the clock ...@@ -74,5 +74,4 @@ Example: UART controller node that consumes the clock generated by the clock
"clk_uart_baud1"; "clk_uart_baud1";
clocks = <&clocks UART0>, <&clocks UART0>, clocks = <&clocks UART0>, <&clocks UART0>,
<&clocks SCLK_UART0>; <&clocks SCLK_UART0>;
status = "disabled";
}; };
...@@ -81,13 +81,11 @@ atl: atl@4843c000 { ...@@ -81,13 +81,11 @@ atl: atl@4843c000 {
<&atl_clkin2_ck>, <&atl_clkin3_ck>; <&atl_clkin2_ck>, <&atl_clkin3_ck>;
clocks = <&atl_gfclk_mux>; clocks = <&atl_gfclk_mux>;
clock-names = "fck"; clock-names = "fck";
status = "disabled";
}; };
#include <dt-bindings/clk/ti-dra7-atl.h> #include <dt-bindings/clk/ti-dra7-atl.h>
&atl { &atl {
status = "okay";
atl2 { atl2 {
bws = <DRA7_ATL_WS_MCASP2_FSX>; bws = <DRA7_ATL_WS_MCASP2_FSX>;
......
...@@ -31,5 +31,4 @@ uart0: serial@0x09405000 { ...@@ -31,5 +31,4 @@ uart0: serial@0x09405000 {
reg = <0x09405000 0x1000>; reg = <0x09405000 0x1000>;
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&lsp1clk ZX296702_UART0_PCLK>; clocks = <&lsp1clk ZX296702_UART0_PCLK>;
status = "disabled";
}; };
...@@ -34,5 +34,4 @@ usbphy0:usb-phy0 { ...@@ -34,5 +34,4 @@ usbphy0:usb-phy0 {
#phy-cells = <0>; #phy-cells = <0>;
clocks = <&topclk USB20_PHY_CLK>; clocks = <&topclk USB20_PHY_CLK>;
clock-names = "phyclk"; clock-names = "phyclk";
status = "okay";
}; };
...@@ -13,5 +13,4 @@ dcp@80028000 { ...@@ -13,5 +13,4 @@ dcp@80028000 {
compatible = "fsl,imx28-dcp", "fsl,imx23-dcp"; compatible = "fsl,imx28-dcp", "fsl,imx23-dcp";
reg = <0x80028000 0x2000>; reg = <0x80028000 0x2000>;
interrupts = <52 53>; interrupts = <52 53>;
status = "okay";
}; };
...@@ -25,5 +25,4 @@ Example: ...@@ -25,5 +25,4 @@ Example:
"eip"; "eip";
clocks = <&cpm_syscon0 1 26>; clocks = <&cpm_syscon0 1 26>;
dma-mask = <0xff 0xffffffff>; dma-mask = <0xff 0xffffffff>;
status = "disabled";
}; };
...@@ -41,5 +41,4 @@ Examples: ...@@ -41,5 +41,4 @@ Examples:
clock-names = "cesa0", "cesa1"; clock-names = "cesa0", "cesa1";
marvell,crypto-srams = <&crypto_sram0>, <&crypto_sram1>; marvell,crypto-srams = <&crypto_sram0>, <&crypto_sram1>;
marvell,crypto-sram-size = <0x600>; marvell,crypto-sram-size = <0x600>;
status = "okay";
}; };
...@@ -29,5 +29,4 @@ Examples: ...@@ -29,5 +29,4 @@ Examples:
interrupts = <22>; interrupts = <22>;
marvell,crypto-srams = <&crypto_sram>; marvell,crypto-srams = <&crypto_sram>;
marvell,crypto-sram-size = <0x600>; marvell,crypto-sram-size = <0x600>;
status = "okay";
}; };
...@@ -25,5 +25,4 @@ Examples: ...@@ -25,5 +25,4 @@ Examples:
clock-names = "aclk", "hclk", "sclk", "apb_pclk"; clock-names = "aclk", "hclk", "sclk", "apb_pclk";
resets = <&cru SRST_CRYPTO>; resets = <&cru SRST_CRYPTO>;
reset-names = "crypto-rst"; reset-names = "crypto-rst";
status = "okay";
}; };
...@@ -15,5 +15,4 @@ Example: ...@@ -15,5 +15,4 @@ Example:
rockchip,pmu = <&pmugrf>; rockchip,pmu = <&pmugrf>;
clocks = <&cru PCLK_DDR_MON>; clocks = <&cru PCLK_DDR_MON>;
clock-names = "pclk_ddr_mon"; clock-names = "pclk_ddr_mon";
status = "disabled";
}; };
...@@ -205,5 +205,4 @@ Example: ...@@ -205,5 +205,4 @@ Example:
rockchip,phy_lpddr4_ck_cs_drv = <PHY_DRV_ODT_80>; rockchip,phy_lpddr4_ck_cs_drv = <PHY_DRV_ODT_80>;
rockchip,phy_lpddr4_dq_drv = <PHY_DRV_ODT_80>; rockchip,phy_lpddr4_dq_drv = <PHY_DRV_ODT_80>;
rockchip,phy_lpddr4_odt = <PHY_DRV_ODT_60>; rockchip,phy_lpddr4_odt = <PHY_DRV_ODT_60>;
status = "disabled";
}; };
...@@ -34,7 +34,6 @@ Example: ...@@ -34,7 +34,6 @@ Example:
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_fb>; pinctrl-0 = <&pinctrl_fb>;
display = <&display0>; display = <&display0>;
status = "okay";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
...@@ -23,7 +23,6 @@ Example: ...@@ -23,7 +23,6 @@ Example:
interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&lcdc_clk>, <&lcdck>, <&clk32k>; clocks = <&lcdc_clk>, <&lcdck>, <&clk32k>;
clock-names = "periph_clk","sys_clk", "slow_clk"; clock-names = "periph_clk","sys_clk", "slow_clk";
status = "disabled";
hlcdc-display-controller { hlcdc-display-controller {
compatible = "atmel,hlcdc-display-controller"; compatible = "atmel,hlcdc-display-controller";
......
...@@ -33,7 +33,6 @@ stdp2690-ge-b850v3-fw required properties: ...@@ -33,7 +33,6 @@ stdp2690-ge-b850v3-fw required properties:
Example: Example:
&mux2_i2c2 { &mux2_i2c2 {
status = "okay";
clock-frequency = <100000>; clock-frequency = <100000>;
stdp4028@73 { stdp4028@73 {
......
...@@ -43,7 +43,6 @@ Example: ...@@ -43,7 +43,6 @@ Example:
clocks = <&cpg CPG_CORE R8A7795_CLK_S0D4>, <&cpg CPG_MOD 729>; clocks = <&cpg CPG_CORE R8A7795_CLK_S0D4>, <&cpg CPG_MOD 729>;
clock-names = "iahb", "isfr"; clock-names = "iahb", "isfr";
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
status = "disabled";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -14,5 +14,4 @@ timing-controller@4003d000 { ...@@ -14,5 +14,4 @@ timing-controller@4003d000 {
reg = <0x4003d000 0x1000>; reg = <0x4003d000 0x1000>;
clocks = <&clks VF610_CLK_TCON0>; clocks = <&clks VF610_CLK_TCON0>;
clock-names = "ipg"; clock-names = "ipg";
status = "okay";
}; };
...@@ -23,7 +23,6 @@ Example: ...@@ -23,7 +23,6 @@ Example:
reg = <0x44000000 0x10000>; reg = <0x44000000 0x10000>;
interrupts = <17>; interrupts = <17>;
clocks = <&clks CLK_LCD>; clocks = <&clks CLK_LCD>;
status = "okay";
port { port {
lcdc_out: endpoint { lcdc_out: endpoint {
......
...@@ -18,6 +18,5 @@ Example: ...@@ -18,6 +18,5 @@ Example:
power-supply = <...>; power-supply = <...>;
backlight = <&backlight>; backlight = <&backlight>;
enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
status = "okay";
}; };
}; };
...@@ -59,7 +59,6 @@ Example: ...@@ -59,7 +59,6 @@ Example:
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&edp_hpd>; pinctrl-0 = <&edp_hpd>;
status = "disabled";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -43,7 +43,6 @@ hdmi: hdmi@ff980000 { ...@@ -43,7 +43,6 @@ hdmi: hdmi@ff980000 {
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>; clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>;
clock-names = "iahb", "isfr"; clock-names = "iahb", "isfr";
status = "disabled";
ports { ports {
hdmi_in: port { hdmi_in: port {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -36,7 +36,6 @@ Example: ...@@ -36,7 +36,6 @@ Example:
resets = <&cru SRST_MIPIDSI0>; resets = <&cru SRST_MIPIDSI0>;
reset-names = "apb"; reset-names = "apb";
rockchip,grf = <&grf>; rockchip,grf = <&grf>;
status = "okay";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
...@@ -65,6 +64,5 @@ Example: ...@@ -65,6 +64,5 @@ Example:
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&lcd_en>; pinctrl-0 = <&lcd_en>;
backlight = <&backlight>; backlight = <&backlight>;
status = "okay";
}; };
}; };
...@@ -25,7 +25,6 @@ hdmi: hdmi@20034000 { ...@@ -25,7 +25,6 @@ hdmi: hdmi@20034000 {
clock-names = "pclk"; clock-names = "pclk";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&hdmi_ctl>; pinctrl-0 = <&hdmi_ctl>;
status = "disabled";
hdmi_in: port { hdmi_in: port {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -28,6 +28,5 @@ chosen { ...@@ -28,6 +28,5 @@ chosen {
allwinner,pipeline = "de_be0-lcd0-hdmi"; allwinner,pipeline = "de_be0-lcd0-hdmi";
clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 43>, clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 43>,
<&ahb_gates 44>; <&ahb_gates 44>;
status = "disabled";
}; };
}; };
...@@ -260,7 +260,6 @@ hdmi: hdmi@01c16000 { ...@@ -260,7 +260,6 @@ hdmi: hdmi@01c16000 {
<&dma SUN4I_DMA_NORMAL 16>, <&dma SUN4I_DMA_NORMAL 16>,
<&dma SUN4I_DMA_DEDICATED 24>; <&dma SUN4I_DMA_DEDICATED 24>;
dma-names = "ddc-tx", "ddc-rx", "audio-tx"; dma-names = "ddc-tx", "ddc-rx", "audio-tx";
status = "disabled";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -72,5 +72,4 @@ sai2: sai@40031000 { ...@@ -72,5 +72,4 @@ sai2: sai@40031000 {
dma-names = "tx", "rx"; dma-names = "tx", "rx";
dmas = <&edma0 0 21>, dmas = <&edma0 0 21>,
<&edma0 0 20>; <&edma0 0 20>;
status = "disabled";
}; };
...@@ -30,7 +30,6 @@ xor@d0060900 { ...@@ -30,7 +30,6 @@ xor@d0060900 {
reg = <0xd0060900 0x100 reg = <0xd0060900 0x100
0xd0060b00 0x100>; 0xd0060b00 0x100>;
clocks = <&coreclk 0>; clocks = <&coreclk 0>;
status = "okay";
xor00 { xor00 {
interrupts = <51>; interrupts = <51>;
......
...@@ -48,7 +48,6 @@ Each dmas request consists of 3 cells: ...@@ -48,7 +48,6 @@ Each dmas request consists of 3 cells:
Example: Example:
spi4: spi@1a280000 { spi4: spi@1a280000 {
status = "ok";
spi-max-frequency = <50000000>; spi-max-frequency = <50000000>;
pinctrl-0 = <&spi_pins>; pinctrl-0 = <&spi_pins>;
......
...@@ -63,7 +63,6 @@ Example: ...@@ -63,7 +63,6 @@ Example:
compatible = "arm,pl011", "arm,primecell"; compatible = "arm,pl011", "arm,primecell";
reg = <0xe0000000 0x1000>; reg = <0xe0000000 0x1000>;
interrupts = <0 35 0x4>; interrupts = <0 35 0x4>;
status = "disabled";
dmas = <&dmahost 12 0 1>, dmas = <&dmahost 12 0 1>,
<&dmahost 13 0 1 0>; <&dmahost 13 0 1 0>;
dma-names = "rx", "rx"; dma-names = "rx", "rx";
......
...@@ -69,7 +69,6 @@ Example: ...@@ -69,7 +69,6 @@ Example:
sti_uni_player2: sti-uni-player@2 { sti_uni_player2: sti-uni-player@2 {
compatible = "st,sti-uni-player"; compatible = "st,sti-uni-player";
status = "disabled";
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
st,syscfg = <&syscfg_core>; st,syscfg = <&syscfg_core>;
clocks = <&clk_s_d0_flexgen CLK_PCM_2>; clocks = <&clk_s_d0_flexgen CLK_PCM_2>;
......
...@@ -135,5 +135,4 @@ Example: ...@@ -135,5 +135,4 @@ Example:
<&dma 13 0 0x0>; /* Logical - MemToDev */ <&dma 13 0 0x0>; /* Logical - MemToDev */
dma-names = "rx", "rx"; dma-names = "rx", "rx";
status = "disabled";
}; };
...@@ -40,7 +40,6 @@ Example: ...@@ -40,7 +40,6 @@ Example:
clock-names = "ahb", "mod"; clock-names = "ahb", "mod";
dmas = <&dma 1 29>, <&dma 1 28>; dmas = <&dma 1 29>, <&dma 1 28>;
dma-names = "rx", "tx"; dma-names = "rx", "tx";
status = "disabled";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
}; };
...@@ -62,7 +62,6 @@ uart1: serial@4806a000 { ...@@ -62,7 +62,6 @@ uart1: serial@4806a000 {
interrupts-extended = <&gic GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; interrupts-extended = <&gic GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
ti,hwmods = "uart1"; ti,hwmods = "uart1";
clock-frequency = <48000000>; clock-frequency = <48000000>;
status = "disabled";
/* Requesting crossbar input 49 and 50 */ /* Requesting crossbar input 49 and 50 */
dmas = <&sdma_xbar 49>, <&sdma_xbar 50>; dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
dma-names = "tx", "rx"; dma-names = "tx", "rx";
......
...@@ -102,7 +102,6 @@ mcasp0: mcasp@48038000 { ...@@ -102,7 +102,6 @@ mcasp0: mcasp@48038000 {
reg-names = "mpu", "dat"; reg-names = "mpu", "dat";
interrupts = <80>, <81>; interrupts = <80>, <81>;
interrupt-names = "tx", "rx"; interrupt-names = "tx", "rx";
status = "disabled";
/* DMA channels 8 and 9 executed on eDMA TC2 - high priority queue */ /* DMA channels 8 and 9 executed on eDMA TC2 - high priority queue */
dmas = <&edma 8 2>, dmas = <&edma 8 2>,
<&edma 9 2>; <&edma 9 2>;
......
...@@ -31,7 +31,6 @@ Example for full FPGA configuration: ...@@ -31,7 +31,6 @@ Example for full FPGA configuration:
cell-index = <1>; cell-index = <1>;
interrupts = <92>; interrupts = <92>;
clocks = <&coreclk 0>; clocks = <&coreclk 0>;
status = "okay";
fpga_mgr_spi: fpga-mgr@0 { fpga_mgr_spi: fpga-mgr@0 {
compatible = "xlnx,fpga-slave-serial"; compatible = "xlnx,fpga-slave-serial";
......
...@@ -23,7 +23,6 @@ gpio0: gpio@1100 { ...@@ -23,7 +23,6 @@ gpio0: gpio@1100 {
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0x1100 0x080>; reg = <0x1100 0x080>;
interrupts = <78 0x8>; interrupts = <78 0x8>;
status = "okay";
}; };
Example of gpio-controller node for a ls2080a SoC: Example of gpio-controller node for a ls2080a SoC:
......
...@@ -42,7 +42,6 @@ spics: spics@e0700000{ ...@@ -42,7 +42,6 @@ spics: spics@e0700000{
spi0: spi@e0100000 { spi0: spi@e0100000 {
status = "okay";
num-cs = <3>; num-cs = <3>;
cs-gpios = <&gpio1 7 0>, <&spics 0>, cs-gpios = <&gpio1 7 0>, <&spics 0>,
<&spics 1>; <&spics 1>;
......
...@@ -51,7 +51,6 @@ Example for GK20A: ...@@ -51,7 +51,6 @@ Example for GK20A:
resets = <&tegra_car 184>; resets = <&tegra_car 184>;
reset-names = "gpu"; reset-names = "gpu";
iommus = <&mc TEGRA_SWGROUP_GPU>; iommus = <&mc TEGRA_SWGROUP_GPU>;
status = "disabled";
}; };
Example for GM20B: Example for GM20B:
...@@ -70,7 +69,6 @@ Example for GM20B: ...@@ -70,7 +69,6 @@ Example for GM20B:
resets = <&tegra_car 184>; resets = <&tegra_car 184>;
reset-names = "gpu"; reset-names = "gpu";
iommus = <&mc TEGRA_SWGROUP_GPU>; iommus = <&mc TEGRA_SWGROUP_GPU>;
status = "disabled";
}; };
Example for GP10B: Example for GP10B:
...@@ -89,5 +87,4 @@ Example for GP10B: ...@@ -89,5 +87,4 @@ Example for GP10B:
reset-names = "gpu"; reset-names = "gpu";
power-domains = <&bpmp TEGRA186_POWER_DOMAIN_GPU>; power-domains = <&bpmp TEGRA186_POWER_DOMAIN_GPU>;
iommus = <&smmu TEGRA186_SID_GPU>; iommus = <&smmu TEGRA186_SID_GPU>;
status = "disabled";
}; };
...@@ -24,5 +24,4 @@ Example: ...@@ -24,5 +24,4 @@ Example:
interrupts = <0 89 0>; interrupts = <0 89 0>;
clocks = <&clock 177>, <&clock 277>; clocks = <&clock 177>, <&clock 277>;
clock-names = "sclk_fimg2d", "fimg2d"; clock-names = "sclk_fimg2d", "fimg2d";
status = "disabled";
}; };
...@@ -92,6 +92,5 @@ ssi-controller@48058000 { ...@@ -92,6 +92,5 @@ ssi-controller@48058000 {
interrupts = <69>, interrupts = <69>,
<70>; <70>;
status = "disabled"; /* second port is not used on N900 */
} }
} }
...@@ -102,7 +102,6 @@ And for clarification, here are the snipplets for the i2c-parents: ...@@ -102,7 +102,6 @@ And for clarification, here are the snipplets for the i2c-parents:
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "i2c-gpio"; compatible = "i2c-gpio";
status = "disabled";
gpios = <&gpio5 6 GPIO_ACTIVE_HIGH /* sda */ gpios = <&gpio5 6 GPIO_ACTIVE_HIGH /* sda */
&gpio5 5 GPIO_ACTIVE_HIGH /* scl */ &gpio5 5 GPIO_ACTIVE_HIGH /* scl */
>; >;
......
...@@ -22,7 +22,6 @@ Example: ...@@ -22,7 +22,6 @@ Example:
interrupts = <9>; interrupts = <9>;
clocks = <&cmu clk_HFPERCLKI2C0>; clocks = <&cmu clk_HFPERCLKI2C0>;
clock-frequency = <100000>; clock-frequency = <100000>;
status = "ok";
energymicro,location = <3>; energymicro,location = <3>;
eeprom@50 { eeprom@50 {
......
...@@ -71,5 +71,4 @@ Example: ...@@ -71,5 +71,4 @@ Example:
reset-names = "i2c"; reset-names = "i2c";
dmas = <&apbdma 16>, <&apbdma 16>; dmas = <&apbdma 16>, <&apbdma 16>;
dma-names = "rx", "tx"; dma-names = "rx", "tx";
status = "disabled";
}; };
...@@ -37,5 +37,4 @@ For example: ...@@ -37,5 +37,4 @@ For example:
clocks = <&asiu_clks BCM_CYGNUS_ASIU_ADC_CLK>; clocks = <&asiu_clks BCM_CYGNUS_ASIU_ADC_CLK>;
clock-names = "tsc_clk"; clock-names = "tsc_clk";
interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
}; };
...@@ -17,5 +17,4 @@ adc0: adc@400e3000 { ...@@ -17,5 +17,4 @@ adc0: adc@400e3000 {
clocks = <&ccu1 CLK_APB3_ADC0>; clocks = <&ccu1 CLK_APB3_ADC0>;
vref-supply = <&reg_vdda>; vref-supply = <&reg_vdda>;
resets = <&rgu 40>; resets = <&rgu 40>;
status = "disabled";
}; };
...@@ -16,5 +16,4 @@ dac: dac@400e1000 { ...@@ -16,5 +16,4 @@ dac: dac@400e1000 {
clocks = <&ccu1 CLK_APB3_DAC>; clocks = <&ccu1 CLK_APB3_DAC>;
vref-supply = <&reg_vdda>; vref-supply = <&reg_vdda>;
resets = <&rgu 42>; resets = <&rgu 42>;
status = "disabled";
}; };
...@@ -72,7 +72,6 @@ Example: ...@@ -72,7 +72,6 @@ Example:
/* Required Board specific properties */ /* Required Board specific properties */
keypad,num-rows = <5>; keypad,num-rows = <5>;
keypad,num-columns = <5>; keypad,num-columns = <5>;
status = "okay";
linux,keymap = <MATRIX_KEY(0x00, 0x02, KEY_F) /* key_forward */ linux,keymap = <MATRIX_KEY(0x00, 0x02, KEY_F) /* key_forward */
MATRIX_KEY(0x00, 0x03, KEY_HOME) /* key_home */ MATRIX_KEY(0x00, 0x03, KEY_HOME) /* key_home */
......
...@@ -32,5 +32,4 @@ Example: ...@@ -32,5 +32,4 @@ Example:
pinctrl-1 = <&pinctrl_touchctrl_default>; pinctrl-1 = <&pinctrl_touchctrl_default>;
pinctrl-2 = <&pinctrl_touchctrl_gpios>; pinctrl-2 = <&pinctrl_touchctrl_gpios>;
vf50-ts-min-pressure = <200>; vf50-ts-min-pressure = <200>;
status = "disabled";
}; };
...@@ -35,5 +35,4 @@ Example: ...@@ -35,5 +35,4 @@ Example:
measure-delay-time = <0xfff>; measure-delay-time = <0xfff>;
pre-charge-time = <0xffff>; pre-charge-time = <0xffff>;
touchscreen-average-samples = <32>; touchscreen-average-samples = <32>;
status = "okay";
}; };
...@@ -24,7 +24,6 @@ Example: ...@@ -24,7 +24,6 @@ Example:
clock-frequency = <50000000>; clock-frequency = <50000000>;
clock-output-names = "qci_mclk"; clock-output-names = "qci_mclk";
status = "okay";
port { port {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -33,5 +33,4 @@ hdmicec: cec@100B0000 { ...@@ -33,5 +33,4 @@ hdmicec: cec@100B0000 {
hdmi-phandle = <&hdmi>; hdmi-phandle = <&hdmi>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&hdmi_cec>; pinctrl-0 = <&hdmi_cec>;
status = "okay";
}; };
...@@ -166,7 +166,6 @@ Example: ...@@ -166,7 +166,6 @@ Example:
clock-output-names = "cam_a_clkout", "cam_b_clkout"; clock-output-names = "cam_a_clkout", "cam_b_clkout";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&cam_port_a_clk_active>; pinctrl-0 = <&cam_port_a_clk_active>;
status = "okay";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
...@@ -189,7 +188,6 @@ Example: ...@@ -189,7 +188,6 @@ Example:
compatible = "samsung,exynos4210-fimc"; compatible = "samsung,exynos4210-fimc";
reg = <0x11800000 0x1000>; reg = <0x11800000 0x1000>;
interrupts = <0 85 0>; interrupts = <0 85 0>;
status = "okay";
}; };
csis_0: csis@11880000 { csis_0: csis@11880000 {
......
...@@ -52,7 +52,6 @@ Example: ...@@ -52,7 +52,6 @@ Example:
c8sectpfe@08a20000 { c8sectpfe@08a20000 {
compatible = "st,stih407-c8sectpfe"; compatible = "st,stih407-c8sectpfe";
status = "okay";
reg = <0x08a20000 0x10000>, <0x08a00000 0x4000>; reg = <0x08a20000 0x10000>, <0x08a00000 0x4000>;
reg-names = "stfe", "stfe-ram"; reg-names = "stfe", "stfe-ram";
interrupts = <GIC_SPI 34 IRQ_TYPE_NONE>, <GIC_SPI 35 IRQ_TYPE_NONE>; interrupts = <GIC_SPI 34 IRQ_TYPE_NONE>, <GIC_SPI 35 IRQ_TYPE_NONE>;
......
...@@ -59,7 +59,6 @@ I2C-connected TVP5147 decoder: ...@@ -59,7 +59,6 @@ I2C-connected TVP5147 decoder:
tvp5147@5d { tvp5147@5d {
compatible = "ti,tvp5147"; compatible = "ti,tvp5147";
reg = <0x5d>; reg = <0x5d>;
status = "okay";
port { port {
composite_in: endpoint { composite_in: endpoint {
......
...@@ -130,7 +130,6 @@ The reg property implicitly specifies the chip select as this: ...@@ -130,7 +130,6 @@ The reg property implicitly specifies the chip select as this:
Example: Example:
devbus-bootcs@d0010400 { devbus-bootcs@d0010400 {
status = "okay";
ranges = <0 0xf0000000 0x1000000>; /* @addr 0xf0000000, size 0x1000000 */ ranges = <0 0xf0000000 0x1000000>; /* @addr 0xf0000000, size 0x1000000 */
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
...@@ -12,7 +12,6 @@ Example: ...@@ -12,7 +12,6 @@ Example:
pmic@5b { pmic@5b {
compatible = "active-semi,act8945a"; compatible = "active-semi,act8945a";
reg = <0x5b>; reg = <0x5b>;
status = "okay";
active-semi,vsel-high; active-semi,vsel-high;
...@@ -79,6 +78,5 @@ Example: ...@@ -79,6 +78,5 @@ Example:
active-semi,input-voltage-threshold-microvolt = <6600>; active-semi,input-voltage-threshold-microvolt = <6600>;
active-semi,precondition-timeout = <40>; active-semi,precondition-timeout = <40>;
active-semi,total-timeout = <3>; active-semi,total-timeout = <3>;
status = "okay";
}; };
}; };
...@@ -25,7 +25,6 @@ Example: ...@@ -25,7 +25,6 @@ Example:
clocks = <&lcdc_clk>, <&lcdck>, <&clk32k>; clocks = <&lcdc_clk>, <&lcdck>, <&clk32k>;
clock-names = "periph_clk","sys_clk", "slow_clk"; clock-names = "periph_clk","sys_clk", "slow_clk";
interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>; interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>;
status = "disabled";
hlcdc-display-controller { hlcdc-display-controller {
compatible = "atmel,hlcdc-display-controller"; compatible = "atmel,hlcdc-display-controller";
......
...@@ -29,7 +29,6 @@ Sub-nodes: ...@@ -29,7 +29,6 @@ Sub-nodes:
Examples: Examples:
i2c@63fc8000 { /* I2C1 */ i2c@63fc8000 { /* I2C1 */
status = "okay";
pmic: dialog@48 { pmic: dialog@48 {
compatible = "dlg,da9053-aa"; compatible = "dlg,da9053-aa";
......
...@@ -116,7 +116,6 @@ ecspi@70010000 { /* ECSPI1 */ ...@@ -116,7 +116,6 @@ ecspi@70010000 { /* ECSPI1 */
fsl,spi-num-chipselects = <2>; fsl,spi-num-chipselects = <2>;
cs-gpios = <&gpio4 24 0>, /* GPIO4_24 */ cs-gpios = <&gpio4 24 0>, /* GPIO4_24 */
<&gpio4 25 0>; /* GPIO4_25 */ <&gpio4 25 0>; /* GPIO4_25 */
status = "okay";
pmic: mc13892@0 { pmic: mc13892@0 {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -26,7 +26,6 @@ Example for i.MX23 SoC: ...@@ -26,7 +26,6 @@ Example for i.MX23 SoC:
compatible = "fsl,imx23-lradc"; compatible = "fsl,imx23-lradc";
reg = <0x80050000 0x2000>; reg = <0x80050000 0x2000>;
interrupts = <36 37 38 39 40 41 42 43 44>; interrupts = <36 37 38 39 40 41 42 43 44>;
status = "okay";
fsl,lradc-touchscreen-wires = <4>; fsl,lradc-touchscreen-wires = <4>;
fsl,ave-ctrl = <4>; fsl,ave-ctrl = <4>;
fsl,ave-delay = <2>; fsl,ave-delay = <2>;
...@@ -39,7 +38,6 @@ Example for i.MX28 SoC: ...@@ -39,7 +38,6 @@ Example for i.MX28 SoC:
compatible = "fsl,imx28-lradc"; compatible = "fsl,imx28-lradc";
reg = <0x80050000 0x2000>; reg = <0x80050000 0x2000>;
interrupts = <10 14 15 16 17 18 19 20 21 22 23 24 25>; interrupts = <10 14 15 16 17 18 19 20 21 22 23 24 25>;
status = "okay";
fsl,lradc-touchscreen-wires = <5>; fsl,lradc-touchscreen-wires = <5>;
fsl,ave-ctrl = <4>; fsl,ave-ctrl = <4>;
fsl,ave-delay = <2>; fsl,ave-delay = <2>;
......
...@@ -57,7 +57,6 @@ audio-subsystem { ...@@ -57,7 +57,6 @@ audio-subsystem {
clock-names = "iis", "i2s_opclk0", "i2s_opclk1"; clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&i2s0_bus>; pinctrl-0 = <&i2s0_bus>;
status = "disabled";
}; };
serial_3: serial@11460000 { serial_3: serial@11460000 {
...@@ -69,6 +68,5 @@ audio-subsystem { ...@@ -69,6 +68,5 @@ audio-subsystem {
clock-names = "uart", "clk_uart_baud0"; clock-names = "uart", "clk_uart_baud0";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart_aud_bus>; pinctrl-0 = <&uart_aud_bus>;
status = "disabled";
}; };
}; };
...@@ -47,5 +47,4 @@ ssc0: ssc@f0010000 { ...@@ -47,5 +47,4 @@ ssc0: ssc@f0010000 {
dma-names = "tx", "rx"; dma-names = "tx", "rx";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ssc0_tx &pinctrl_ssc0_rx>; pinctrl-0 = <&pinctrl_ssc0_tx &pinctrl_ssc0_rx>;
status = "disabled";
}; };
...@@ -74,5 +74,4 @@ Example: ...@@ -74,5 +74,4 @@ Example:
phys = <&emmc_phy>; phys = <&emmc_phy>;
phy-names = "phy_arasan"; phy-names = "phy_arasan";
#clock-cells = <0>; #clock-cells = <0>;
status = "disabled";
}; };
...@@ -24,7 +24,6 @@ mmc0: mmc@1c40000 { ...@@ -24,7 +24,6 @@ mmc0: mmc@1c40000 {
compatible = "ti,da830-mmc", compatible = "ti,da830-mmc",
reg = <0x40000 0x1000>; reg = <0x40000 0x1000>;
interrupts = <16>; interrupts = <16>;
status = "okay";
bus-width = <4>; bus-width = <4>;
max-frequency = <50000000>; max-frequency = <50000000>;
dmas = <&edma 16 dmas = <&edma 16
......
...@@ -20,5 +20,4 @@ sdhci1: sdhci@10014000 { ...@@ -20,5 +20,4 @@ sdhci1: sdhci@10014000 {
dma-names = "rx-tx"; dma-names = "rx-tx";
bus-width = <4>; bus-width = <4>;
cd-gpios = <&gpio3 29>; cd-gpios = <&gpio3 29>;
status = "okay";
}; };
...@@ -21,7 +21,6 @@ Example: ...@@ -21,7 +21,6 @@ Example:
vmmc-supply = <&reg_vcc3v3>; vmmc-supply = <&reg_vcc3v3>;
bus-width = <8>; bus-width = <8>;
non-removable; non-removable;
status = "okay";
mmccard: mmccard@0 { mmccard: mmccard@0 {
reg = <0>; reg = <0>;
......
...@@ -153,7 +153,6 @@ mmc3: mmc@01c12000 { ...@@ -153,7 +153,6 @@ mmc3: mmc@01c12000 {
bus-width = <4>; bus-width = <4>;
non-removable; non-removable;
mmc-pwrseq = <&sdhci0_pwrseq> mmc-pwrseq = <&sdhci0_pwrseq>
status = "okay";
brcmf: bcrmf@1 { brcmf: bcrmf@1 {
reg = <1>; reg = <1>;
......
...@@ -13,5 +13,4 @@ Example: ...@@ -13,5 +13,4 @@ Example:
reg = <0xd00d4000 0x200>; reg = <0xd00d4000 0x200>;
interrupts = <54>; interrupts = <54>;
clocks = <&gateclk 17>; clocks = <&gateclk 17>;
status = "disabled";
}; };
...@@ -63,7 +63,6 @@ Example: ...@@ -63,7 +63,6 @@ Example:
mmc0: sdhci@fe81e000 { mmc0: sdhci@fe81e000 {
compatible = "st,sdhci"; compatible = "st,sdhci";
status = "disabled";
reg = <0xfe81e000 0x1000>; reg = <0xfe81e000 0x1000>;
interrupts = <GIC_SPI 127 IRQ_TYPE_NONE>; interrupts = <GIC_SPI 127 IRQ_TYPE_NONE>;
interrupt-names = "mmcirq"; interrupt-names = "mmcirq";
...@@ -77,7 +76,6 @@ mmc0: sdhci@fe81e000 { ...@@ -77,7 +76,6 @@ mmc0: sdhci@fe81e000 {
mmc1: sdhci@09080000 { mmc1: sdhci@09080000 {
compatible = "st,sdhci-stih407", "st,sdhci"; compatible = "st,sdhci-stih407", "st,sdhci";
status = "disabled";
reg = <0x09080000 0x7ff>; reg = <0x09080000 0x7ff>;
reg-names = "mmc"; reg-names = "mmc";
interrupts = <GIC_SPI 90 IRQ_TYPE_NONE>; interrupts = <GIC_SPI 90 IRQ_TYPE_NONE>;
...@@ -94,7 +92,6 @@ mmc1: sdhci@09080000 { ...@@ -94,7 +92,6 @@ mmc1: sdhci@09080000 {
mmc0: sdhci@09060000 { mmc0: sdhci@09060000 {
compatible = "st,sdhci-stih407", "st,sdhci"; compatible = "st,sdhci-stih407", "st,sdhci";
status = "disabled";
reg = <0x09060000 0x7ff>, <0x9061008 0x20>; reg = <0x09060000 0x7ff>, <0x9061008 0x20>;
reg-names = "mmc", "top-mmc-delay"; reg-names = "mmc", "top-mmc-delay";
interrupts = <GIC_SPI 92 IRQ_TYPE_NONE>; interrupts = <GIC_SPI 92 IRQ_TYPE_NONE>;
......
...@@ -29,5 +29,4 @@ Example: ...@@ -29,5 +29,4 @@ Example:
max-frequency = <50000000>; max-frequency = <50000000>;
cap-sdio-irq; cap-sdio-irq;
cap-sd-highspeed; cap-sd-highspeed;
status = "disabled";
}; };
...@@ -24,7 +24,6 @@ spi@f0020000 { ...@@ -24,7 +24,6 @@ spi@f0020000 {
#size-cells = <0>; #size-cells = <0>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_spi0_default>; pinctrl-0 = <&pinctrl_spi0_default>;
status = "okay";
m25p80@0 { m25p80@0 {
... ...
......
...@@ -37,7 +37,6 @@ nor_flash: spi@1100d000 { ...@@ -37,7 +37,6 @@ nor_flash: spi@1100d000 {
clock-names = "spi", "sf"; clock-names = "spi", "sf";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "disabled";
flash@0 { flash@0 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
......
...@@ -21,6 +21,5 @@ Example: ...@@ -21,6 +21,5 @@ Example:
st,syscfg = <&syscfg_rear>; st,syscfg = <&syscfg_rear>;
st,boot-device-reg = <0x958>; st,boot-device-reg = <0x958>;
st,boot-device-spi = <0x1a>; st,boot-device-spi = <0x1a>;
status = "okay";
}; };
...@@ -41,7 +41,6 @@ nfc: nand@01c03000 { ...@@ -41,7 +41,6 @@ nfc: nand@01c03000 {
#size-cells = <0>; #size-cells = <0>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&nand_pins_a &nand_cs0_pins_a &nand_rb0_pins_a>; pinctrl-0 = <&nand_pins_a &nand_cs0_pins_a &nand_rb0_pins_a>;
status = "okay";
nand@0 { nand@0 {
reg = <0>; reg = <0>;
......
...@@ -26,5 +26,4 @@ amac0: ethernet@18022000 { ...@@ -26,5 +26,4 @@ amac0: ethernet@18022000 {
<0x18110000 0x1000>; <0x18110000 0x1000>;
reg-names = "amac_base", "idm_base"; reg-names = "amac_base", "idm_base";
interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
}; };
...@@ -20,5 +20,4 @@ gmac0: ethernet@18022000 { ...@@ -20,5 +20,4 @@ gmac0: ethernet@18022000 {
<0x18110000 0x1000>; <0x18110000 0x1000>;
reg-names = "gmac_base", "idm_base"; reg-names = "gmac_base", "idm_base";
interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
}; };
...@@ -29,7 +29,6 @@ Example: ...@@ -29,7 +29,6 @@ Example:
Following example uses irq pin number 3 of gpio0 for out of band wake-on-bt: Following example uses irq pin number 3 of gpio0 for out of band wake-on-bt:
&usb_host1_ehci { &usb_host1_ehci {
status = "okay";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
...@@ -56,7 +56,6 @@ m_can1: can@020e8000 { ...@@ -56,7 +56,6 @@ m_can1: can@020e8000 {
<&clks IMX6SX_CLK_CANFD>; <&clks IMX6SX_CLK_CANFD>;
clock-names = "hclk", "cclk"; clock-names = "hclk", "cclk";
bosch,mram-cfg = <0x0 0 0 32 0 0 0 1>; bosch,mram-cfg = <0x0 0 0 32 0 0 0 1>;
status = "disabled";
}; };
Board dts: Board dts:
......
...@@ -24,7 +24,6 @@ Ethernet switch connected via SPI to the host, CPU port wired to eth0: ...@@ -24,7 +24,6 @@ Ethernet switch connected via SPI to the host, CPU port wired to eth0:
pinctrl-0 = <&pinctrl_spi_ksz>; pinctrl-0 = <&pinctrl_spi_ksz>;
cs-gpios = <&pioC 25 0>; cs-gpios = <&pioC 25 0>;
id = <1>; id = <1>;
status = "okay";
ksz9477: ksz9477@0 { ksz9477: ksz9477@0 {
compatible = "microchip,ksz9477"; compatible = "microchip,ksz9477";
...@@ -34,7 +33,6 @@ Ethernet switch connected via SPI to the host, CPU port wired to eth0: ...@@ -34,7 +33,6 @@ Ethernet switch connected via SPI to the host, CPU port wired to eth0:
spi-cpha; spi-cpha;
spi-cpol; spi-cpol;
status = "okay";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
...@@ -27,7 +27,6 @@ Example: ...@@ -27,7 +27,6 @@ Example:
I2C managed mode: I2C managed mode:
master: masterdevice@X { master: masterdevice@X {
status = "okay";
fixed-link { /* RMII fixed link to LAN9303 */ fixed-link { /* RMII fixed link to LAN9303 */
speed = <100>; speed = <100>;
...@@ -38,7 +37,6 @@ I2C managed mode: ...@@ -38,7 +37,6 @@ I2C managed mode:
switch: switch@a { switch: switch@a {
compatible = "smsc,lan9303-i2c"; compatible = "smsc,lan9303-i2c";
reg = <0xa>; reg = <0xa>;
status = "okay";
reset-gpios = <&gpio7 6 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio7 6 GPIO_ACTIVE_LOW>;
reset-duration = <200>; reset-duration = <200>;
...@@ -67,7 +65,6 @@ I2C managed mode: ...@@ -67,7 +65,6 @@ I2C managed mode:
MDIO managed mode: MDIO managed mode:
master: masterdevice@X { master: masterdevice@X {
status = "okay";
phy-handle = <&switch>; phy-handle = <&switch>;
mdio { mdio {
......
...@@ -30,6 +30,5 @@ Example: ...@@ -30,6 +30,5 @@ Example:
compatible = "aspeed,ast2500-mac", "faraday,ftgmac100"; compatible = "aspeed,ast2500-mac", "faraday,ftgmac100";
reg = <0x1e660000 0x180>; reg = <0x1e660000 0x180>;
interrupts = <2>; interrupts = <2>;
status = "okay";
use-ncsi; use-ncsi;
}; };
...@@ -41,7 +41,6 @@ ethernet@70000 { ...@@ -41,7 +41,6 @@ ethernet@70000 {
interrupts = <8>; interrupts = <8>;
clocks = <&gate_clk 4>; clocks = <&gate_clk 4>;
tx-csum-limit = <9800> tx-csum-limit = <9800>
status = "okay";
phy = <&phy0>; phy = <&phy0>;
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
buffer-manager = <&bm>; buffer-manager = <&bm>;
......
...@@ -44,7 +44,6 @@ Example for SDIO device follows (calibration data is also available in ...@@ -44,7 +44,6 @@ Example for SDIO device follows (calibration data is also available in
below example). below example).
&mmc3 { &mmc3 {
status = "okay";
vmmc-supply = <&wlan_en_reg>; vmmc-supply = <&wlan_en_reg>;
bus-width = <4>; bus-width = <4>;
cap-power-off-card; cap-power-off-card;
...@@ -70,7 +69,6 @@ below example). ...@@ -70,7 +69,6 @@ below example).
Example for USB device: Example for USB device:
&usb_host1_ohci { &usb_host1_ohci {
status = "okay";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
...@@ -31,7 +31,6 @@ bm: bm@c8000 { ...@@ -31,7 +31,6 @@ bm: bm@c8000 {
reg = <0xc8000 0xac>; reg = <0xc8000 0xac>;
clocks = <&gateclk 13>; clocks = <&gateclk 13>;
internal-mem = <&bm_bppi>; internal-mem = <&bm_bppi>;
status = "okay";
pool2,capacity = <4096>; pool2,capacity = <4096>;
pool1,pkt-size = <512>; pool1,pkt-size = <512>;
}; };
...@@ -45,5 +44,4 @@ bm_bppi: bm-bppi { ...@@ -45,5 +44,4 @@ bm_bppi: bm-bppi {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
clocks = <&gateclk 13>; clocks = <&gateclk 13>;
status = "okay";
}; };
...@@ -52,12 +52,10 @@ ethernet@f0000 { ...@@ -52,12 +52,10 @@ ethernet@f0000 {
<0xc5000 0x100>; <0xc5000 0x100>;
clocks = <&gateclk 3>, <&gateclk 19>; clocks = <&gateclk 3>, <&gateclk 19>;
clock-names = "pp_clk", "gop_clk"; clock-names = "pp_clk", "gop_clk";
status = "okay";
eth0: eth0@c4000 { eth0: eth0@c4000 {
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
port-id = <0>; port-id = <0>;
status = "okay";
phy = <&phy0>; phy = <&phy0>;
phy-mode = "gmii"; phy-mode = "gmii";
}; };
...@@ -65,7 +63,6 @@ ethernet@f0000 { ...@@ -65,7 +63,6 @@ ethernet@f0000 {
eth1: eth1@c5000 { eth1: eth1@c5000 {
interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
port-id = <1>; port-id = <1>;
status = "okay";
phy = <&phy3>; phy = <&phy3>;
phy-mode = "gmii"; phy-mode = "gmii";
}; };
......
...@@ -66,5 +66,4 @@ Example for GXBB: ...@@ -66,5 +66,4 @@ Example for GXBB:
<&clkc CLKID_MPLL2>; <&clkc CLKID_MPLL2>;
clock-names = "stmmaceth", "clkin0", "clkin1"; clock-names = "stmmaceth", "clkin0", "clkin1";
phy-mode = "rgmii"; phy-mode = "rgmii";
status = "disabled";
}; };
...@@ -69,7 +69,6 @@ Examples: ...@@ -69,7 +69,6 @@ Examples:
}; };
}; };
ethernet@70000 { ethernet@70000 {
status = "okay";
phy = <&phy0>; phy = <&phy0>;
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
}; };
...@@ -33,7 +33,6 @@ Example (for NXP i.MX28 with pin control stuff for GPIO irq): ...@@ -33,7 +33,6 @@ Example (for NXP i.MX28 with pin control stuff for GPIO irq):
compatible = "fsl,imx28-spi"; compatible = "fsl,imx28-spi";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&spi2_pins_b &spi2_sck_cfg>; pinctrl-0 = <&spi2_pins_b &spi2_sck_cfg>;
status = "okay";
enc28j60: ethernet@0 { enc28j60: ethernet@0 {
compatible = "microchip,enc28j60"; compatible = "microchip,enc28j60";
......
...@@ -25,7 +25,6 @@ Optional I2C-based chip specific properties: ...@@ -25,7 +25,6 @@ Optional I2C-based chip specific properties:
Example (for ARM-based BeagleBoard Black with 88W8887 on UART5): Example (for ARM-based BeagleBoard Black with 88W8887 on UART5):
&uart5 { &uart5 {
status = "okay";
nfcmrvluart: nfcmrvluart@5 { nfcmrvluart: nfcmrvluart@5 {
compatible = "marvell,nfc-uart"; compatible = "marvell,nfc-uart";
...@@ -41,7 +40,6 @@ Example (for ARM-based BeagleBoard Black with 88W8887 on UART5): ...@@ -41,7 +40,6 @@ Example (for ARM-based BeagleBoard Black with 88W8887 on UART5):
Example (for ARM-based BeagleBoard Black with 88W8887 on I2C1): Example (for ARM-based BeagleBoard Black with 88W8887 on I2C1):
&i2c1 { &i2c1 {
status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
nfcmrvli2c0: i2c@1 { nfcmrvli2c0: i2c@1 {
......
...@@ -17,7 +17,6 @@ Example (for ARM-based BeagleBone with NPC100 NFC controller on I2C2): ...@@ -17,7 +17,6 @@ Example (for ARM-based BeagleBone with NPC100 NFC controller on I2C2):
&i2c2 { &i2c2 {
status = "okay";
npc100: npc100@29 { npc100: npc100@29 {
......
...@@ -15,7 +15,6 @@ Example (for ARM-based BeagleBone with PN532 on I2C2): ...@@ -15,7 +15,6 @@ Example (for ARM-based BeagleBone with PN532 on I2C2):
&i2c2 { &i2c2 {
status = "okay";
pn532: pn532@24 { pn532: pn532@24 {
......
...@@ -17,7 +17,6 @@ Example (for ARM-based BeagleBone with PN544 on I2C2): ...@@ -17,7 +17,6 @@ Example (for ARM-based BeagleBone with PN544 on I2C2):
&i2c2 { &i2c2 {
status = "okay";
pn544: pn544@28 { pn544: pn544@28 {
......
...@@ -12,7 +12,6 @@ Required properties: ...@@ -12,7 +12,6 @@ Required properties:
Example: Example:
&hsi2c_4 { &hsi2c_4 {
status = "okay";
s3fwrn5@27 { s3fwrn5@27 {
compatible = "samsung,s3fwrn5-i2c"; compatible = "samsung,s3fwrn5-i2c";
......
...@@ -20,7 +20,6 @@ Example (for ARM-based BeagleBoard xM with ST21NFCB on I2C2): ...@@ -20,7 +20,6 @@ Example (for ARM-based BeagleBoard xM with ST21NFCB on I2C2):
&i2c2 { &i2c2 {
status = "okay";
st21nfcb: st21nfcb@8 { st21nfcb: st21nfcb@8 {
......
...@@ -19,7 +19,6 @@ Example (for ARM-based BeagleBoard xM with ST21NFCB on SPI4): ...@@ -19,7 +19,6 @@ Example (for ARM-based BeagleBoard xM with ST21NFCB on SPI4):
&mcspi4 { &mcspi4 {
status = "okay";
st21nfcb: st21nfcb@0 { st21nfcb: st21nfcb@0 {
......
...@@ -20,7 +20,6 @@ Example (for ARM-based BeagleBoard xM with ST21NFCA on I2C2): ...@@ -20,7 +20,6 @@ Example (for ARM-based BeagleBoard xM with ST21NFCA on I2C2):
&i2c2 { &i2c2 {
status = "okay";
st21nfca: st21nfca@1 { st21nfca: st21nfca@1 {
......
...@@ -35,12 +35,10 @@ spi@9840000 { ...@@ -35,12 +35,10 @@ spi@9840000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cs-gpios = <&pio0 4>; cs-gpios = <&pio0 4>;
status = "okay";
st95hf@0{ st95hf@0{
reg = <0>; reg = <0>;
compatible = "st,st95hf"; compatible = "st,st95hf";
status = "okay";
spi-max-frequency = <1000000>; spi-max-frequency = <1000000>;
enable-gpio = <&pio4 0>; enable-gpio = <&pio4 0>;
interrupt-parent = <&pio0>; interrupt-parent = <&pio0>;
......
...@@ -23,7 +23,6 @@ Optional SoC Specific Properties: ...@@ -23,7 +23,6 @@ Optional SoC Specific Properties:
Example (for ARM-based BeagleBone with TRF7970A on SPI1): Example (for ARM-based BeagleBone with TRF7970A on SPI1):
&spi1 { &spi1 {
status = "okay";
nfc@0 { nfc@0 {
compatible = "ti,trf7970a"; compatible = "ti,trf7970a";
...@@ -41,6 +40,5 @@ Example (for ARM-based BeagleBone with TRF7970A on SPI1): ...@@ -41,6 +40,5 @@ Example (for ARM-based BeagleBone with TRF7970A on SPI1):
irq-status-read-quirk; irq-status-read-quirk;
en2-rf-quirk; en2-rf-quirk;
clock-frequency = <27120000>; clock-frequency = <27120000>;
status = "okay";
}; };
}; };
...@@ -35,5 +35,4 @@ etha: ethernet@40400000 { ...@@ -35,5 +35,4 @@ etha: ethernet@40400000 {
/* Regmap for sys registers */ /* Regmap for sys registers */
oxsemi,sys-ctrl = <&sys>; oxsemi,sys-ctrl = <&sys>;
status = "disabled";
}; };
...@@ -41,7 +41,6 @@ ssp2: spi@80014000 { ...@@ -41,7 +41,6 @@ ssp2: spi@80014000 {
compatible = "fsl,imx28-spi"; compatible = "fsl,imx28-spi";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&spi2_pins_a>; pinctrl-0 = <&spi2_pins_a>;
status = "okay";
qca7000: ethernet@0 { qca7000: ethernet@0 {
compatible = "qca,qca7000"; compatible = "qca,qca7000";
...@@ -78,7 +77,6 @@ auart0: serial@8006a000 { ...@@ -78,7 +77,6 @@ auart0: serial@8006a000 {
reg = <0x8006a000 0x2000>; reg = <0x8006a000 0x2000>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&auart0_2pins_a>; pinctrl-0 = <&auart0_2pins_a>;
status = "okay";
qca7000: ethernet { qca7000: ethernet {
compatible = "qca,qca7000"; compatible = "qca,qca7000";
......
...@@ -70,5 +70,4 @@ gmac: ethernet@ff290000 { ...@@ -70,5 +70,4 @@ gmac: ethernet@ff290000 {
tx_delay = <0x30>; tx_delay = <0x30>;
rx_delay = <0x10>; rx_delay = <0x10>;
status = "ok";
}; };
...@@ -15,7 +15,6 @@ smsc phy with disabled energy detect mode on an am335x based board. ...@@ -15,7 +15,6 @@ smsc phy with disabled energy detect mode on an am335x based board.
pinctrl-names = "default", "sleep"; pinctrl-names = "default", "sleep";
pinctrl-0 = <&davinci_mdio_default>; pinctrl-0 = <&davinci_mdio_default>;
pinctrl-1 = <&davinci_mdio_sleep>; pinctrl-1 = <&davinci_mdio_sleep>;
status = "okay";
ethernetphy0: ethernet-phy@0 { ethernetphy0: ethernet-phy@0 {
reg = <0>; reg = <0>;
......
...@@ -40,7 +40,6 @@ gmii_to_sgmii_converter: phy@0x100000240 { ...@@ -40,7 +40,6 @@ gmii_to_sgmii_converter: phy@0x100000240 {
gmac0: ethernet@ff700000 { gmac0: ethernet@ff700000 {
compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a", "snps,dwmac"; compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a", "snps,dwmac";
altr,sysmgr-syscon = <&sysmgr 0x60 0>; altr,sysmgr-syscon = <&sysmgr 0x60 0>;
status = "disabled";
reg = <0xff700000 0x2000>; reg = <0xff700000 0x2000>;
interrupts = <0 115 4>; interrupts = <0 115 4>;
interrupt-names = "macirq"; interrupt-names = "macirq";
......
...@@ -34,7 +34,6 @@ Example: ...@@ -34,7 +34,6 @@ Example:
ethernet0: dwmac@9630000 { ethernet0: dwmac@9630000 {
device_type = "network"; device_type = "network";
status = "disabled";
compatible = "st,stih407-dwmac", "snps,dwmac", "snps,dwmac-3.710"; compatible = "st,stih407-dwmac", "snps,dwmac", "snps,dwmac-3.710";
reg = <0x9630000 0x8000>; reg = <0x9630000 0x8000>;
reg-names = "stmmaceth"; reg-names = "stmmaceth";
......
...@@ -18,7 +18,6 @@ Example: ...@@ -18,7 +18,6 @@ Example:
ethernet@40028000 { ethernet@40028000 {
compatible = "st,stm32-dwmac", "snps,dwmac-3.50a"; compatible = "st,stm32-dwmac", "snps,dwmac-3.50a";
status = "disabled";
reg = <0x40028000 0x8000>; reg = <0x40028000 0x8000>;
reg-names = "stmmaceth"; reg-names = "stmmaceth";
interrupts = <0 61 0>, <0 62 0>; interrupts = <0 61 0>, <0 62 0>;
......
...@@ -29,7 +29,6 @@ mmc3: mmc@01c12000 { ...@@ -29,7 +29,6 @@ mmc3: mmc@01c12000 {
vmmc-supply = <&reg_vmmc3>; vmmc-supply = <&reg_vmmc3>;
bus-width = <4>; bus-width = <4>;
non-removable; non-removable;
status = "okay";
brcmf: wifi@1 { brcmf: wifi@1 {
reg = <1>; reg = <1>;
......
...@@ -21,7 +21,6 @@ Example: ...@@ -21,7 +21,6 @@ Example:
mmc-pwrseq = <&wifi_pwrseq>; mmc-pwrseq = <&wifi_pwrseq>;
bus-width = <4>; bus-width = <4>;
non-removable; non-removable;
status = "okay";
esp8089: sdio_wifi@1 { esp8089: sdio_wifi@1 {
compatible = "esp,esp8089"; compatible = "esp,esp8089";
......
...@@ -48,7 +48,6 @@ IRQ pin 38 is used as system wakeup source interrupt. wakeup pin 3 is configured ...@@ -48,7 +48,6 @@ IRQ pin 38 is used as system wakeup source interrupt. wakeup pin 3 is configured
so that firmware can wakeup host using this device side pin. so that firmware can wakeup host using this device side pin.
&mmc3 { &mmc3 {
status = "okay";
vmmc-supply = <&wlan_en_reg>; vmmc-supply = <&wlan_en_reg>;
mmc-pwrseq = <&wifi_pwrseq>; mmc-pwrseq = <&wifi_pwrseq>;
bus-width = <4>; bus-width = <4>;
......
...@@ -31,7 +31,6 @@ clock, new bindings (for parsing the clock nodes) have to be added. ...@@ -31,7 +31,6 @@ clock, new bindings (for parsing the clock nodes) have to be added.
Example: Example:
&mmc3 { &mmc3 {
status = "okay";
vmmc-supply = <&wlan_en_reg>; vmmc-supply = <&wlan_en_reg>;
bus-width = <4>; bus-width = <4>;
cap-power-off-card; cap-power-off-card;
......
...@@ -21,5 +21,4 @@ Example for i.MX28: ...@@ -21,5 +21,4 @@ Example for i.MX28:
#size-cells = <1>; #size-cells = <1>;
reg = <0x8002c000 0x2000>; reg = <0x8002c000 0x2000>;
clocks = <&clks 25>; clocks = <&clks 25>;
status = "okay";
}; };
...@@ -464,7 +464,6 @@ Example 5: opp-supported-hw ...@@ -464,7 +464,6 @@ Example 5: opp-supported-hw
opp_table { opp_table {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
status = "okay";
opp-shared; opp-shared;
opp-600000000 { opp-600000000 {
......
...@@ -33,7 +33,6 @@ Example: ...@@ -33,7 +33,6 @@ Example:
pcie0: pcie@d0070000 { pcie0: pcie@d0070000 {
compatible = "marvell,armada-3700-pcie"; compatible = "marvell,armada-3700-pcie";
device_type = "pci"; device_type = "pci";
status = "disabled";
reg = <0 0xd0070000 0 0x20000>; reg = <0 0xd0070000 0 0x20000>;
#address-cells = <3>; #address-cells = <3>;
#size-cells = <2>; #size-cells = <2>;
......
...@@ -40,7 +40,6 @@ Hip05 Example (note that Hip06 is the same except compatible): ...@@ -40,7 +40,6 @@ Hip05 Example (note that Hip06 is the same except compatible):
0x0 0 0 2 &mbigen_pcie 2 11 0x0 0 0 2 &mbigen_pcie 2 11
0x0 0 0 3 &mbigen_pcie 3 12 0x0 0 0 3 &mbigen_pcie 3 12
0x0 0 0 4 &mbigen_pcie 4 13>; 0x0 0 0 4 &mbigen_pcie 4 13>;
status = "ok";
}; };
HiSilicon Hip06/Hip07 PCIe host bridge DT (almost-ECAM) description. HiSilicon Hip06/Hip07 PCIe host bridge DT (almost-ECAM) description.
...@@ -83,5 +82,4 @@ Example: ...@@ -83,5 +82,4 @@ Example:
0x0 0 0 2 &mbigen_pcie0 650 4 0x0 0 0 2 &mbigen_pcie0 650 4
0x0 0 0 3 &mbigen_pcie0 650 4 0x0 0 0 3 &mbigen_pcie0 650 4
0x0 0 0 4 &mbigen_pcie0 650 4>; 0x0 0 0 4 &mbigen_pcie0 650 4>;
status = "ok";
}; };
...@@ -85,7 +85,6 @@ Example: ...@@ -85,7 +85,6 @@ Example:
pcie-controller { pcie-controller {
compatible = "marvell,armada-xp-pcie"; compatible = "marvell,armada-xp-pcie";
status = "disabled";
device_type = "pci"; device_type = "pci";
#address-cells = <3>; #address-cells = <3>;
...@@ -147,7 +146,6 @@ pcie-controller { ...@@ -147,7 +146,6 @@ pcie-controller {
/* wait 20ms for device settle after reset deassertion */ /* wait 20ms for device settle after reset deassertion */
reset-delay-us = <20000>; reset-delay-us = <20000>;
clocks = <&gateclk 5>; clocks = <&gateclk 5>;
status = "disabled";
}; };
pcie@2,0 { pcie@2,0 {
...@@ -164,7 +162,6 @@ pcie-controller { ...@@ -164,7 +162,6 @@ pcie-controller {
marvell,pcie-port = <0>; marvell,pcie-port = <0>;
marvell,pcie-lane = <1>; marvell,pcie-lane = <1>;
clocks = <&gateclk 6>; clocks = <&gateclk 6>;
status = "disabled";
}; };
pcie@3,0 { pcie@3,0 {
...@@ -181,7 +178,6 @@ pcie-controller { ...@@ -181,7 +178,6 @@ pcie-controller {
marvell,pcie-port = <0>; marvell,pcie-port = <0>;
marvell,pcie-lane = <2>; marvell,pcie-lane = <2>;
clocks = <&gateclk 7>; clocks = <&gateclk 7>;
status = "disabled";
}; };
pcie@4,0 { pcie@4,0 {
...@@ -198,7 +194,6 @@ pcie-controller { ...@@ -198,7 +194,6 @@ pcie-controller {
marvell,pcie-port = <0>; marvell,pcie-port = <0>;
marvell,pcie-lane = <3>; marvell,pcie-lane = <3>;
clocks = <&gateclk 8>; clocks = <&gateclk 8>;
status = "disabled";
}; };
pcie@5,0 { pcie@5,0 {
...@@ -215,7 +210,6 @@ pcie-controller { ...@@ -215,7 +210,6 @@ pcie-controller {
marvell,pcie-port = <1>; marvell,pcie-port = <1>;
marvell,pcie-lane = <0>; marvell,pcie-lane = <0>;
clocks = <&gateclk 9>; clocks = <&gateclk 9>;
status = "disabled";
}; };
pcie@6,0 { pcie@6,0 {
...@@ -232,7 +226,6 @@ pcie-controller { ...@@ -232,7 +226,6 @@ pcie-controller {
marvell,pcie-port = <1>; marvell,pcie-port = <1>;
marvell,pcie-lane = <1>; marvell,pcie-lane = <1>;
clocks = <&gateclk 10>; clocks = <&gateclk 10>;
status = "disabled";
}; };
pcie@7,0 { pcie@7,0 {
...@@ -249,7 +242,6 @@ pcie-controller { ...@@ -249,7 +242,6 @@ pcie-controller {
marvell,pcie-port = <1>; marvell,pcie-port = <1>;
marvell,pcie-lane = <2>; marvell,pcie-lane = <2>;
clocks = <&gateclk 11>; clocks = <&gateclk 11>;
status = "disabled";
}; };
pcie@8,0 { pcie@8,0 {
...@@ -266,7 +258,6 @@ pcie-controller { ...@@ -266,7 +258,6 @@ pcie-controller {
marvell,pcie-port = <1>; marvell,pcie-port = <1>;
marvell,pcie-lane = <3>; marvell,pcie-lane = <3>;
clocks = <&gateclk 12>; clocks = <&gateclk 12>;
status = "disabled";
}; };
pcie@9,0 { pcie@9,0 {
...@@ -283,7 +274,6 @@ pcie-controller { ...@@ -283,7 +274,6 @@ pcie-controller {
marvell,pcie-port = <2>; marvell,pcie-port = <2>;
marvell,pcie-lane = <0>; marvell,pcie-lane = <0>;
clocks = <&gateclk 26>; clocks = <&gateclk 26>;
status = "disabled";
}; };
pcie@10,0 { pcie@10,0 {
...@@ -300,6 +290,5 @@ pcie-controller { ...@@ -300,6 +290,5 @@ pcie-controller {
marvell,pcie-port = <3>; marvell,pcie-port = <3>;
marvell,pcie-lane = <0>; marvell,pcie-lane = <0>;
clocks = <&gateclk 27>; clocks = <&gateclk 27>;
status = "disabled";
}; };
}; };
...@@ -34,5 +34,4 @@ Example: ...@@ -34,5 +34,4 @@ Example:
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
num-lanes = <1>; num-lanes = <1>;
clocks = <&cpm_syscon0 1 13>; clocks = <&cpm_syscon0 1 13>;
status = "disabled";
}; };
...@@ -54,5 +54,4 @@ SoC specific DT Entry: ...@@ -54,5 +54,4 @@ SoC specific DT Entry:
interrupt-map = <0 0 0 0 &gic 0 116 4>; interrupt-map = <0 0 0 0 &gic 0 116 4>;
clocks = <&mstp3_clks R8A7791_CLK_PCIE>, <&pcie_bus_clk>; clocks = <&mstp3_clks R8A7791_CLK_PCIE>, <&pcie_bus_clk>;
clock-names = "pcie", "pcie_bus"; clock-names = "pcie", "pcie_bus";
status = "disabled";
}; };
...@@ -44,7 +44,6 @@ SoC DTSI: ...@@ -44,7 +44,6 @@ SoC DTSI:
+ PCIe controller node with msi-parent property pointing to MSI node: + PCIe controller node with msi-parent property pointing to MSI node:
pcie0: pcie@1f2b0000 { pcie0: pcie@1f2b0000 {
status = "disabled";
device_type = "pci"; device_type = "pci";
compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie"; compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie";
#interrupt-cells = <1>; #interrupt-cells = <1>;
......
...@@ -61,19 +61,16 @@ Example: ...@@ -61,19 +61,16 @@ Example:
compatible = "apm,xgene-phy"; compatible = "apm,xgene-phy";
reg = <0x0 0x1f21a000 0x0 0x100>; reg = <0x0 0x1f21a000 0x0 0x100>;
#phy-cells = <1>; #phy-cells = <1>;
status = "disabled";
}; };
phy2: phy@1f22a000 { phy2: phy@1f22a000 {
compatible = "apm,xgene-phy"; compatible = "apm,xgene-phy";
reg = <0x0 0x1f22a000 0x0 0x100>; reg = <0x0 0x1f22a000 0x0 0x100>;
#phy-cells = <1>; #phy-cells = <1>;
status = "ok";
}; };
phy3: phy@1f23a000 { phy3: phy@1f23a000 {
compatible = "apm,xgene-phy"; compatible = "apm,xgene-phy";
reg = <0x0 0x1f23a000 0x0 0x100>; reg = <0x0 0x1f23a000 0x0 0x100>;
#phy-cells = <1>; #phy-cells = <1>;
status = "ok";
}; };
...@@ -16,5 +16,4 @@ usb_phy: usb_phy@2620738 { ...@@ -16,5 +16,4 @@ usb_phy: usb_phy@2620738 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
reg = <0x2620738 32>; reg = <0x2620738 32>;
status = "disabled";
}; };
...@@ -44,14 +44,12 @@ u3phy: usb-phy@11290000 { ...@@ -44,14 +44,12 @@ u3phy: usb-phy@11290000 {
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
status = "okay";
u2port0: usb-phy@11290800 { u2port0: usb-phy@11290800 {
reg = <0 0x11290800 0 0x100>; reg = <0 0x11290800 0 0x100>;
clocks = <&apmixedsys CLK_APMIXED_REF2USB_TX>; clocks = <&apmixedsys CLK_APMIXED_REF2USB_TX>;
clock-names = "ref"; clock-names = "ref";
#phy-cells = <1>; #phy-cells = <1>;
status = "okay";
}; };
u3port0: usb-phy@11290900 { u3port0: usb-phy@11290900 {
...@@ -59,7 +57,6 @@ u3phy: usb-phy@11290000 { ...@@ -59,7 +57,6 @@ u3phy: usb-phy@11290000 {
clocks = <&clk26m>; clocks = <&clk26m>;
clock-names = "ref"; clock-names = "ref";
#phy-cells = <1>; #phy-cells = <1>;
status = "okay";
}; };
u2port1: usb-phy@11291000 { u2port1: usb-phy@11291000 {
...@@ -67,7 +64,6 @@ u3phy: usb-phy@11290000 { ...@@ -67,7 +64,6 @@ u3phy: usb-phy@11290000 {
clocks = <&apmixedsys CLK_APMIXED_REF2USB_TX>; clocks = <&apmixedsys CLK_APMIXED_REF2USB_TX>;
clock-names = "ref"; clock-names = "ref";
#phy-cells = <1>; #phy-cells = <1>;
status = "okay";
}; };
}; };
......
...@@ -18,7 +18,6 @@ Example: ...@@ -18,7 +18,6 @@ Example:
clocks = <&gate_clk 15>; clocks = <&gate_clk 15>;
clock-names = "sata"; clock-names = "sata";
#phy-cells = <0>; #phy-cells = <0>;
status = "ok";
}; };
Armada 375 USB cluster Armada 375 USB cluster
......
...@@ -58,14 +58,12 @@ grf: syscon@ff770000 { ...@@ -58,14 +58,12 @@ grf: syscon@ff770000 {
<GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>; <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "otg-id", "otg-bvalid", "linestate"; interrupt-names = "otg-id", "otg-bvalid", "linestate";
status = "okay";
}; };
u2phy_host: host-port { u2phy_host: host-port {
#phy-cells = <0>; #phy-cells = <0>;
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "linestate"; interrupt-names = "linestate";
status = "okay";
}; };
}; };
}; };
...@@ -25,7 +25,6 @@ Example: ...@@ -25,7 +25,6 @@ Example:
clock-names = "ref"; clock-names = "ref";
#phy-cells = <0>; #phy-cells = <0>;
status = "ok";
}; };
phy@100f8830 { phy@100f8830 {
...@@ -35,5 +34,4 @@ Example: ...@@ -35,5 +34,4 @@ Example:
clock-names = "ref"; clock-names = "ref";
#phy-cells = <0>; #phy-cells = <0>;
status = "ok";
}; };
...@@ -82,7 +82,6 @@ usbphy: phy@125b0000 { ...@@ -82,7 +82,6 @@ usbphy: phy@125b0000 {
reg = <0x125b0000 0x100>; reg = <0x125b0000 0x100>;
clocks = <&clock 305>, <&clock 2>; clocks = <&clock 305>, <&clock 2>;
clock-names = "phy", "ref"; clock-names = "phy", "ref";
status = "okay";
#phy-cells = <1>; #phy-cells = <1>;
samsung,sysreg-phandle = <&sys_reg>; samsung,sysreg-phandle = <&sys_reg>;
samsung,pmureg-phandle = <&pmu_reg>; samsung,pmureg-phandle = <&pmu_reg>;
......
...@@ -33,6 +33,5 @@ Example: ...@@ -33,6 +33,5 @@ Example:
clock-names = "hsic_480M", "hsic_12M", "phy"; clock-names = "hsic_480M", "hsic_12M", "phy";
resets = <&usb_phy_clk 18>, <&usb_phy_clk 19>; resets = <&usb_phy_clk 18>, <&usb_phy_clk 19>;
reset-names = "hsic", "phy"; reset-names = "hsic", "phy";
status = "disabled";
#phy-cells = <0>; #phy-cells = <0>;
}; };
...@@ -148,5 +148,4 @@ dbgu: serial@fffff200 { ...@@ -148,5 +148,4 @@ dbgu: serial@fffff200 {
interrupts = <1 4 7>; interrupts = <1 4 7>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_dbgu>; pinctrl-0 = <&pinctrl_dbgu>;
status = "disabled";
}; };
...@@ -61,7 +61,6 @@ Examples: ...@@ -61,7 +61,6 @@ Examples:
usdhc@0219c000 { /* uSDHC4 */ usdhc@0219c000 { /* uSDHC4 */
non-removable; non-removable;
vmmc-supply = <&reg_3p3v>; vmmc-supply = <&reg_3p3v>;
status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc4_1>; pinctrl-0 = <&pinctrl_usdhc4_1>;
}; };
......
...@@ -61,7 +61,6 @@ iomuxc-lpsr controller and SDA pad from iomuxc controller as: ...@@ -61,7 +61,6 @@ iomuxc-lpsr controller and SDA pad from iomuxc controller as:
i2c1: i2c@30a20000 { i2c1: i2c@30a20000 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c1_1 &pinctrl_i2c1_2>; pinctrl-0 = <&pinctrl_i2c1_1 &pinctrl_i2c1_2>;
status = "okay";
}; };
iomuxc-lpsr@302c0000 { iomuxc-lpsr@302c0000 {
......
...@@ -56,5 +56,4 @@ Example: ...@@ -56,5 +56,4 @@ Example:
pinctrl-0 = <&state_dpaux_i2c>; pinctrl-0 = <&state_dpaux_i2c>;
pinctrl-1 = <&state_dpaux_off>; pinctrl-1 = <&state_dpaux_off>;
pinctrl-names = "default", "idle"; pinctrl-names = "default", "idle";
status = "disabled";
}; };
...@@ -50,7 +50,6 @@ uart2: serial@900000 { ...@@ -50,7 +50,6 @@ uart2: serial@900000 {
reg-io-width = <1>; reg-io-width = <1>;
current-speed = <115200>; current-speed = <115200>;
no-loopback-test; no-loopback-test;
status = "disabled";
resets = <&reset 22>; resets = <&reset 22>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart2>; pinctrl-0 = <&pinctrl_uart2>;
......
...@@ -81,5 +81,4 @@ pmm: pin-controller@1462000 { ...@@ -81,5 +81,4 @@ pmm: pin-controller@1462000 {
&vga { &vga {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&vga_pins>; pinctrl-0 = <&vga_pins>;
status = "okay";
}; };
...@@ -172,5 +172,4 @@ Example 4: KZM-A9-GT (SH-Mobile AG5) default pin state for the MMCIF device ...@@ -172,5 +172,4 @@ Example 4: KZM-A9-GT (SH-Mobile AG5) default pin state for the MMCIF device
bus-width = <8>; bus-width = <8>;
vmmc-supply = <&reg_1p8v>; vmmc-supply = <&reg_1p8v>;
status = "okay";
}; };
...@@ -120,7 +120,6 @@ uart2: serial@20064000 { ...@@ -120,7 +120,6 @@ uart2: serial@20064000 {
reg-shift = <2>; reg-shift = <2>;
reg-io-width = <1>; reg-io-width = <1>;
clocks = <&mux_uart2>; clocks = <&mux_uart2>;
status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart2_xfer>; pinctrl-0 = <&uart2_xfer>;
......
...@@ -180,5 +180,4 @@ pin-controller { ...@@ -180,5 +180,4 @@ pin-controller {
&usart1 { &usart1 {
pinctrl-0 = <&usart1_pins_a>; pinctrl-0 = <&usart1_pins_a>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay";
}; };
...@@ -13,6 +13,5 @@ Example: ...@@ -13,6 +13,5 @@ Example:
act8846: act8846@5 { act8846: act8846@5 {
compatible = "active-semi,act8846"; compatible = "active-semi,act8846";
status = "okay";
system-power-controller; system-power-controller;
} }
...@@ -8,5 +8,4 @@ Example node: ...@@ -8,5 +8,4 @@ Example node:
restart { restart {
compatible = "st,stih407-restart"; compatible = "st,stih407-restart";
st,syscfg = <&syscfg_sbc_reg>; st,syscfg = <&syscfg_sbc_reg>;
status = "okay";
}; };
...@@ -29,7 +29,6 @@ Example: ...@@ -29,7 +29,6 @@ Example:
pmic@5b { pmic@5b {
compatible = "active-semi,act8945a"; compatible = "active-semi,act8945a";
reg = <0x5b>; reg = <0x5b>;
status = "okay";
charger { charger {
compatible = "active-semi,act8945a-charger"; compatible = "active-semi,act8945a-charger";
...@@ -43,6 +42,5 @@ Example: ...@@ -43,6 +42,5 @@ Example:
active-semi,input-voltage-threshold-microvolt = <6600>; active-semi,input-voltage-threshold-microvolt = <6600>;
active-semi,precondition-timeout = <40>; active-semi,precondition-timeout = <40>;
active-semi,total-timeout = <3>; active-semi,total-timeout = <3>;
status = "okay";
}; };
}; };
...@@ -21,5 +21,4 @@ Example: ...@@ -21,5 +21,4 @@ Example:
flt-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>; flt-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
chg-gpios = <&gpio3 15 GPIO_ACTIVE_LOW>; chg-gpios = <&gpio3 15 GPIO_ACTIVE_LOW>;
cen-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; cen-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;
status = "okay";
}; };
...@@ -12,7 +12,6 @@ Example: ...@@ -12,7 +12,6 @@ Example:
clock-frequency = <50000>; clock-frequency = <50000>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>; pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";
max14656@35 { max14656@35 {
compatible = "maxim,max14656"; compatible = "maxim,max14656";
......
...@@ -9,5 +9,4 @@ Example: ...@@ -9,5 +9,4 @@ Example:
ptp_dte: ptp_dte@180af650 { ptp_dte: ptp_dte@180af650 {
compatible = "brcm,ptp-dte"; compatible = "brcm,ptp-dte";
reg = <0x180af650 0x10>; reg = <0x180af650 0x10>;
status = "okay";
}; };
...@@ -19,7 +19,6 @@ Example: ...@@ -19,7 +19,6 @@ Example:
compatible = "amlogic,meson-gxbb-pwm"; compatible = "amlogic,meson-gxbb-pwm";
reg = <0x0 0x08550 0x0 0x10>; reg = <0x0 0x08550 0x0 0x10>;
#pwm-cells = <3>; #pwm-cells = <3>;
status = "disabled";
clocks = <&xtal>, <&xtal>; clocks = <&xtal>, <&xtal>;
clock-names = "clkin0", "clkin1"; clock-names = "clkin0", "clkin1";
} }
...@@ -19,5 +19,4 @@ Example: ...@@ -19,5 +19,4 @@ Example:
reg = <0x01c20e00 0xc>; reg = <0x01c20e00 0xc>;
clocks = <&osc24M>; clocks = <&osc24M>;
#pwm-cells = <3>; #pwm-cells = <3>;
status = "disabled";
}; };
...@@ -26,7 +26,6 @@ epwmss0: epwmss@48300000 { /* PWMSS for am33xx */ ...@@ -26,7 +26,6 @@ epwmss0: epwmss@48300000 { /* PWMSS for am33xx */
ti,hwmods = "epwmss0"; ti,hwmods = "epwmss0";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
status = "disabled";
ranges = <0x48300100 0x48300100 0x80 /* ECAP */ ranges = <0x48300100 0x48300100 0x80 /* ECAP */
0x48300180 0x48300180 0x80 /* EQEP */ 0x48300180 0x48300180 0x80 /* EQEP */
0x48300200 0x48300200 0x80>; /* EHRPWM */ 0x48300200 0x48300200 0x80>; /* EHRPWM */
...@@ -40,7 +39,6 @@ epwmss0: epwmss@48300000 { /* PWMSS for am4372 */ ...@@ -40,7 +39,6 @@ epwmss0: epwmss@48300000 { /* PWMSS for am4372 */
ti,hwmods = "epwmss0"; ti,hwmods = "epwmss0";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
status = "disabled";
ranges = <0x48300100 0x48300100 0x80 /* ECAP */ ranges = <0x48300100 0x48300100 0x80 /* ECAP */
0x48300180 0x48300180 0x80 /* EQEP */ 0x48300180 0x48300180 0x80 /* EQEP */
0x48300200 0x48300200 0x80>; /* EHRPWM */ 0x48300200 0x48300200 0x80>; /* EHRPWM */
......
...@@ -52,7 +52,6 @@ Example: ...@@ -52,7 +52,6 @@ Example:
compatible = "active-semi,act8865"; compatible = "active-semi,act8865";
reg = <0x5b>; reg = <0x5b>;
active-semi,vsel-high; active-semi,vsel-high;
status = "disabled";
regulators { regulators {
vcc_1v8_reg: DCDC_REG1 { vcc_1v8_reg: DCDC_REG1 {
......
...@@ -23,7 +23,6 @@ Example: ...@@ -23,7 +23,6 @@ Example:
pmic@5b { pmic@5b {
compatible = "active-semi,act8945a"; compatible = "active-semi,act8945a";
reg = <0x5b>; reg = <0x5b>;
status = "okay";
active-semi,vsel-high; active-semi,vsel-high;
......
...@@ -80,5 +80,4 @@ mac: ethernet@40010000 { ...@@ -80,5 +80,4 @@ mac: ethernet@40010000 {
clock-names = "stmmaceth"; clock-names = "stmmaceth";
resets = <&rgu 22>; resets = <&rgu 22>;
reset-names = "stmmaceth"; reset-names = "stmmaceth";
status = "disabled";
}; };
...@@ -45,5 +45,4 @@ Example: ...@@ -45,5 +45,4 @@ Example:
interrupts = <17 1>; interrupts = <17 1>;
interrupt-names = "alarm"; interrupt-names = "alarm";
st,syscfg = <&pwrcfg>; st,syscfg = <&pwrcfg>;
status = "disabled";
}; };
...@@ -85,5 +85,4 @@ Example: ...@@ -85,5 +85,4 @@ Example:
<366 1>,<367 1>/* cq30-31 */ <366 1>,<367 1>/* cq30-31 */
<376 4>,/* fatal ecc */ <376 4>,/* fatal ecc */
<381 4>;/* fatal axi */ <381 4>;/* fatal axi */
status = "disabled";
}; };
...@@ -19,7 +19,6 @@ Example (for ARM-based BeagleBoard xM with ST33ZP24 on I2C2): ...@@ -19,7 +19,6 @@ Example (for ARM-based BeagleBoard xM with ST33ZP24 on I2C2):
&i2c2 { &i2c2 {
status = "okay";
st33zp24: st33zp24@13 { st33zp24: st33zp24@13 {
......
...@@ -18,7 +18,6 @@ Example (for ARM-based BeagleBoard xM with ST33ZP24 on SPI4): ...@@ -18,7 +18,6 @@ Example (for ARM-based BeagleBoard xM with ST33ZP24 on SPI4):
&mcspi4 { &mcspi4 {
status = "okay";
st33zp24@0 { st33zp24@0 {
......
...@@ -17,5 +17,4 @@ tpm@57 { ...@@ -17,5 +17,4 @@ tpm@57 {
compatible = "nuvoton,npct650", "nuvoton,npct601"; compatible = "nuvoton,npct650", "nuvoton,npct601";
linux,sml-base = <0x7f 0xfd450000>; linux,sml-base = <0x7f 0xfd450000>;
linux,sml-size = <0x10000>; linux,sml-size = <0x10000>;
status = "okay";
}; };
...@@ -13,7 +13,6 @@ Example (for ARM-based BeagleBoard xM with TPM_TIS on SPI4): ...@@ -13,7 +13,6 @@ Example (for ARM-based BeagleBoard xM with TPM_TIS on SPI4):
&mcspi4 { &mcspi4 {
status = "okay";
tpm_tis@0 { tpm_tis@0 {
......
...@@ -15,7 +15,6 @@ arcuart0: serial@c0fc1000 { ...@@ -15,7 +15,6 @@ arcuart0: serial@c0fc1000 {
interrupts = <5>; interrupts = <5>;
clock-frequency = <80000000>; clock-frequency = <80000000>;
current-speed = <115200>; current-speed = <115200>;
status = "okay";
}; };
Note: Each port should have an alias correctly numbered in "aliases" node. Note: Each port should have an alias correctly numbered in "aliases" node.
......
...@@ -15,7 +15,6 @@ serial@b00260000 { ...@@ -15,7 +15,6 @@ serial@b00260000 {
compatible = "axis,etraxfs-uart"; compatible = "axis,etraxfs-uart";
reg = <0xb0026000 0x1000>; reg = <0xb0026000 0x1000>;
interrupts = <68>; interrupts = <68>;
status = "disabled";
dtr-gpios = <&sysgpio 0 GPIO_ACTIVE_LOW>; dtr-gpios = <&sysgpio 0 GPIO_ACTIVE_LOW>;
dsr-gpios = <&sysgpio 1 GPIO_ACTIVE_LOW>; dsr-gpios = <&sysgpio 1 GPIO_ACTIVE_LOW>;
rng-gpios = <&sysgpio 2 GPIO_ACTIVE_LOW>; rng-gpios = <&sysgpio 2 GPIO_ACTIVE_LOW>;
......
...@@ -33,5 +33,4 @@ serial@70006000 { ...@@ -33,5 +33,4 @@ serial@70006000 {
reset-names = "serial"; reset-names = "serial";
dmas = <&apbdma 8>, <&apbdma 8>; dmas = <&apbdma 8>, <&apbdma 8>;
dma-names = "rx", "tx"; dma-names = "rx", "tx";
status = "disabled";
}; };
...@@ -72,13 +72,10 @@ Examples: ...@@ -72,13 +72,10 @@ Examples:
}; };
uarta: serial@12490000 { uarta: serial@12490000 {
status = "ok";
}; };
uartb: serial@16340000 { uartb: serial@16340000 {
status = "ok";
}; };
uartc: serial@1a240000 { uartc: serial@1a240000 {
status = "ok";
}; };
...@@ -43,7 +43,6 @@ Examples: ...@@ -43,7 +43,6 @@ Examples:
rng-gpios = <&gpio2 25 GPIO_ACTIVE_LOW>; rng-gpios = <&gpio2 25 GPIO_ACTIVE_LOW>;
cts-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; cts-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
rts-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; rts-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
status = "okay";
}; };
scifa4: serial@e6c80000 { scifa4: serial@e6c80000 {
...@@ -54,5 +53,4 @@ Examples: ...@@ -54,5 +53,4 @@ Examples:
clock-names = "fck"; clock-names = "fck";
power-domains = <&pd_a3sp>; power-domains = <&pd_a3sp>;
uart-has-rtscts; uart-has-rtscts;
status = "okay";
}; };
...@@ -19,5 +19,4 @@ Example: ...@@ -19,5 +19,4 @@ Example:
reg = <0x01c2a000 0x400>; reg = <0x01c2a000 0x400>;
interrupts = <0 62 4>; interrupts = <0 62 4>;
clocks = <&apb1_gates 6>; clocks = <&apb1_gates 6>;
status = "disabled";
}; };
...@@ -78,7 +78,6 @@ Example for APQ8064: ...@@ -78,7 +78,6 @@ Example for APQ8064:
interrupts = <0 152 0x0>; interrupts = <0 152 0x0>;
clocks = <&gcc GSBI4_UART_CLK>, <&gcc GSBI4_H_CLK>; clocks = <&gcc GSBI4_UART_CLK>, <&gcc GSBI4_H_CLK>;
clock-names = "core", "iface"; clock-names = "core", "iface";
status = "ok";
}; };
}; };
......
...@@ -23,5 +23,4 @@ Example: ...@@ -23,5 +23,4 @@ Example:
compatible = "marvell,a370db-audio"; compatible = "marvell,a370db-audio";
marvell,audio-controller = <&audio_controller>; marvell,audio-controller = <&audio_controller>;
marvell,audio-codec = <&audio_codec &spdif_out &spdif_in>; marvell,audio-codec = <&audio_codec &spdif_out &spdif_in>;
status = "okay";
}; };
...@@ -45,7 +45,6 @@ Example: ...@@ -45,7 +45,6 @@ Example:
&ssc0 { &ssc0 {
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
status = "okay";
}; };
&i2c { &i2c {
......
...@@ -47,21 +47,17 @@ Example: ...@@ -47,21 +47,17 @@ Example:
ssp0: ssp_port@0 { ssp0: ssp_port@0 {
reg = <0>; reg = <0>;
status = "okay";
}; };
ssp1: ssp_port@1 { ssp1: ssp_port@1 {
reg = <1>; reg = <1>;
status = "disabled";
}; };
ssp2: ssp_port@2 { ssp2: ssp_port@2 {
reg = <2>; reg = <2>;
status = "disabled";
}; };
spdif: spdif_port@3 { spdif: spdif_port@3 {
reg = <3>; reg = <3>;
status = "disabled";
}; };
}; };
...@@ -47,5 +47,4 @@ mcbsp0: mcbsp@1d10000 { ...@@ -47,5 +47,4 @@ mcbsp0: mcbsp@1d10000 {
dmas = <&edma0 3 1 dmas = <&edma0 3 1
&edma0 2 1>; &edma0 2 1>;
dma-names = "tx", "rx"; dma-names = "tx", "rx";
status = "okay";
}; };
...@@ -61,5 +61,4 @@ asrc: asrc@02034000 { ...@@ -61,5 +61,4 @@ asrc: asrc@02034000 {
"txa", "txb", "txc"; "txa", "txb", "txc";
fsl,asrc-rate = <48000>; fsl,asrc-rate = <48000>;
fsl,asrc-width = <16>; fsl,asrc-width = <16>;
status = "okay";
}; };
...@@ -59,5 +59,4 @@ esai: esai@02024000 { ...@@ -59,5 +59,4 @@ esai: esai@02024000 {
fsl,fifo-depth = <128>; fsl,fifo-depth = <128>;
fsl,esai-synchronous; fsl,esai-synchronous;
big-endian; big-endian;
status = "disabled";
}; };
...@@ -59,5 +59,4 @@ spdif: spdif@02004000 { ...@@ -59,5 +59,4 @@ spdif: spdif@02004000 {
"rxtx7"; "rxtx7";
big-endian; big-endian;
status = "okay";
}; };
...@@ -13,5 +13,4 @@ Example node: ...@@ -13,5 +13,4 @@ Example node:
hdmi_audio: hdmi_audio@0 { hdmi_audio: hdmi_audio@0 {
compatible = "linux,hdmi-audio"; compatible = "linux,hdmi-audio";
status = "okay";
}; };
...@@ -621,7 +621,6 @@ Example: simple sound card ...@@ -621,7 +621,6 @@ Example: simple sound card
/* Single DAI */ /* Single DAI */
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
status = "okay";
rcar_sound,dai { rcar_sound,dai {
dai0 { dai0 {
...@@ -667,7 +666,6 @@ Example: simple sound card for Multi channel ...@@ -667,7 +666,6 @@ Example: simple sound card for Multi channel
/* Single DAI */ /* Single DAI */
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
status = "okay";
rcar_sound,dai { rcar_sound,dai {
dai0 { dai0 {
......
...@@ -35,5 +35,4 @@ pdm: pdm@ff040000 { ...@@ -35,5 +35,4 @@ pdm: pdm@ff040000 {
&pdmm0_sdi2 &pdmm0_sdi2
&pdmm0_sdi3>; &pdmm0_sdi3>;
pinctrl-1 = <&pdmm0_sleep>; pinctrl-1 = <&pdmm0_sleep>;
status = "disabled";
}; };
...@@ -41,6 +41,5 @@ spdif: spdif@0x1011e000 { ...@@ -41,6 +41,5 @@ spdif: spdif@0x1011e000 {
dma-names = "tx"; dma-names = "tx";
clock-names = "hclk", "mclk"; clock-names = "hclk", "mclk";
clocks = <&cru HCLK_SPDIF>, <&cru SCLK_SPDIF>; clocks = <&cru HCLK_SPDIF>, <&cru SCLK_SPDIF>;
status = "disabled";
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
}; };
...@@ -53,7 +53,6 @@ Example: ...@@ -53,7 +53,6 @@ Example:
sti_uni_player1: sti-uni-player@0x8D81000 { sti_uni_player1: sti-uni-player@0x8D81000 {
compatible = "st,stih407-uni-player-hdmi"; compatible = "st,stih407-uni-player-hdmi";
status = "okay";
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
st,syscfg = <&syscfg_core>; st,syscfg = <&syscfg_core>;
clocks = <&clk_s_d0_flexgen CLK_PCM_1>; clocks = <&clk_s_d0_flexgen CLK_PCM_1>;
...@@ -66,7 +65,6 @@ Example: ...@@ -66,7 +65,6 @@ Example:
sti_uni_player2: sti-uni-player@0x8D82000 { sti_uni_player2: sti-uni-player@0x8D82000 {
compatible = "st,stih407-uni-player-pcm-out"; compatible = "st,stih407-uni-player-pcm-out";
status = "okay";
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
st,syscfg = <&syscfg_core>; st,syscfg = <&syscfg_core>;
clocks = <&clk_s_d0_flexgen CLK_PCM_2>; clocks = <&clk_s_d0_flexgen CLK_PCM_2>;
...@@ -78,7 +76,6 @@ Example: ...@@ -78,7 +76,6 @@ Example:
sti_uni_player3: sti-uni-player@0x8D85000 { sti_uni_player3: sti-uni-player@0x8D85000 {
compatible = "st,stih407-uni-player-spdif"; compatible = "st,stih407-uni-player-spdif";
status = "okay";
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
st,syscfg = <&syscfg_core>; st,syscfg = <&syscfg_core>;
clocks = <&clk_s_d0_flexgen CLK_SPDIFF>; clocks = <&clk_s_d0_flexgen CLK_SPDIFF>;
...@@ -90,7 +87,6 @@ Example: ...@@ -90,7 +87,6 @@ Example:
sti_uni_reader1: sti-uni-reader@0x8D84000 { sti_uni_reader1: sti-uni-reader@0x8D84000 {
compatible = "st,stih407-uni-reader-hdmi"; compatible = "st,stih407-uni-reader-hdmi";
status = "disabled";
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
st,syscfg = <&syscfg_core>; st,syscfg = <&syscfg_core>;
reg = <0x8D84000 0x158>; reg = <0x8D84000 0x158>;
...@@ -125,7 +121,6 @@ Example of audio card declaration: ...@@ -125,7 +121,6 @@ Example of audio card declaration:
sound { sound {
compatible = "simple-audio-card"; compatible = "simple-audio-card";
simple-audio-card,name = "sti audio card"; simple-audio-card,name = "sti audio card";
status = "okay";
simple-audio-card,dai-link@0 { simple-audio-card,dai-link@0 {
/* DAC */ /* DAC */
......
...@@ -39,5 +39,4 @@ spdif: spdif@01c21000 { ...@@ -39,5 +39,4 @@ spdif: spdif@01c21000 {
clock-names = "apb", "spdif"; clock-names = "apb", "spdif";
dmas = <&dma 0 2>, <&dma 0 2>; dmas = <&dma 0 2>, <&dma 0 2>;
dma-names = "rx", "tx"; dma-names = "rx", "tx";
status = "okay";
}; };
...@@ -17,7 +17,6 @@ Required properties: ...@@ -17,7 +17,6 @@ Required properties:
Example: Example:
tas5720: tas5720@6c { tas5720: tas5720@6c {
status = "okay";
compatible = "ti,tas5720"; compatible = "ti,tas5720";
reg = <0x6c>; reg = <0x6c>;
dvdd-supply = <&vdd_3v3_reg>; dvdd-supply = <&vdd_3v3_reg>;
......
...@@ -27,7 +27,6 @@ Example: ...@@ -27,7 +27,6 @@ Example:
interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
dmas = <&dma 5>, <&dma 6>; dmas = <&dma 5>, <&dma 6>;
dma-names = "tx", "rx"; dma-names = "tx", "rx";
status = "okay";
}; };
sound { sound {
......
...@@ -24,5 +24,4 @@ Example: ...@@ -24,5 +24,4 @@ Example:
interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
dmas = <&dma 4>; dmas = <&dma 4>;
dma-names = "tx"; dma-names = "tx";
status = "okay";
}; };
...@@ -28,7 +28,6 @@ spi1: spi@0x4000c400 { /* USART1 */ ...@@ -28,7 +28,6 @@ spi1: spi@0x4000c400 { /* USART1 */
clocks = <&cmu 20>; clocks = <&cmu 20>;
cs-gpios = <&gpio 51 1>; // D3 cs-gpios = <&gpio 51 1>; // D3
energymicro,location = <1>; energymicro,location = <1>;
status = "ok";
ks8851@0 { ks8851@0 {
compatible = "ks8851"; compatible = "ks8851";
...@@ -36,6 +35,5 @@ spi1: spi@0x4000c400 { /* USART1 */ ...@@ -36,6 +35,5 @@ spi1: spi@0x4000c400 { /* USART1 */
reg = <0>; reg = <0>;
interrupt-parent = <&boardfpga>; interrupt-parent = <&boardfpga>;
interrupts = <4>; interrupts = <4>;
status = "ok";
}; };
}; };
...@@ -38,5 +38,4 @@ spi@7000d600 { ...@@ -38,5 +38,4 @@ spi@7000d600 {
reset-names = "spi"; reset-names = "spi";
dmas = <&apbdma 16>, <&apbdma 16>; dmas = <&apbdma 16>, <&apbdma 16>;
dma-names = "rx", "tx"; dma-names = "rx", "tx";
status = "disabled";
}; };
...@@ -34,5 +34,4 @@ spi@7000c380 { ...@@ -34,5 +34,4 @@ spi@7000c380 {
reset-names = "spi"; reset-names = "spi";
dmas = <&apbdma 11>, <&apbdma 11>; dmas = <&apbdma 11>, <&apbdma 11>;
dma-names = "rx", "tx"; dma-names = "rx", "tx";
status = "disabled";
}; };
...@@ -34,5 +34,4 @@ spi@7000d600 { ...@@ -34,5 +34,4 @@ spi@7000d600 {
reset-names = "spi"; reset-names = "spi";
dmas = <&apbdma 16>, <&apbdma 16>; dmas = <&apbdma 16>, <&apbdma 16>;
dma-names = "rx", "tx"; dma-names = "rx", "tx";
status = "disabled";
}; };
...@@ -24,6 +24,5 @@ Example: ...@@ -24,6 +24,5 @@ Example:
interrupts = <0 63 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 63 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "disabled";
}; };
...@@ -78,5 +78,4 @@ Example: ...@@ -78,5 +78,4 @@ Example:
dma-names = "tx", "rx"; dma-names = "tx", "rx";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "disabled";
}; };
...@@ -23,7 +23,6 @@ spi@80000500 { ...@@ -23,7 +23,6 @@ spi@80000500 {
reg = <0x80000500 0x4>; reg = <0x80000500 0x4>;
interrupts = <15>; interrupts = <15>;
clocks = <&clks CLPS711X_CLK_SPI>; clocks = <&clks CLPS711X_CLK_SPI>;
status = "disabled";
}; };
syscon3: syscon@80002200 { syscon3: syscon@80002200 {
......
...@@ -39,7 +39,6 @@ dspi0@4002c000 { ...@@ -39,7 +39,6 @@ dspi0@4002c000 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_dspi0_1>; pinctrl-0 = <&pinctrl_dspi0_1>;
big-endian; big-endian;
status = "okay";
sflash: at26df081a@0 { sflash: at26df081a@0 {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -57,5 +57,4 @@ spi: spi@1100a000 { ...@@ -57,5 +57,4 @@ spi: spi@1100a000 {
clock-names = "parent-clk", "sel-clk", "spi-clk"; clock-names = "parent-clk", "sel-clk", "spi-clk";
cs-gpios = <&pio 105 GPIO_ACTIVE_LOW>, <&pio 72 GPIO_ACTIVE_LOW>; cs-gpios = <&pio 105 GPIO_ACTIVE_LOW>, <&pio 72 GPIO_ACTIVE_LOW>;
mediatek,pad-select = <1>, <0>; mediatek,pad-select = <1>, <0>;
status = "disabled";
}; };
...@@ -29,7 +29,6 @@ Example: ...@@ -29,7 +29,6 @@ Example:
cell-index = <0>; cell-index = <0>;
reg = <0x10600 0x28>; reg = <0x10600 0x28>;
interrupts = <23>; interrupts = <23>;
status = "disabled";
}; };
Example with SPI direct mode support (optionally): Example with SPI direct mode support (optionally):
...@@ -48,7 +47,6 @@ Example with SPI direct mode support (optionally): ...@@ -48,7 +47,6 @@ Example with SPI direct mode support (optionally):
<MBUS_ID(0x01, 0x9f) 0 0xffffffff>, /* CS6 */ <MBUS_ID(0x01, 0x9f) 0 0xffffffff>, /* CS6 */
<MBUS_ID(0x01, 0xdf) 0 0xffffffff>; /* CS7 */ <MBUS_ID(0x01, 0xdf) 0 0xffffffff>; /* CS7 */
interrupts = <23>; interrupts = <23>;
status = "disabled";
}; };
To enable the direct mode, the board specific 'ranges' property in the To enable the direct mode, the board specific 'ranges' property in the
......
...@@ -18,7 +18,6 @@ spi1: spi@01c06000 { ...@@ -18,7 +18,6 @@ spi1: spi@01c06000 {
interrupts = <11>; interrupts = <11>;
clocks = <&ahb_gates 21>, <&spi1_clk>; clocks = <&ahb_gates 21>, <&spi1_clk>;
clock-names = "ahb", "mod"; clock-names = "ahb", "mod";
status = "disabled";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
}; };
...@@ -39,7 +39,6 @@ spi0: spi@01c68000 { ...@@ -39,7 +39,6 @@ spi0: spi@01c68000 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&spi0_pins>; pinctrl-0 = <&spi0_pins>;
resets = <&ccu RST_BUS_SPI0>; resets = <&ccu RST_BUS_SPI0>;
status = "disabled";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
}; };
...@@ -26,7 +26,6 @@ spi1: spi@fffcc000 { ...@@ -26,7 +26,6 @@ spi1: spi@fffcc000 {
clock-names = "spi_clk"; clock-names = "spi_clk";
cs-gpios = <&pioB 3 0>; cs-gpios = <&pioB 3 0>;
atmel,fifo-size = <32>; atmel,fifo-size = <32>;
status = "okay";
mmc-slot@0 { mmc-slot@0 {
compatible = "mmc-spi-slot"; compatible = "mmc-spi-slot";
......
...@@ -59,7 +59,6 @@ sram-controller@01c00000 { ...@@ -59,7 +59,6 @@ sram-controller@01c00000 {
emac_sram: sram-section@8000 { emac_sram: sram-section@8000 {
compatible = "allwinner,sun4i-a10-sram-a3-a4"; compatible = "allwinner,sun4i-a10-sram-a3-a4";
reg = <0x8000 0x4000>; reg = <0x8000 0x4000>;
status = "disabled";
}; };
}; };
}; };
......
...@@ -20,5 +20,4 @@ Example: ...@@ -20,5 +20,4 @@ Example:
compatible = "marvell,armada370-thermal"; compatible = "marvell,armada370-thermal";
reg = <0xd0018300 0x4 reg = <0xd0018300 0x4
0xd0018304 0x4>; 0xd0018304 0x4>;
status = "okay";
}; };
...@@ -77,7 +77,6 @@ Example 1): ...@@ -77,7 +77,6 @@ Example 1):
interrupts = <2 4>; interrupts = <2 4>;
clocks = <&clock 383>; clocks = <&clock 383>;
clock-names = "tmu_apbif"; clock-names = "tmu_apbif";
status = "disabled";
vtmu-supply = <&tmu_regulator_node>; vtmu-supply = <&tmu_regulator_node>;
#include "exynos4412-tmu-sensor-conf.dtsi" #include "exynos4412-tmu-sensor-conf.dtsi"
}; };
......
...@@ -36,7 +36,6 @@ Example: ...@@ -36,7 +36,6 @@ Example:
clocks = <&cpg CPG_MOD 522>; clocks = <&cpg CPG_MOD 522>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
#thermal-sensor-cells = <1>; #thermal-sensor-cells = <1>;
status = "okay";
}; };
thermal-zones { thermal-zones {
......
...@@ -10,7 +10,6 @@ All other properties are optional. ...@@ -10,7 +10,6 @@ All other properties are optional.
Example: Example:
unittest { unittest {
compatible = "unittest"; compatible = "unittest";
status = "okay";
}; };
2) OF unittest i2c adapter platform device 2) OF unittest i2c adapter platform device
...@@ -25,7 +24,6 @@ Children nodes contain unittest i2c devices. ...@@ -25,7 +24,6 @@ Children nodes contain unittest i2c devices.
Example: Example:
unittest-i2c-bus { unittest-i2c-bus {
compatible = "unittest-i2c-bus"; compatible = "unittest-i2c-bus";
status = "okay";
}; };
3) OF unittest i2c device 3) OF unittest i2c device
...@@ -40,7 +38,6 @@ All other properties are optional ...@@ -40,7 +38,6 @@ All other properties are optional
Example: Example:
unittest-i2c-dev { unittest-i2c-dev {
compatible = "unittest-i2c-dev"; compatible = "unittest-i2c-dev";
status = "okay";
}; };
4) OF unittest i2c mux device 4) OF unittest i2c mux device
...@@ -55,7 +52,6 @@ Children nodes contain unittest i2c bus nodes per channel. ...@@ -55,7 +52,6 @@ Children nodes contain unittest i2c bus nodes per channel.
Example: Example:
unittest-i2c-mux { unittest-i2c-mux {
compatible = "unittest-i2c-mux"; compatible = "unittest-i2c-mux";
status = "okay";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
channel-0 { channel-0 {
...@@ -65,7 +61,6 @@ Example: ...@@ -65,7 +61,6 @@ Example:
i2c-dev { i2c-dev {
reg = <8>; reg = <8>;
compatible = "unittest-i2c-dev"; compatible = "unittest-i2c-dev";
status = "okay";
}; };
}; };
}; };
...@@ -25,5 +25,4 @@ Example: ...@@ -25,5 +25,4 @@ Example:
phys = <&usbphy 0>; phys = <&usbphy 0>;
phy-names = "usb"; phy-names = "usb";
extcon = <&usbphy 0>; extcon = <&usbphy 0>;
status = "disabled";
}; };
...@@ -42,7 +42,6 @@ Example: ...@@ -42,7 +42,6 @@ Example:
usb_phy: usb-phy { usb_phy: usb-phy {
compatible = "ti,da830-usb-phy"; compatible = "ti,da830-usb-phy";
#phy-cells = <0>; #phy-cells = <0>;
status = "okay";
}; };
usb0: usb@200000 { usb0: usb@200000 {
compatible = "ti,da830-musb"; compatible = "ti,da830-musb";
...@@ -66,7 +65,6 @@ Example: ...@@ -66,7 +65,6 @@ Example:
"rx1", "rx2", "rx3", "rx4", "rx1", "rx2", "rx3", "rx4",
"tx1", "tx2", "tx3", "tx4"; "tx1", "tx2", "tx3", "tx4";
status = "okay";
cppi41dma: dma-controller@201000 { cppi41dma: dma-controller@201000 {
compatible = "ti,da830-cppi41"; compatible = "ti,da830-cppi41";
......
...@@ -42,7 +42,6 @@ or "device". ...@@ -42,7 +42,6 @@ or "device".
Example: Example:
st_dwc3: dwc3@8f94000 { st_dwc3: dwc3@8f94000 {
status = "disabled";
compatible = "st,stih407-dwc3"; compatible = "st,stih407-dwc3";
reg = <0x08f94000 0x1000>, <0x110 0x4>; reg = <0x08f94000 0x1000>, <0x110 0x4>;
reg-names = "reg-glue", "syscfg-reg"; reg-names = "reg-glue", "syscfg-reg";
......
...@@ -18,7 +18,6 @@ Example device node: ...@@ -18,7 +18,6 @@ Example device node:
usb@0 { usb@0 {
#address-cells = <0x2>; #address-cells = <0x2>;
#size-cells = <0x1>; #size-cells = <0x1>;
status = "okay";
compatible = "xlnx,zynqmp-dwc3"; compatible = "xlnx,zynqmp-dwc3";
clock-names = "bus_clk" "ref_clk"; clock-names = "bus_clk" "ref_clk";
clocks = <&clk125>, <&clk125>; clocks = <&clk125>, <&clk125>;
......
...@@ -31,7 +31,6 @@ Example: ...@@ -31,7 +31,6 @@ Example:
clocks = <&clk_s_a1_ls 0>; clocks = <&clk_s_a1_ls 0>;
phys = <&usb2_phy>; phys = <&usb2_phy>;
phy-names = "usb"; phy-names = "usb";
status = "okay";
resets = <&powerdown STIH416_USB1_POWERDOWN>, resets = <&powerdown STIH416_USB1_POWERDOWN>,
<&softreset STIH416_USB1_SOFTRESET>; <&softreset STIH416_USB1_SOFTRESET>;
......
...@@ -40,7 +40,6 @@ Example: ...@@ -40,7 +40,6 @@ Example:
port@0 { port@0 {
reg = <0>; reg = <0>;
phys = <&usb2phy 1>; phys = <&usb2phy 1>;
status = "disabled";
}; };
}; };
...@@ -75,7 +74,6 @@ Example: ...@@ -75,7 +74,6 @@ Example:
port@0 { port@0 {
reg = <0>; reg = <0>;
phys = <&usb2phy 1>; phys = <&usb2phy 1>;
status = "disabled";
}; };
}; };
......
...@@ -21,5 +21,4 @@ Example: ...@@ -21,5 +21,4 @@ Example:
interrupt-parent = <&mic>; interrupt-parent = <&mic>;
interrupts = <0x3d 0>, <0x3e 0>, <0x3c 0>, <0x3a 0>; interrupts = <0x3d 0>, <0x3e 0>, <0x3c 0>, <0x3a 0>;
transceiver = <&isp1301>; transceiver = <&isp1301>;
status = "okay";
}; };
...@@ -31,7 +31,6 @@ Example: ...@@ -31,7 +31,6 @@ Example:
clock-names = "usb"; clock-names = "usb";
interrupts = <GIC_SPI 393 IRQ_TYPE_EDGE_RISING>; interrupts = <GIC_SPI 393 IRQ_TYPE_EDGE_RISING>;
ranges; ranges;
status = "disabled";
dwc3@2690000 { dwc3@2690000 {
compatible = "synopsys,dwc3"; compatible = "synopsys,dwc3";
......
...@@ -71,7 +71,6 @@ ssusb: usb@11271000 { ...@@ -71,7 +71,6 @@ ssusb: usb@11271000 {
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
status = "disabled";
usb_host: xhci@11270000 { usb_host: xhci@11270000 {
compatible = "mediatek,mt8173-xhci"; compatible = "mediatek,mt8173-xhci";
...@@ -82,6 +81,5 @@ ssusb: usb@11271000 { ...@@ -82,6 +81,5 @@ ssusb: usb@11271000 {
clocks = <&topckgen CLK_TOP_USB30_SEL>, <&clk26m>; clocks = <&topckgen CLK_TOP_USB30_SEL>, <&clk26m>;
clock-names = "sys_ck", "ref_ck"; clock-names = "sys_ck", "ref_ck";
vusb33-supply = <&mt6397_vusb_reg>; vusb33-supply = <&mt6397_vusb_reg>;
status = "disabled";
}; };
}; };
...@@ -29,7 +29,6 @@ Example: ...@@ -29,7 +29,6 @@ Example:
clock-names = "ic", "clk48"; clock-names = "ic", "clk48";
phys = <&usb2_phy>; phys = <&usb2_phy>;
phy-names = "usb"; phy-names = "usb";
status = "okay";
resets = <&powerdown STIH416_USB0_POWERDOWN>, resets = <&powerdown STIH416_USB0_POWERDOWN>,
<&softreset STIH416_USB0_SOFTRESET>; <&softreset STIH416_USB0_SOFTRESET>;
......
...@@ -29,7 +29,6 @@ Example device nodes: ...@@ -29,7 +29,6 @@ Example device nodes:
clock-names = "ref"; clock-names = "ref";
#phy-cells = <0>; #phy-cells = <0>;
status = "ok";
}; };
ss_phy: phy@100f8830 { ss_phy: phy@100f8830 {
...@@ -39,7 +38,6 @@ Example device nodes: ...@@ -39,7 +38,6 @@ Example device nodes:
clock-names = "ref"; clock-names = "ref";
#phy-cells = <0>; #phy-cells = <0>;
status = "ok";
}; };
usb3_0: usb30@0 { usb3_0: usb30@0 {
...@@ -51,7 +49,6 @@ Example device nodes: ...@@ -51,7 +49,6 @@ Example device nodes:
ranges; ranges;
status = "ok";
dwc3@10000000 { dwc3@10000000 {
compatible = "snps,dwc3"; compatible = "snps,dwc3";
......
...@@ -29,13 +29,11 @@ Example device nodes: ...@@ -29,13 +29,11 @@ Example device nodes:
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
status = "disabled";
usbdrd_dwc3_0: dwc3@fe800000 { usbdrd_dwc3_0: dwc3@fe800000 {
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x0 0xfe800000 0x0 0x100000>; reg = <0x0 0xfe800000 0x0 0x100000>;
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "otg"; dr_mode = "otg";
status = "disabled";
}; };
}; };
...@@ -48,12 +46,10 @@ Example device nodes: ...@@ -48,12 +46,10 @@ Example device nodes:
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
status = "disabled";
usbdrd_dwc3_1: dwc3@fe900000 { usbdrd_dwc3_1: dwc3@fe900000 {
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x0 0xfe900000 0x0 0x100000>; reg = <0x0 0xfe900000 0x0 0x100000>;
interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "otg"; dr_mode = "otg";
status = "disabled";
}; };
}; };
...@@ -16,7 +16,6 @@ Required properties: ...@@ -16,7 +16,6 @@ Required properties:
Example: Example:
&usb1 { &usb1 {
status = "okay";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
...@@ -15,5 +15,4 @@ owire: owire@63fa4000 { ...@@ -15,5 +15,4 @@ owire: owire@63fa4000 {
compatible = "fsl,imx53-owire", "fsl,imx21-owire"; compatible = "fsl,imx53-owire", "fsl,imx21-owire";
reg = <0x63fa4000 0x4000>; reg = <0x63fa4000 0x4000>;
clocks = <&clks 159>; clocks = <&clks 159>;
status = "disabled";
}; };
...@@ -31,5 +31,4 @@ Example: ...@@ -31,5 +31,4 @@ Example:
atmel,watchdog-type = "hardware"; atmel,watchdog-type = "hardware";
atmel,dbg-halt; atmel,dbg-halt;
atmel,idle-halt; atmel,idle-halt;
status = "okay";
}; };
...@@ -48,5 +48,4 @@ Example: ...@@ -48,5 +48,4 @@ Example:
atmel,idle-halt; atmel,idle-halt;
atmel,max-heartbeat-sec = <16>; atmel,max-heartbeat-sec = <16>;
atmel,min-heartbeat-sec = <0>; atmel,min-heartbeat-sec = <0>;
status = "okay";
}; };
...@@ -41,6 +41,5 @@ Example: ...@@ -41,6 +41,5 @@ Example:
reg = <0x20300 0x28>, <0x20108 0x4>; reg = <0x20300 0x28>, <0x20108 0x4>;
interrupts = <3>; interrupts = <3>;
timeout-sec = <10>; timeout-sec = <10>;
status = "okay";
clocks = <&gate_clk 7>; clocks = <&gate_clk 7>;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment