Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>

-311
-1
Documentation/devicetree/bindings/arm/arch_timer.txt
··· 108 108 frame-number = <1> 109 109 interrupts = <0 15 0x8>; 110 110 reg = <0xf0003000 0x1000>; 111 - status = "disabled"; 112 111 }; 113 112 };
-1
Documentation/devicetree/bindings/arm/marvell/cp110-system-controller0.txt
··· 183 183 gpio-controller; 184 184 #gpio-cells = <2>; 185 185 gpio-ranges = <&cpm_pinctrl 0 0 32>; 186 - status = "disabled"; 187 186 }; 188 187 189 188 };
-2
Documentation/devicetree/bindings/ata/apm-xgene.txt
··· 57 57 <0x0 0x1f227000 0x0 0x1000>; 58 58 interrupts = <0x0 0x87 0x4>; 59 59 dma-coherent; 60 - status = "ok"; 61 60 clocks = <&sataclk 0>; 62 61 phys = <&phy2 0>; 63 62 phy-names = "sata-phy"; ··· 71 72 <0x0 0x1f237000 0x0 0x1000>; 72 73 interrupts = <0x0 0x88 0x4>; 73 74 dma-coherent; 74 - status = "ok"; 75 75 clocks = <&sataclk 0>; 76 76 phys = <&phy3 0>; 77 77 phy-names = "sata-phy";
-1
Documentation/devicetree/bindings/ata/imx-pata.txt
··· 13 13 reg = <0x83fe0000 0x4000>; 14 14 interrupts = <70>; 15 15 clocks = <&clks 161>; 16 - status = "disabled"; 17 16 };
-3
Documentation/devicetree/bindings/bus/mvebu-mbus.txt
··· 227 227 }; 228 228 229 229 devbus-bootcs { 230 - status = "okay"; 231 230 ranges = <0 MBUS_ID(0x01, 0x2f) 0 0x8000000>; 232 231 233 232 /* NOR */ ··· 239 240 240 241 pcie-controller { 241 242 compatible = "marvell,armada-xp-pcie"; 242 - status = "okay"; 243 243 device_type = "pci"; 244 244 245 245 #address-cells = <3>; ··· 256 258 257 259 pcie@1,0 { 258 260 /* Port 0, Lane 0 */ 259 - status = "okay"; 260 261 }; 261 262 }; 262 263
-2
Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt
··· 84 84 reset-names = "gmi"; 85 85 ranges = <4 0 0xd0000000 0xfffffff>; 86 86 87 - status = "okay"; 88 87 89 88 bus@4,0 { 90 89 compatible = "simple-bus"; ··· 120 121 reset-names = "gmi"; 121 122 ranges = <4 0 0xd0000000 0xfffffff>; 122 123 123 - status = "okay"; 124 124 125 125 can@4,0 { 126 126 reg = <4 0 0x100>;
-1
Documentation/devicetree/bindings/bus/nvidia,tegra210-aconnect.txt
··· 33 33 #size-cells = <1>; 34 34 ranges = <0x702c0000 0x0 0x702c0000 0x00040000>; 35 35 36 - status = "disabled"; 37 36 38 37 child1 { 39 38 ...
-1
Documentation/devicetree/bindings/clock/alphascale,acc.txt
··· 102 102 reg = <0x80010000 0x4000>; 103 103 clocks = <&acc CLKID_SYS_UART4>, <&acc CLKID_AHB_UART4>; 104 104 interrupts = <19>; 105 - status = "disabled"; 106 105 }; 107 106 108 107 Clock consumer with only one, _AHB_ sink.
-1
Documentation/devicetree/bindings/clock/amlogic,gxbb-aoclkc.txt
··· 41 41 interrupts = <0 90 1>; 42 42 clocks = <&clkc_AO CLKID_AO_UART1>; 43 43 resets = <&clkc_AO RESET_AO_UART1>; 44 - status = "disabled"; 45 44 };
-1
Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt
··· 33 33 reg = <0xc81004c0 0x14>; 34 34 interrupts = <0 90 1>; 35 35 clocks = <&clkc CLKID_CLK81>; 36 - status = "disabled"; 37 36 };
-1
Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt
··· 39 39 reg = <0xc81004c0 0x14>; 40 40 interrupts = <0 90 1>; 41 41 clocks = <&clkc CLKID_CLK81>; 42 - status = "disabled"; 43 42 };
-1
Documentation/devicetree/bindings/clock/brcm,kona-ccu.txt
··· 46 46 47 47 uart@3e002000 { 48 48 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; 49 - status = "disabled"; 50 49 reg = <0x3e002000 0x1000>; 51 50 clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB3>; 52 51 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
-1
Documentation/devicetree/bindings/clock/exynos5433-clock.txt
··· 465 465 clock-names = "uart", "clk_uart_baud0"; 466 466 pinctrl-names = "default"; 467 467 pinctrl-0 = <&uart0_bus>; 468 - status = "disabled"; 469 468 };
-1
Documentation/devicetree/bindings/clock/hi3660-clock.txt
··· 38 38 clocks = <&crg_ctrl HI3660_CLK_MUX_UART0>, 39 39 <&crg_ctrl HI3660_PCLK>; 40 40 clock-names = "uartclk", "apb_pclk"; 41 - status = "disabled"; 42 41 };
-1
Documentation/devicetree/bindings/clock/hix5hd2-clock.txt
··· 27 27 interrupts = <0 49 4>; 28 28 clocks = <&clock HIX5HD2_FIXED_83M>; 29 29 clock-names = "apb_pclk"; 30 - status = "disabled"; 31 30 };
-1
Documentation/devicetree/bindings/clock/imx21-clock.txt
··· 24 24 clocks = <&clks IMX21_CLK_UART1_IPG_GATE>, 25 25 <&clks IMX21_CLK_PER1>; 26 26 clock-names = "ipg", "per"; 27 - status = "disabled"; 28 27 };
-1
Documentation/devicetree/bindings/clock/imx23-clock.txt
··· 67 67 reg = <0x8006c000 0x2000>; 68 68 interrupts = <24 25 23>; 69 69 clocks = <&clks 32>; 70 - status = "disabled"; 71 70 };
-1
Documentation/devicetree/bindings/clock/imx25-clock.txt
··· 157 157 interrupts = <45>; 158 158 clocks = <&clks 79>, <&clks 50>; 159 159 clock-names = "ipg", "per"; 160 - status = "disabled"; 161 160 };
-1
Documentation/devicetree/bindings/clock/imx27-clock.txt
··· 24 24 clocks = <&clks IMX27_CLK_UART1_IPG_GATE>, 25 25 <&clks IMX27_CLK_PER1_GATE>; 26 26 clock-names = "ipg", "per"; 27 - status = "disabled"; 28 27 };
-1
Documentation/devicetree/bindings/clock/imx28-clock.txt
··· 90 90 reg = <0x8006a000 0x2000>; 91 91 interrupts = <112 70 71>; 92 92 clocks = <&clks 45>; 93 - status = "disabled"; 94 93 };
-1
Documentation/devicetree/bindings/clock/imx31-clock.txt
··· 87 87 interrupts = <45>; 88 88 clocks = <&clks 10>, <&clks 30>; 89 89 clock-names = "ipg", "per"; 90 - status = "disabled"; 91 90 };
-1
Documentation/devicetree/bindings/clock/imx5-clock.txt
··· 25 25 interrupts = <82>; 26 26 clocks = <&clks IMX5_CLK_CAN1_IPG_GATE>, <&clks IMX5_CLK_CAN1_SERIAL_GATE>; 27 27 clock-names = "ipg", "per"; 28 - status = "disabled"; 29 28 };
-1
Documentation/devicetree/bindings/clock/imx6q-clock.txt
··· 27 27 interrupts = <0 26 0x04>; 28 28 clocks = <&clks IMX6QDL_CLK_UART_IPG>, <&clks IMX6QDL_CLK_UART_SERIAL>; 29 29 clock-names = "ipg", "per"; 30 - status = "disabled"; 31 30 };
-1
Documentation/devicetree/bindings/clock/nvidia,tegra124-dfll.txt
··· 66 66 #clock-cells = <0>; 67 67 clock-output-names = "dfllCPU_out"; 68 68 vdd-cpu-supply = <&vdd_cpu>; 69 - status = "okay"; 70 69 71 70 nvidia,sample-rate = <12500>; 72 71 nvidia,droop-ctrl = <0x00000f00>;
-1
Documentation/devicetree/bindings/clock/pxa-clock.txt
··· 12 12 pxa2xx_clks: pxa2xx_clks@41300004 { 13 13 compatible = "marvell,pxa-clocks"; 14 14 #clock-cells = <1>; 15 - status = "okay"; 16 15 };
-1
Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt
··· 81 81 dma-names = "tx", "rx"; 82 82 power-domains = <&cpg>; 83 83 resets = <&cpg 310>; 84 - status = "disabled"; 85 84 };
-1
Documentation/devicetree/bindings/clock/renesas,r8a7778-cpg-clocks.txt
··· 44 44 interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>; 45 45 clocks = <&mstp3_clks R8A7778_CLK_SDHI0>; 46 46 power-domains = <&cpg_clocks>; 47 - status = "disabled"; 48 47 };
-1
Documentation/devicetree/bindings/clock/renesas,rz-cpg-clocks.txt
··· 50 50 clocks = <&mstp3_clks R7S72100_CLK_MTU2>; 51 51 clock-names = "fck"; 52 52 power-domains = <&cpg_clocks>; 53 - status = "disabled"; 54 53 };
-1
Documentation/devicetree/bindings/clock/samsung,s3c2410-clock.txt
··· 46 46 interrupts = <1 23 3 4>, <1 23 4 4>; 47 47 clock-names = "uart", "clk_uart_baud2"; 48 48 clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>; 49 - status = "disabled"; 50 49 };
-1
Documentation/devicetree/bindings/clock/samsung,s3c2412-clock.txt
··· 46 46 clock-names = "uart", "clk_uart_baud2", "clk_uart_baud3"; 47 47 clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>, 48 48 <&clocks SCLK_UART>; 49 - status = "disabled"; 50 49 };
-1
Documentation/devicetree/bindings/clock/samsung,s3c2443-clock.txt
··· 52 52 "clk_uart_baud3"; 53 53 clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>, 54 54 <&clocks SCLK_UART>; 55 - status = "disabled"; 56 55 };
-1
Documentation/devicetree/bindings/clock/samsung,s3c64xx-clock.txt
··· 73 73 "clk_uart_baud3"; 74 74 clocks = <&clock PCLK_UART0>, <&clocks PCLK_UART0>, 75 75 <&clock SCLK_UART>; 76 - status = "disabled"; 77 76 };
-1
Documentation/devicetree/bindings/clock/samsung,s5pv210-clock.txt
··· 74 74 "clk_uart_baud1"; 75 75 clocks = <&clocks UART0>, <&clocks UART0>, 76 76 <&clocks SCLK_UART0>; 77 - status = "disabled"; 78 77 };
-2
Documentation/devicetree/bindings/clock/ti/dra7-atl.txt
··· 81 81 <&atl_clkin2_ck>, <&atl_clkin3_ck>; 82 82 clocks = <&atl_gfclk_mux>; 83 83 clock-names = "fck"; 84 - status = "disabled"; 85 84 }; 86 85 87 86 #include <dt-bindings/clk/ti-dra7-atl.h> 88 87 89 88 &atl { 90 - status = "okay"; 91 89 92 90 atl2 { 93 91 bws = <DRA7_ATL_WS_MCASP2_FSX>;
-1
Documentation/devicetree/bindings/clock/zx296702-clk.txt
··· 31 31 reg = <0x09405000 0x1000>; 32 32 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 33 33 clocks = <&lsp1clk ZX296702_UART0_PCLK>; 34 - status = "disabled"; 35 34 };
-1
Documentation/devicetree/bindings/clock/zx296718-clk.txt
··· 34 34 #phy-cells = <0>; 35 35 clocks = <&topclk USB20_PHY_CLK>; 36 36 clock-names = "phyclk"; 37 - status = "okay"; 38 37 };
-1
Documentation/devicetree/bindings/crypto/fsl-dcp.txt
··· 13 13 compatible = "fsl,imx28-dcp", "fsl,imx23-dcp"; 14 14 reg = <0x80028000 0x2000>; 15 15 interrupts = <52 53>; 16 - status = "okay"; 17 16 };
-1
Documentation/devicetree/bindings/crypto/inside-secure-safexcel.txt
··· 25 25 "eip"; 26 26 clocks = <&cpm_syscon0 1 26>; 27 27 dma-mask = <0xff 0xffffffff>; 28 - status = "disabled"; 29 28 };
-1
Documentation/devicetree/bindings/crypto/marvell-cesa.txt
··· 41 41 clock-names = "cesa0", "cesa1"; 42 42 marvell,crypto-srams = <&crypto_sram0>, <&crypto_sram1>; 43 43 marvell,crypto-sram-size = <0x600>; 44 - status = "okay"; 45 44 };
-1
Documentation/devicetree/bindings/crypto/mv_cesa.txt
··· 29 29 interrupts = <22>; 30 30 marvell,crypto-srams = <&crypto_sram>; 31 31 marvell,crypto-sram-size = <0x600>; 32 - status = "okay"; 33 32 };
-1
Documentation/devicetree/bindings/crypto/rockchip-crypto.txt
··· 25 25 clock-names = "aclk", "hclk", "sclk", "apb_pclk"; 26 26 resets = <&cru SRST_CRYPTO>; 27 27 reset-names = "crypto-rst"; 28 - status = "okay"; 29 28 };
-1
Documentation/devicetree/bindings/devfreq/event/rockchip-dfi.txt
··· 15 15 rockchip,pmu = <&pmugrf>; 16 16 clocks = <&cru PCLK_DDR_MON>; 17 17 clock-names = "pclk_ddr_mon"; 18 - status = "disabled"; 19 18 };
-1
Documentation/devicetree/bindings/devfreq/rk3399_dmc.txt
··· 205 205 rockchip,phy_lpddr4_ck_cs_drv = <PHY_DRV_ODT_80>; 206 206 rockchip,phy_lpddr4_dq_drv = <PHY_DRV_ODT_80>; 207 207 rockchip,phy_lpddr4_odt = <PHY_DRV_ODT_60>; 208 - status = "disabled"; 209 208 };
-1
Documentation/devicetree/bindings/display/atmel,lcdc.txt
··· 34 34 pinctrl-names = "default"; 35 35 pinctrl-0 = <&pinctrl_fb>; 36 36 display = <&display0>; 37 - status = "okay"; 38 37 #address-cells = <1>; 39 38 #size-cells = <1>; 40 39
-1
Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt
··· 23 23 interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>; 24 24 clocks = <&lcdc_clk>, <&lcdck>, <&clk32k>; 25 25 clock-names = "periph_clk","sys_clk", "slow_clk"; 26 - status = "disabled"; 27 26 28 27 hlcdc-display-controller { 29 28 compatible = "atmel,hlcdc-display-controller";
-1
Documentation/devicetree/bindings/display/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
··· 33 33 Example: 34 34 35 35 &mux2_i2c2 { 36 - status = "okay"; 37 36 clock-frequency = <100000>; 38 37 39 38 stdp4028@73 {
-1
Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
··· 43 43 clocks = <&cpg CPG_CORE R8A7795_CLK_S0D4>, <&cpg CPG_MOD 729>; 44 44 clock-names = "iahb", "isfr"; 45 45 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; 46 - status = "disabled"; 47 46 48 47 ports { 49 48 #address-cells = <1>;
-1
Documentation/devicetree/bindings/display/fsl,tcon.txt
··· 14 14 reg = <0x4003d000 0x1000>; 15 15 clocks = <&clks VF610_CLK_TCON0>; 16 16 clock-names = "ipg"; 17 - status = "okay"; 18 17 };
-1
Documentation/devicetree/bindings/display/marvell,pxa2xx-lcdc.txt
··· 23 23 reg = <0x44000000 0x10000>; 24 24 interrupts = <17>; 25 25 clocks = <&clks CLK_LCD>; 26 - status = "okay"; 27 26 28 27 port { 29 28 lcdc_out: endpoint {
-1
Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt
··· 18 18 power-supply = <...>; 19 19 backlight = <&backlight>; 20 20 enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; 21 - status = "okay"; 22 21 }; 23 22 };
-1
Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt
··· 59 59 pinctrl-names = "default"; 60 60 pinctrl-0 = <&edp_hpd>; 61 61 62 - status = "disabled"; 63 62 64 63 ports { 65 64 #address-cells = <1>;
-1
Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
··· 43 43 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; 44 44 clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>; 45 45 clock-names = "iahb", "isfr"; 46 - status = "disabled"; 47 46 ports { 48 47 hdmi_in: port { 49 48 #address-cells = <1>;
-2
Documentation/devicetree/bindings/display/rockchip/dw_mipi_dsi_rockchip.txt
··· 36 36 resets = <&cru SRST_MIPIDSI0>; 37 37 reset-names = "apb"; 38 38 rockchip,grf = <&grf>; 39 - status = "okay"; 40 39 41 40 ports { 42 41 #address-cells = <1>; ··· 64 65 pinctrl-names = "default"; 65 66 pinctrl-0 = <&lcd_en>; 66 67 backlight = <&backlight>; 67 - status = "okay"; 68 68 }; 69 69 };
-1
Documentation/devicetree/bindings/display/rockchip/inno_hdmi-rockchip.txt
··· 25 25 clock-names = "pclk"; 26 26 pinctrl-names = "default"; 27 27 pinctrl-0 = <&hdmi_ctl>; 28 - status = "disabled"; 29 28 30 29 hdmi_in: port { 31 30 #address-cells = <1>;
-1
Documentation/devicetree/bindings/display/simple-framebuffer-sunxi.txt
··· 28 28 allwinner,pipeline = "de_be0-lcd0-hdmi"; 29 29 clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 43>, 30 30 <&ahb_gates 44>; 31 - status = "disabled"; 32 31 }; 33 32 };
-1
Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
··· 260 260 <&dma SUN4I_DMA_NORMAL 16>, 261 261 <&dma SUN4I_DMA_DEDICATED 24>; 262 262 dma-names = "ddc-tx", "ddc-rx", "audio-tx"; 263 - status = "disabled"; 264 263 265 264 ports { 266 265 #address-cells = <1>;
-1
Documentation/devicetree/bindings/dma/fsl-edma.txt
··· 72 72 dma-names = "tx", "rx"; 73 73 dmas = <&edma0 0 21>, 74 74 <&edma0 0 20>; 75 - status = "disabled"; 76 75 };
-1
Documentation/devicetree/bindings/dma/mv-xor.txt
··· 30 30 reg = <0xd0060900 0x100 31 31 0xd0060b00 0x100>; 32 32 clocks = <&coreclk 0>; 33 - status = "okay"; 34 33 35 34 xor00 { 36 35 interrupts = <51>;
-1
Documentation/devicetree/bindings/dma/qcom_adm.txt
··· 48 48 Example: 49 49 50 50 spi4: spi@1a280000 { 51 - status = "ok"; 52 51 spi-max-frequency = <50000000>; 53 52 54 53 pinctrl-0 = <&spi_pins>;
-1
Documentation/devicetree/bindings/dma/snps-dma.txt
··· 63 63 compatible = "arm,pl011", "arm,primecell"; 64 64 reg = <0xe0000000 0x1000>; 65 65 interrupts = <0 35 0x4>; 66 - status = "disabled"; 67 66 dmas = <&dmahost 12 0 1>, 68 67 <&dmahost 13 0 1 0>; 69 68 dma-names = "rx", "rx";
-1
Documentation/devicetree/bindings/dma/st_fdma.txt
··· 69 69 70 70 sti_uni_player2: sti-uni-player@2 { 71 71 compatible = "st,sti-uni-player"; 72 - status = "disabled"; 73 72 #sound-dai-cells = <0>; 74 73 st,syscfg = <&syscfg_core>; 75 74 clocks = <&clk_s_d0_flexgen CLK_PCM_2>;
-1
Documentation/devicetree/bindings/dma/ste-dma40.txt
··· 135 135 <&dma 13 0 0x0>; /* Logical - MemToDev */ 136 136 dma-names = "rx", "rx"; 137 137 138 - status = "disabled"; 139 138 };
-1
Documentation/devicetree/bindings/dma/sun4i-dma.txt
··· 40 40 clock-names = "ahb", "mod"; 41 41 dmas = <&dma 1 29>, <&dma 1 28>; 42 42 dma-names = "rx", "tx"; 43 - status = "disabled"; 44 43 #address-cells = <1>; 45 44 #size-cells = <0>; 46 45 };
-1
Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt
··· 62 62 interrupts-extended = <&gic GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; 63 63 ti,hwmods = "uart1"; 64 64 clock-frequency = <48000000>; 65 - status = "disabled"; 66 65 /* Requesting crossbar input 49 and 50 */ 67 66 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>; 68 67 dma-names = "tx", "rx";
-1
Documentation/devicetree/bindings/dma/ti-edma.txt
··· 102 102 reg-names = "mpu", "dat"; 103 103 interrupts = <80>, <81>; 104 104 interrupt-names = "tx", "rx"; 105 - status = "disabled"; 106 105 /* DMA channels 8 and 9 executed on eDMA TC2 - high priority queue */ 107 106 dmas = <&edma 8 2>, 108 107 <&edma 9 2>;
-1
Documentation/devicetree/bindings/fpga/xilinx-slave-serial.txt
··· 31 31 cell-index = <1>; 32 32 interrupts = <92>; 33 33 clocks = <&coreclk 0>; 34 - status = "okay"; 35 34 36 35 fpga_mgr_spi: fpga-mgr@0 { 37 36 compatible = "xlnx,fpga-slave-serial";
-1
Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt
··· 23 23 #gpio-cells = <2>; 24 24 reg = <0x1100 0x080>; 25 25 interrupts = <78 0x8>; 26 - status = "okay"; 27 26 }; 28 27 29 28 Example of gpio-controller node for a ls2080a SoC:
-1
Documentation/devicetree/bindings/gpio/spear_spics.txt
··· 42 42 43 43 44 44 spi0: spi@e0100000 { 45 - status = "okay"; 46 45 num-cs = <3>; 47 46 cs-gpios = <&gpio1 7 0>, <&spics 0>, 48 47 <&spics 1>;
-3
Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt
··· 51 51 resets = <&tegra_car 184>; 52 52 reset-names = "gpu"; 53 53 iommus = <&mc TEGRA_SWGROUP_GPU>; 54 - status = "disabled"; 55 54 }; 56 55 57 56 Example for GM20B: ··· 69 70 resets = <&tegra_car 184>; 70 71 reset-names = "gpu"; 71 72 iommus = <&mc TEGRA_SWGROUP_GPU>; 72 - status = "disabled"; 73 73 }; 74 74 75 75 Example for GP10B: ··· 87 89 reset-names = "gpu"; 88 90 power-domains = <&bpmp TEGRA186_POWER_DOMAIN_GPU>; 89 91 iommus = <&smmu TEGRA186_SID_GPU>; 90 - status = "disabled"; 91 92 };
-1
Documentation/devicetree/bindings/gpu/samsung-g2d.txt
··· 24 24 interrupts = <0 89 0>; 25 25 clocks = <&clock 177>, <&clock 277>; 26 26 clock-names = "sclk_fimg2d", "fimg2d"; 27 - status = "disabled"; 28 27 };
-1
Documentation/devicetree/bindings/hsi/omap-ssi.txt
··· 92 92 interrupts = <69>, 93 93 <70>; 94 94 95 - status = "disabled"; /* second port is not used on N900 */ 96 95 } 97 96 }
-1
Documentation/devicetree/bindings/i2c/i2c-demux-pinctrl.txt
··· 102 102 #address-cells = <1>; 103 103 #size-cells = <0>; 104 104 compatible = "i2c-gpio"; 105 - status = "disabled"; 106 105 gpios = <&gpio5 6 GPIO_ACTIVE_HIGH /* sda */ 107 106 &gpio5 5 GPIO_ACTIVE_HIGH /* scl */ 108 107 >;
-1
Documentation/devicetree/bindings/i2c/i2c-efm32.txt
··· 22 22 interrupts = <9>; 23 23 clocks = <&cmu clk_HFPERCLKI2C0>; 24 24 clock-frequency = <100000>; 25 - status = "ok"; 26 25 energymicro,location = <3>; 27 26 28 27 eeprom@50 {
-1
Documentation/devicetree/bindings/i2c/nvidia,tegra20-i2c.txt
··· 71 71 reset-names = "i2c"; 72 72 dmas = <&apbdma 16>, <&apbdma 16>; 73 73 dma-names = "rx", "tx"; 74 - status = "disabled"; 75 74 };
-1
Documentation/devicetree/bindings/iio/adc/brcm,iproc-static-adc.txt
··· 37 37 clocks = <&asiu_clks BCM_CYGNUS_ASIU_ADC_CLK>; 38 38 clock-names = "tsc_clk"; 39 39 interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; 40 - status = "disabled"; 41 40 };
-1
Documentation/devicetree/bindings/iio/adc/lpc1850-adc.txt
··· 17 17 clocks = <&ccu1 CLK_APB3_ADC0>; 18 18 vref-supply = <&reg_vdda>; 19 19 resets = <&rgu 40>; 20 - status = "disabled"; 21 20 };
-1
Documentation/devicetree/bindings/iio/dac/lpc1850-dac.txt
··· 16 16 clocks = <&ccu1 CLK_APB3_DAC>; 17 17 vref-supply = <&reg_vdda>; 18 18 resets = <&rgu 42>; 19 - status = "disabled"; 20 19 };
-1
Documentation/devicetree/bindings/input/brcm,bcm-keypad.txt
··· 72 72 /* Required Board specific properties */ 73 73 keypad,num-rows = <5>; 74 74 keypad,num-columns = <5>; 75 - status = "okay"; 76 75 77 76 linux,keymap = <MATRIX_KEY(0x00, 0x02, KEY_F) /* key_forward */ 78 77 MATRIX_KEY(0x00, 0x03, KEY_HOME) /* key_home */
-1
Documentation/devicetree/bindings/input/touchscreen/colibri-vf50-ts.txt
··· 32 32 pinctrl-1 = <&pinctrl_touchctrl_default>; 33 33 pinctrl-2 = <&pinctrl_touchctrl_gpios>; 34 34 vf50-ts-min-pressure = <200>; 35 - status = "disabled"; 36 35 };
-1
Documentation/devicetree/bindings/input/touchscreen/imx6ul_tsc.txt
··· 35 35 measure-delay-time = <0xfff>; 36 36 pre-charge-time = <0xffff>; 37 37 touchscreen-average-samples = <32>; 38 - status = "okay"; 39 38 };
-1
Documentation/devicetree/bindings/media/pxa-camera.txt
··· 24 24 clock-frequency = <50000000>; 25 25 clock-output-names = "qci_mclk"; 26 26 27 - status = "okay"; 28 27 29 28 port { 30 29 #address-cells = <1>;
-1
Documentation/devicetree/bindings/media/s5p-cec.txt
··· 33 33 hdmi-phandle = <&hdmi>; 34 34 pinctrl-names = "default"; 35 35 pinctrl-0 = <&hdmi_cec>; 36 - status = "okay"; 37 36 };
-2
Documentation/devicetree/bindings/media/samsung-fimc.txt
··· 166 166 clock-output-names = "cam_a_clkout", "cam_b_clkout"; 167 167 pinctrl-names = "default"; 168 168 pinctrl-0 = <&cam_port_a_clk_active>; 169 - status = "okay"; 170 169 #address-cells = <1>; 171 170 #size-cells = <1>; 172 171 ··· 188 189 compatible = "samsung,exynos4210-fimc"; 189 190 reg = <0x11800000 0x1000>; 190 191 interrupts = <0 85 0>; 191 - status = "okay"; 192 192 }; 193 193 194 194 csis_0: csis@11880000 {
-1
Documentation/devicetree/bindings/media/stih407-c8sectpfe.txt
··· 52 52 53 53 c8sectpfe@08a20000 { 54 54 compatible = "st,stih407-c8sectpfe"; 55 - status = "okay"; 56 55 reg = <0x08a20000 0x10000>, <0x08a00000 0x4000>; 57 56 reg-names = "stfe", "stfe-ram"; 58 57 interrupts = <GIC_SPI 34 IRQ_TYPE_NONE>, <GIC_SPI 35 IRQ_TYPE_NONE>;
-1
Documentation/devicetree/bindings/media/ti,da850-vpif.txt
··· 59 59 tvp5147@5d { 60 60 compatible = "ti,tvp5147"; 61 61 reg = <0x5d>; 62 - status = "okay"; 63 62 64 63 port { 65 64 composite_in: endpoint {
-1
Documentation/devicetree/bindings/memory-controllers/mvebu-devbus.txt
··· 130 130 Example: 131 131 132 132 devbus-bootcs@d0010400 { 133 - status = "okay"; 134 133 ranges = <0 0xf0000000 0x1000000>; /* @addr 0xf0000000, size 0x1000000 */ 135 134 #address-cells = <1>; 136 135 #size-cells = <1>;
-2
Documentation/devicetree/bindings/mfd/act8945a.txt
··· 12 12 pmic@5b { 13 13 compatible = "active-semi,act8945a"; 14 14 reg = <0x5b>; 15 - status = "okay"; 16 15 17 16 active-semi,vsel-high; 18 17 ··· 78 79 active-semi,input-voltage-threshold-microvolt = <6600>; 79 80 active-semi,precondition-timeout = <40>; 80 81 active-semi,total-timeout = <3>; 81 - status = "okay"; 82 82 }; 83 83 };
-1
Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt
··· 25 25 clocks = <&lcdc_clk>, <&lcdck>, <&clk32k>; 26 26 clock-names = "periph_clk","sys_clk", "slow_clk"; 27 27 interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>; 28 - status = "disabled"; 29 28 30 29 hlcdc-display-controller { 31 30 compatible = "atmel,hlcdc-display-controller";
-1
Documentation/devicetree/bindings/mfd/da9052-i2c.txt
··· 29 29 Examples: 30 30 31 31 i2c@63fc8000 { /* I2C1 */ 32 - status = "okay"; 33 32 34 33 pmic: dialog@48 { 35 34 compatible = "dlg,da9053-aa";
-1
Documentation/devicetree/bindings/mfd/mc13xxx.txt
··· 116 116 fsl,spi-num-chipselects = <2>; 117 117 cs-gpios = <&gpio4 24 0>, /* GPIO4_24 */ 118 118 <&gpio4 25 0>; /* GPIO4_25 */ 119 - status = "okay"; 120 119 121 120 pmic: mc13892@0 { 122 121 #address-cells = <1>;
-2
Documentation/devicetree/bindings/mfd/mxs-lradc.txt
··· 26 26 compatible = "fsl,imx23-lradc"; 27 27 reg = <0x80050000 0x2000>; 28 28 interrupts = <36 37 38 39 40 41 42 43 44>; 29 - status = "okay"; 30 29 fsl,lradc-touchscreen-wires = <4>; 31 30 fsl,ave-ctrl = <4>; 32 31 fsl,ave-delay = <2>; ··· 38 39 compatible = "fsl,imx28-lradc"; 39 40 reg = <0x80050000 0x2000>; 40 41 interrupts = <10 14 15 16 17 18 19 20 21 22 23 24 25>; 41 - status = "okay"; 42 42 fsl,lradc-touchscreen-wires = <5>; 43 43 fsl,ave-ctrl = <4>; 44 44 fsl,ave-delay = <2>;
-2
Documentation/devicetree/bindings/mfd/samsung,exynos5433-lpass.txt
··· 57 57 clock-names = "iis", "i2s_opclk0", "i2s_opclk1"; 58 58 pinctrl-names = "default"; 59 59 pinctrl-0 = <&i2s0_bus>; 60 - status = "disabled"; 61 60 }; 62 61 63 62 serial_3: serial@11460000 { ··· 68 69 clock-names = "uart", "clk_uart_baud0"; 69 70 pinctrl-names = "default"; 70 71 pinctrl-0 = <&uart_aud_bus>; 71 - status = "disabled"; 72 72 }; 73 73 };
-1
Documentation/devicetree/bindings/misc/atmel-ssc.txt
··· 47 47 dma-names = "tx", "rx"; 48 48 pinctrl-names = "default"; 49 49 pinctrl-0 = <&pinctrl_ssc0_tx &pinctrl_ssc0_rx>; 50 - status = "disabled"; 51 50 };
-1
Documentation/devicetree/bindings/mmc/arasan,sdhci.txt
··· 74 74 phys = <&emmc_phy>; 75 75 phy-names = "phy_arasan"; 76 76 #clock-cells = <0>; 77 - status = "disabled"; 78 77 };
-1
Documentation/devicetree/bindings/mmc/davinci_mmc.txt
··· 24 24 compatible = "ti,da830-mmc", 25 25 reg = <0x40000 0x1000>; 26 26 interrupts = <16>; 27 - status = "okay"; 28 27 bus-width = <4>; 29 28 max-frequency = <50000000>; 30 29 dmas = <&edma 16
-1
Documentation/devicetree/bindings/mmc/fsl-imx-mmc.txt
··· 20 20 dma-names = "rx-tx"; 21 21 bus-width = <4>; 22 22 cd-gpios = <&gpio3 29>; 23 - status = "okay"; 24 23 };
-1
Documentation/devicetree/bindings/mmc/mmc-card.txt
··· 21 21 vmmc-supply = <&reg_vcc3v3>; 22 22 bus-width = <8>; 23 23 non-removable; 24 - status = "okay"; 25 24 26 25 mmccard: mmccard@0 { 27 26 reg = <0>;
-1
Documentation/devicetree/bindings/mmc/mmc.txt
··· 153 153 bus-width = <4>; 154 154 non-removable; 155 155 mmc-pwrseq = <&sdhci0_pwrseq> 156 - status = "okay"; 157 156 158 157 brcmf: bcrmf@1 { 159 158 reg = <1>;
-1
Documentation/devicetree/bindings/mmc/orion-sdio.txt
··· 13 13 reg = <0xd00d4000 0x200>; 14 14 interrupts = <54>; 15 15 clocks = <&gateclk 17>; 16 - status = "disabled"; 17 16 };
-3
Documentation/devicetree/bindings/mmc/sdhci-st.txt
··· 63 63 64 64 mmc0: sdhci@fe81e000 { 65 65 compatible = "st,sdhci"; 66 - status = "disabled"; 67 66 reg = <0xfe81e000 0x1000>; 68 67 interrupts = <GIC_SPI 127 IRQ_TYPE_NONE>; 69 68 interrupt-names = "mmcirq"; ··· 76 77 77 78 mmc1: sdhci@09080000 { 78 79 compatible = "st,sdhci-stih407", "st,sdhci"; 79 - status = "disabled"; 80 80 reg = <0x09080000 0x7ff>; 81 81 reg-names = "mmc"; 82 82 interrupts = <GIC_SPI 90 IRQ_TYPE_NONE>; ··· 92 94 93 95 mmc0: sdhci@09060000 { 94 96 compatible = "st,sdhci-stih407", "st,sdhci"; 95 - status = "disabled"; 96 97 reg = <0x09060000 0x7ff>, <0x9061008 0x20>; 97 98 reg-names = "mmc", "top-mmc-delay"; 98 99 interrupts = <GIC_SPI 92 IRQ_TYPE_NONE>;
-1
Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
··· 29 29 max-frequency = <50000000>; 30 30 cap-sdio-irq; 31 31 cap-sd-highspeed; 32 - status = "disabled"; 33 32 };
-1
Documentation/devicetree/bindings/mtd/atmel-quadspi.txt
··· 24 24 #size-cells = <0>; 25 25 pinctrl-names = "default"; 26 26 pinctrl-0 = <&pinctrl_spi0_default>; 27 - status = "okay"; 28 27 29 28 m25p80@0 { 30 29 ...
-1
Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
··· 37 37 clock-names = "spi", "sf"; 38 38 #address-cells = <1>; 39 39 #size-cells = <0>; 40 - status = "disabled"; 41 40 42 41 flash@0 { 43 42 compatible = "jedec,spi-nor";
-1
Documentation/devicetree/bindings/mtd/st-fsm.txt
··· 21 21 st,syscfg = <&syscfg_rear>; 22 22 st,boot-device-reg = <0x958>; 23 23 st,boot-device-spi = <0x1a>; 24 - status = "okay"; 25 24 }; 26 25
-1
Documentation/devicetree/bindings/mtd/sunxi-nand.txt
··· 41 41 #size-cells = <0>; 42 42 pinctrl-names = "default"; 43 43 pinctrl-0 = <&nand_pins_a &nand_cs0_pins_a &nand_rb0_pins_a>; 44 - status = "okay"; 45 44 46 45 nand@0 { 47 46 reg = <0>;
-1
Documentation/devicetree/bindings/net/brcm,amac.txt
··· 26 26 <0x18110000 0x1000>; 27 27 reg-names = "amac_base", "idm_base"; 28 28 interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>; 29 - status = "disabled"; 30 29 };
-1
Documentation/devicetree/bindings/net/brcm,bgmac-nsp.txt
··· 20 20 <0x18110000 0x1000>; 21 21 reg-names = "gmac_base", "idm_base"; 22 22 interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>; 23 - status = "disabled"; 24 23 };
-1
Documentation/devicetree/bindings/net/btusb.txt
··· 29 29 Following example uses irq pin number 3 of gpio0 for out of band wake-on-bt: 30 30 31 31 &usb_host1_ehci { 32 - status = "okay"; 33 32 #address-cells = <1>; 34 33 #size-cells = <0>; 35 34
-1
Documentation/devicetree/bindings/net/can/m_can.txt
··· 56 56 <&clks IMX6SX_CLK_CANFD>; 57 57 clock-names = "hclk", "cclk"; 58 58 bosch,mram-cfg = <0x0 0 0 32 0 0 0 1>; 59 - status = "disabled"; 60 59 }; 61 60 62 61 Board dts:
-2
Documentation/devicetree/bindings/net/dsa/ksz.txt
··· 24 24 pinctrl-0 = <&pinctrl_spi_ksz>; 25 25 cs-gpios = <&pioC 25 0>; 26 26 id = <1>; 27 - status = "okay"; 28 27 29 28 ksz9477: ksz9477@0 { 30 29 compatible = "microchip,ksz9477"; ··· 33 34 spi-cpha; 34 35 spi-cpol; 35 36 36 - status = "okay"; 37 37 ports { 38 38 #address-cells = <1>; 39 39 #size-cells = <0>;
-3
Documentation/devicetree/bindings/net/dsa/lan9303.txt
··· 27 27 I2C managed mode: 28 28 29 29 master: masterdevice@X { 30 - status = "okay"; 31 30 32 31 fixed-link { /* RMII fixed link to LAN9303 */ 33 32 speed = <100>; ··· 37 38 switch: switch@a { 38 39 compatible = "smsc,lan9303-i2c"; 39 40 reg = <0xa>; 40 - status = "okay"; 41 41 reset-gpios = <&gpio7 6 GPIO_ACTIVE_LOW>; 42 42 reset-duration = <200>; 43 43 ··· 65 67 MDIO managed mode: 66 68 67 69 master: masterdevice@X { 68 - status = "okay"; 69 70 phy-handle = <&switch>; 70 71 71 72 mdio {
-1
Documentation/devicetree/bindings/net/ftgmac100.txt
··· 30 30 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100"; 31 31 reg = <0x1e660000 0x180>; 32 32 interrupts = <2>; 33 - status = "okay"; 34 33 use-ncsi; 35 34 };
-1
Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt
··· 41 41 interrupts = <8>; 42 42 clocks = <&gate_clk 4>; 43 43 tx-csum-limit = <9800> 44 - status = "okay"; 45 44 phy = <&phy0>; 46 45 phy-mode = "rgmii-id"; 47 46 buffer-manager = <&bm>;
-2
Documentation/devicetree/bindings/net/marvell-bt-8xxx.txt
··· 44 44 below example). 45 45 46 46 &mmc3 { 47 - status = "okay"; 48 47 vmmc-supply = <&wlan_en_reg>; 49 48 bus-width = <4>; 50 49 cap-power-off-card; ··· 69 70 Example for USB device: 70 71 71 72 &usb_host1_ohci { 72 - status = "okay"; 73 73 #address-cells = <1>; 74 74 #size-cells = <0>; 75 75
-2
Documentation/devicetree/bindings/net/marvell-neta-bm.txt
··· 31 31 reg = <0xc8000 0xac>; 32 32 clocks = <&gateclk 13>; 33 33 internal-mem = <&bm_bppi>; 34 - status = "okay"; 35 34 pool2,capacity = <4096>; 36 35 pool1,pkt-size = <512>; 37 36 }; ··· 44 45 #address-cells = <1>; 45 46 #size-cells = <1>; 46 47 clocks = <&gateclk 13>; 47 - status = "okay"; 48 48 };
-3
Documentation/devicetree/bindings/net/marvell-pp2.txt
··· 52 52 <0xc5000 0x100>; 53 53 clocks = <&gateclk 3>, <&gateclk 19>; 54 54 clock-names = "pp_clk", "gop_clk"; 55 - status = "okay"; 56 55 57 56 eth0: eth0@c4000 { 58 57 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 59 58 port-id = <0>; 60 - status = "okay"; 61 59 phy = <&phy0>; 62 60 phy-mode = "gmii"; 63 61 }; ··· 63 65 eth1: eth1@c5000 { 64 66 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>; 65 67 port-id = <1>; 66 - status = "okay"; 67 68 phy = <&phy3>; 68 69 phy-mode = "gmii"; 69 70 };
-1
Documentation/devicetree/bindings/net/meson-dwmac.txt
··· 66 66 <&clkc CLKID_MPLL2>; 67 67 clock-names = "stmmaceth", "clkin0", "clkin1"; 68 68 phy-mode = "rgmii"; 69 - status = "disabled"; 70 69 };
-1
Documentation/devicetree/bindings/net/micrel-ksz90x1.txt
··· 69 69 }; 70 70 }; 71 71 ethernet@70000 { 72 - status = "okay"; 73 72 phy = <&phy0>; 74 73 phy-mode = "rgmii-id"; 75 74 };
-1
Documentation/devicetree/bindings/net/microchip,enc28j60.txt
··· 33 33 compatible = "fsl,imx28-spi"; 34 34 pinctrl-names = "default"; 35 35 pinctrl-0 = <&spi2_pins_b &spi2_sck_cfg>; 36 - status = "okay"; 37 36 38 37 enc28j60: ethernet@0 { 39 38 compatible = "microchip,enc28j60";
-2
Documentation/devicetree/bindings/net/nfc/nfcmrvl.txt
··· 25 25 Example (for ARM-based BeagleBoard Black with 88W8887 on UART5): 26 26 27 27 &uart5 { 28 - status = "okay"; 29 28 30 29 nfcmrvluart: nfcmrvluart@5 { 31 30 compatible = "marvell,nfc-uart"; ··· 40 41 Example (for ARM-based BeagleBoard Black with 88W8887 on I2C1): 41 42 42 43 &i2c1 { 43 - status = "okay"; 44 44 clock-frequency = <400000>; 45 45 46 46 nfcmrvli2c0: i2c@1 {
-1
Documentation/devicetree/bindings/net/nfc/nxp-nci.txt
··· 17 17 18 18 &i2c2 { 19 19 20 - status = "okay"; 21 20 22 21 npc100: npc100@29 { 23 22
-1
Documentation/devicetree/bindings/net/nfc/pn533-i2c.txt
··· 15 15 16 16 &i2c2 { 17 17 18 - status = "okay"; 19 18 20 19 pn532: pn532@24 { 21 20
-1
Documentation/devicetree/bindings/net/nfc/pn544.txt
··· 17 17 18 18 &i2c2 { 19 19 20 - status = "okay"; 21 20 22 21 pn544: pn544@28 { 23 22
-1
Documentation/devicetree/bindings/net/nfc/s3fwrn5.txt
··· 12 12 Example: 13 13 14 14 &hsi2c_4 { 15 - status = "okay"; 16 15 s3fwrn5@27 { 17 16 compatible = "samsung,s3fwrn5-i2c"; 18 17
-1
Documentation/devicetree/bindings/net/nfc/st-nci-i2c.txt
··· 20 20 21 21 &i2c2 { 22 22 23 - status = "okay"; 24 23 25 24 st21nfcb: st21nfcb@8 { 26 25
-1
Documentation/devicetree/bindings/net/nfc/st-nci-spi.txt
··· 19 19 20 20 &mcspi4 { 21 21 22 - status = "okay"; 23 22 24 23 st21nfcb: st21nfcb@0 { 25 24
-1
Documentation/devicetree/bindings/net/nfc/st21nfca.txt
··· 20 20 21 21 &i2c2 { 22 22 23 - status = "okay"; 24 23 25 24 st21nfca: st21nfca@1 { 26 25
-2
Documentation/devicetree/bindings/net/nfc/st95hf.txt
··· 35 35 #address-cells = <1>; 36 36 #size-cells = <0>; 37 37 cs-gpios = <&pio0 4>; 38 - status = "okay"; 39 38 40 39 st95hf@0{ 41 40 reg = <0>; 42 41 compatible = "st,st95hf"; 43 - status = "okay"; 44 42 spi-max-frequency = <1000000>; 45 43 enable-gpio = <&pio4 0>; 46 44 interrupt-parent = <&pio0>;
-2
Documentation/devicetree/bindings/net/nfc/trf7970a.txt
··· 23 23 Example (for ARM-based BeagleBone with TRF7970A on SPI1): 24 24 25 25 &spi1 { 26 - status = "okay"; 27 26 28 27 nfc@0 { 29 28 compatible = "ti,trf7970a"; ··· 40 41 irq-status-read-quirk; 41 42 en2-rf-quirk; 42 43 clock-frequency = <27120000>; 43 - status = "okay"; 44 44 }; 45 45 };
-1
Documentation/devicetree/bindings/net/oxnas-dwmac.txt
··· 35 35 /* Regmap for sys registers */ 36 36 oxsemi,sys-ctrl = <&sys>; 37 37 38 - status = "disabled"; 39 38 };
-2
Documentation/devicetree/bindings/net/qca,qca7000.txt
··· 41 41 compatible = "fsl,imx28-spi"; 42 42 pinctrl-names = "default"; 43 43 pinctrl-0 = <&spi2_pins_a>; 44 - status = "okay"; 45 44 46 45 qca7000: ethernet@0 { 47 46 compatible = "qca,qca7000"; ··· 77 78 reg = <0x8006a000 0x2000>; 78 79 pinctrl-names = "default"; 79 80 pinctrl-0 = <&auart0_2pins_a>; 80 - status = "okay"; 81 81 82 82 qca7000: ethernet { 83 83 compatible = "qca,qca7000";
-1
Documentation/devicetree/bindings/net/rockchip-dwmac.txt
··· 70 70 tx_delay = <0x30>; 71 71 rx_delay = <0x10>; 72 72 73 - status = "ok"; 74 73 };
-1
Documentation/devicetree/bindings/net/smsc-lan87xx.txt
··· 15 15 pinctrl-names = "default", "sleep"; 16 16 pinctrl-0 = <&davinci_mdio_default>; 17 17 pinctrl-1 = <&davinci_mdio_sleep>; 18 - status = "okay"; 19 18 20 19 ethernetphy0: ethernet-phy@0 { 21 20 reg = <0>;
-1
Documentation/devicetree/bindings/net/socfpga-dwmac.txt
··· 40 40 gmac0: ethernet@ff700000 { 41 41 compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a", "snps,dwmac"; 42 42 altr,sysmgr-syscon = <&sysmgr 0x60 0>; 43 - status = "disabled"; 44 43 reg = <0xff700000 0x2000>; 45 44 interrupts = <0 115 4>; 46 45 interrupt-names = "macirq";
-1
Documentation/devicetree/bindings/net/sti-dwmac.txt
··· 34 34 35 35 ethernet0: dwmac@9630000 { 36 36 device_type = "network"; 37 - status = "disabled"; 38 37 compatible = "st,stih407-dwmac", "snps,dwmac", "snps,dwmac-3.710"; 39 38 reg = <0x9630000 0x8000>; 40 39 reg-names = "stmmaceth";
-1
Documentation/devicetree/bindings/net/stm32-dwmac.txt
··· 18 18 19 19 ethernet@40028000 { 20 20 compatible = "st,stm32-dwmac", "snps,dwmac-3.50a"; 21 - status = "disabled"; 22 21 reg = <0x40028000 0x8000>; 23 22 reg-names = "stmmaceth"; 24 23 interrupts = <0 61 0>, <0 62 0>;
-1
Documentation/devicetree/bindings/net/wireless/brcm,bcm43xx-fmac.txt
··· 29 29 vmmc-supply = <&reg_vmmc3>; 30 30 bus-width = <4>; 31 31 non-removable; 32 - status = "okay"; 33 32 34 33 brcmf: wifi@1 { 35 34 reg = <1>;
-1
Documentation/devicetree/bindings/net/wireless/esp,esp8089.txt
··· 21 21 mmc-pwrseq = <&wifi_pwrseq>; 22 22 bus-width = <4>; 23 23 non-removable; 24 - status = "okay"; 25 24 26 25 esp8089: sdio_wifi@1 { 27 26 compatible = "esp,esp8089";
-1
Documentation/devicetree/bindings/net/wireless/marvell-8xxx.txt
··· 48 48 so that firmware can wakeup host using this device side pin. 49 49 50 50 &mmc3 { 51 - status = "okay"; 52 51 vmmc-supply = <&wlan_en_reg>; 53 52 mmc-pwrseq = <&wifi_pwrseq>; 54 53 bus-width = <4>;
-1
Documentation/devicetree/bindings/net/wireless/ti,wlcore.txt
··· 31 31 Example: 32 32 33 33 &mmc3 { 34 - status = "okay"; 35 34 vmmc-supply = <&wlan_en_reg>; 36 35 bus-width = <4>; 37 36 cap-power-off-card;
-1
Documentation/devicetree/bindings/nvmem/mxs-ocotp.txt
··· 21 21 #size-cells = <1>; 22 22 reg = <0x8002c000 0x2000>; 23 23 clocks = <&clks 25>; 24 - status = "okay"; 25 24 };
-1
Documentation/devicetree/bindings/opp/opp.txt
··· 464 464 465 465 opp_table { 466 466 compatible = "operating-points-v2"; 467 - status = "okay"; 468 467 opp-shared; 469 468 470 469 opp-600000000 {
-1
Documentation/devicetree/bindings/pci/aardvark-pci.txt
··· 33 33 pcie0: pcie@d0070000 { 34 34 compatible = "marvell,armada-3700-pcie"; 35 35 device_type = "pci"; 36 - status = "disabled"; 37 36 reg = <0 0xd0070000 0 0x20000>; 38 37 #address-cells = <3>; 39 38 #size-cells = <2>;
-2
Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
··· 40 40 0x0 0 0 2 &mbigen_pcie 2 11 41 41 0x0 0 0 3 &mbigen_pcie 3 12 42 42 0x0 0 0 4 &mbigen_pcie 4 13>; 43 - status = "ok"; 44 43 }; 45 44 46 45 HiSilicon Hip06/Hip07 PCIe host bridge DT (almost-ECAM) description. ··· 82 83 0x0 0 0 2 &mbigen_pcie0 650 4 83 84 0x0 0 0 3 &mbigen_pcie0 650 4 84 85 0x0 0 0 4 &mbigen_pcie0 650 4>; 85 - status = "ok"; 86 86 };
-11
Documentation/devicetree/bindings/pci/mvebu-pci.txt
··· 85 85 86 86 pcie-controller { 87 87 compatible = "marvell,armada-xp-pcie"; 88 - status = "disabled"; 89 88 device_type = "pci"; 90 89 91 90 #address-cells = <3>; ··· 146 147 /* wait 20ms for device settle after reset deassertion */ 147 148 reset-delay-us = <20000>; 148 149 clocks = <&gateclk 5>; 149 - status = "disabled"; 150 150 }; 151 151 152 152 pcie@2,0 { ··· 162 164 marvell,pcie-port = <0>; 163 165 marvell,pcie-lane = <1>; 164 166 clocks = <&gateclk 6>; 165 - status = "disabled"; 166 167 }; 167 168 168 169 pcie@3,0 { ··· 178 181 marvell,pcie-port = <0>; 179 182 marvell,pcie-lane = <2>; 180 183 clocks = <&gateclk 7>; 181 - status = "disabled"; 182 184 }; 183 185 184 186 pcie@4,0 { ··· 194 198 marvell,pcie-port = <0>; 195 199 marvell,pcie-lane = <3>; 196 200 clocks = <&gateclk 8>; 197 - status = "disabled"; 198 201 }; 199 202 200 203 pcie@5,0 { ··· 210 215 marvell,pcie-port = <1>; 211 216 marvell,pcie-lane = <0>; 212 217 clocks = <&gateclk 9>; 213 - status = "disabled"; 214 218 }; 215 219 216 220 pcie@6,0 { ··· 226 232 marvell,pcie-port = <1>; 227 233 marvell,pcie-lane = <1>; 228 234 clocks = <&gateclk 10>; 229 - status = "disabled"; 230 235 }; 231 236 232 237 pcie@7,0 { ··· 242 249 marvell,pcie-port = <1>; 243 250 marvell,pcie-lane = <2>; 244 251 clocks = <&gateclk 11>; 245 - status = "disabled"; 246 252 }; 247 253 248 254 pcie@8,0 { ··· 258 266 marvell,pcie-port = <1>; 259 267 marvell,pcie-lane = <3>; 260 268 clocks = <&gateclk 12>; 261 - status = "disabled"; 262 269 }; 263 270 264 271 pcie@9,0 { ··· 274 283 marvell,pcie-port = <2>; 275 284 marvell,pcie-lane = <0>; 276 285 clocks = <&gateclk 26>; 277 - status = "disabled"; 278 286 }; 279 287 280 288 pcie@10,0 { ··· 290 300 marvell,pcie-port = <3>; 291 301 marvell,pcie-lane = <0>; 292 302 clocks = <&gateclk 27>; 293 - status = "disabled"; 294 303 }; 295 304 };
-1
Documentation/devicetree/bindings/pci/pci-armada8k.txt
··· 34 34 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; 35 35 num-lanes = <1>; 36 36 clocks = <&cpm_syscon0 1 13>; 37 - status = "disabled"; 38 37 };
-1
Documentation/devicetree/bindings/pci/rcar-pci.txt
··· 54 54 interrupt-map = <0 0 0 0 &gic 0 116 4>; 55 55 clocks = <&mstp3_clks R8A7791_CLK_PCIE>, <&pcie_bus_clk>; 56 56 clock-names = "pcie", "pcie_bus"; 57 - status = "disabled"; 58 57 };
-1
Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
··· 44 44 45 45 + PCIe controller node with msi-parent property pointing to MSI node: 46 46 pcie0: pcie@1f2b0000 { 47 - status = "disabled"; 48 47 device_type = "pci"; 49 48 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie"; 50 49 #interrupt-cells = <1>;
-3
Documentation/devicetree/bindings/phy/apm-xgene-phy.txt
··· 61 61 compatible = "apm,xgene-phy"; 62 62 reg = <0x0 0x1f21a000 0x0 0x100>; 63 63 #phy-cells = <1>; 64 - status = "disabled"; 65 64 }; 66 65 67 66 phy2: phy@1f22a000 { 68 67 compatible = "apm,xgene-phy"; 69 68 reg = <0x0 0x1f22a000 0x0 0x100>; 70 69 #phy-cells = <1>; 71 - status = "ok"; 72 70 }; 73 71 74 72 phy3: phy@1f23a000 { 75 73 compatible = "apm,xgene-phy"; 76 74 reg = <0x0 0x1f23a000 0x0 0x100>; 77 75 #phy-cells = <1>; 78 - status = "ok"; 79 76 };
-1
Documentation/devicetree/bindings/phy/keystone-usb-phy.txt
··· 16 16 #address-cells = <1>; 17 17 #size-cells = <1>; 18 18 reg = <0x2620738 32>; 19 - status = "disabled"; 20 19 };
-4
Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt
··· 44 44 #address-cells = <2>; 45 45 #size-cells = <2>; 46 46 ranges; 47 - status = "okay"; 48 47 49 48 u2port0: usb-phy@11290800 { 50 49 reg = <0 0x11290800 0 0x100>; 51 50 clocks = <&apmixedsys CLK_APMIXED_REF2USB_TX>; 52 51 clock-names = "ref"; 53 52 #phy-cells = <1>; 54 - status = "okay"; 55 53 }; 56 54 57 55 u3port0: usb-phy@11290900 { ··· 57 59 clocks = <&clk26m>; 58 60 clock-names = "ref"; 59 61 #phy-cells = <1>; 60 - status = "okay"; 61 62 }; 62 63 63 64 u2port1: usb-phy@11291000 { ··· 64 67 clocks = <&apmixedsys CLK_APMIXED_REF2USB_TX>; 65 68 clock-names = "ref"; 66 69 #phy-cells = <1>; 67 - status = "okay"; 68 70 }; 69 71 }; 70 72
-1
Documentation/devicetree/bindings/phy/phy-mvebu.txt
··· 18 18 clocks = <&gate_clk 15>; 19 19 clock-names = "sata"; 20 20 #phy-cells = <0>; 21 - status = "ok"; 22 21 }; 23 22 24 23 Armada 375 USB cluster
-2
Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt
··· 58 58 <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>, 59 59 <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>; 60 60 interrupt-names = "otg-id", "otg-bvalid", "linestate"; 61 - status = "okay"; 62 61 }; 63 62 64 63 u2phy_host: host-port { 65 64 #phy-cells = <0>; 66 65 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>; 67 66 interrupt-names = "linestate"; 68 - status = "okay"; 69 67 }; 70 68 }; 71 69 };
-2
Documentation/devicetree/bindings/phy/qcom-dwc3-usb-phy.txt
··· 25 25 clock-names = "ref"; 26 26 #phy-cells = <0>; 27 27 28 - status = "ok"; 29 28 }; 30 29 31 30 phy@100f8830 { ··· 34 35 clock-names = "ref"; 35 36 #phy-cells = <0>; 36 37 37 - status = "ok"; 38 38 };
-1
Documentation/devicetree/bindings/phy/samsung-phy.txt
··· 82 82 reg = <0x125b0000 0x100>; 83 83 clocks = <&clock 305>, <&clock 2>; 84 84 clock-names = "phy", "ref"; 85 - status = "okay"; 86 85 #phy-cells = <1>; 87 86 samsung,sysreg-phandle = <&sys_reg>; 88 87 samsung,pmureg-phandle = <&pmu_reg>;
-1
Documentation/devicetree/bindings/phy/sun9i-usb-phy.txt
··· 33 33 clock-names = "hsic_480M", "hsic_12M", "phy"; 34 34 resets = <&usb_phy_clk 18>, <&usb_phy_clk 19>; 35 35 reset-names = "hsic", "phy"; 36 - status = "disabled"; 37 36 #phy-cells = <0>; 38 37 };
-1
Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
··· 148 148 interrupts = <1 4 7>; 149 149 pinctrl-names = "default"; 150 150 pinctrl-0 = <&pinctrl_dbgu>; 151 - status = "disabled"; 152 151 };
-1
Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt
··· 61 61 usdhc@0219c000 { /* uSDHC4 */ 62 62 non-removable; 63 63 vmmc-supply = <&reg_3p3v>; 64 - status = "okay"; 65 64 pinctrl-names = "default"; 66 65 pinctrl-0 = <&pinctrl_usdhc4_1>; 67 66 };
-1
Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.txt
··· 61 61 i2c1: i2c@30a20000 { 62 62 pinctrl-names = "default"; 63 63 pinctrl-0 = <&pinctrl_i2c1_1 &pinctrl_i2c1_2>; 64 - status = "okay"; 65 64 }; 66 65 67 66 iomuxc-lpsr@302c0000 {
-1
Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-dpaux-padctl.txt
··· 56 56 pinctrl-0 = <&state_dpaux_i2c>; 57 57 pinctrl-1 = <&state_dpaux_off>; 58 58 pinctrl-names = "default", "idle"; 59 - status = "disabled"; 60 59 };
-1
Documentation/devicetree/bindings/pinctrl/oxnas,pinctrl.txt
··· 50 50 reg-io-width = <1>; 51 51 current-speed = <115200>; 52 52 no-loopback-test; 53 - status = "disabled"; 54 53 resets = <&reset 22>; 55 54 pinctrl-names = "default"; 56 55 pinctrl-0 = <&pinctrl_uart2>;
-1
Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
··· 81 81 &vga { 82 82 pinctrl-names = "default"; 83 83 pinctrl-0 = <&vga_pins>; 84 - status = "okay"; 85 84 };
-1
Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
··· 172 172 173 173 bus-width = <8>; 174 174 vmmc-supply = <&reg_1p8v>; 175 - status = "okay"; 176 175 };
-1
Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
··· 120 120 reg-shift = <2>; 121 121 reg-io-width = <1>; 122 122 clocks = <&mux_uart2>; 123 - status = "okay"; 124 123 125 124 pinctrl-names = "default"; 126 125 pinctrl-0 = <&uart2_xfer>;
-1
Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt
··· 180 180 &usart1 { 181 181 pinctrl-0 = <&usart1_pins_a>; 182 182 pinctrl-names = "default"; 183 - status = "okay"; 184 183 };
-1
Documentation/devicetree/bindings/power/power-controller.txt
··· 13 13 14 14 act8846: act8846@5 { 15 15 compatible = "active-semi,act8846"; 16 - status = "okay"; 17 16 system-power-controller; 18 17 }
-1
Documentation/devicetree/bindings/power/reset/st-reset.txt
··· 8 8 restart { 9 9 compatible = "st,stih407-restart"; 10 10 st,syscfg = <&syscfg_sbc_reg>; 11 - status = "okay"; 12 11 };
-2
Documentation/devicetree/bindings/power/supply/act8945a-charger.txt
··· 29 29 pmic@5b { 30 30 compatible = "active-semi,act8945a"; 31 31 reg = <0x5b>; 32 - status = "okay"; 33 32 34 33 charger { 35 34 compatible = "active-semi,act8945a-charger"; ··· 42 43 active-semi,input-voltage-threshold-microvolt = <6600>; 43 44 active-semi,precondition-timeout = <40>; 44 45 active-semi,total-timeout = <3>; 45 - status = "okay"; 46 46 }; 47 47 };
-1
Documentation/devicetree/bindings/power/supply/max8903-charger.txt
··· 21 21 flt-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>; 22 22 chg-gpios = <&gpio3 15 GPIO_ACTIVE_LOW>; 23 23 cen-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; 24 - status = "okay"; 25 24 };
-1
Documentation/devicetree/bindings/power/supply/maxim,max14656.txt
··· 12 12 clock-frequency = <50000>; 13 13 pinctrl-names = "default"; 14 14 pinctrl-0 = <&pinctrl_i2c2>; 15 - status = "okay"; 16 15 17 16 max14656@35 { 18 17 compatible = "maxim,max14656";
-1
Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt
··· 9 9 ptp_dte: ptp_dte@180af650 { 10 10 compatible = "brcm,ptp-dte"; 11 11 reg = <0x180af650 0x10>; 12 - status = "okay"; 13 12 };
-1
Documentation/devicetree/bindings/pwm/pwm-meson.txt
··· 19 19 compatible = "amlogic,meson-gxbb-pwm"; 20 20 reg = <0x0 0x08550 0x0 0x10>; 21 21 #pwm-cells = <3>; 22 - status = "disabled"; 23 22 clocks = <&xtal>, <&xtal>; 24 23 clock-names = "clkin0", "clkin1"; 25 24 }
-1
Documentation/devicetree/bindings/pwm/pwm-sun4i.txt
··· 19 19 reg = <0x01c20e00 0xc>; 20 20 clocks = <&osc24M>; 21 21 #pwm-cells = <3>; 22 - status = "disabled"; 23 22 };
-2
Documentation/devicetree/bindings/pwm/pwm-tipwmss.txt
··· 26 26 ti,hwmods = "epwmss0"; 27 27 #address-cells = <1>; 28 28 #size-cells = <1>; 29 - status = "disabled"; 30 29 ranges = <0x48300100 0x48300100 0x80 /* ECAP */ 31 30 0x48300180 0x48300180 0x80 /* EQEP */ 32 31 0x48300200 0x48300200 0x80>; /* EHRPWM */ ··· 39 40 ti,hwmods = "epwmss0"; 40 41 #address-cells = <1>; 41 42 #size-cells = <1>; 42 - status = "disabled"; 43 43 ranges = <0x48300100 0x48300100 0x80 /* ECAP */ 44 44 0x48300180 0x48300180 0x80 /* EQEP */ 45 45 0x48300200 0x48300200 0x80>; /* EHRPWM */
-1
Documentation/devicetree/bindings/regulator/act8865-regulator.txt
··· 52 52 compatible = "active-semi,act8865"; 53 53 reg = <0x5b>; 54 54 active-semi,vsel-high; 55 - status = "disabled"; 56 55 57 56 regulators { 58 57 vcc_1v8_reg: DCDC_REG1 {
-1
Documentation/devicetree/bindings/regulator/act8945a-regulator.txt
··· 23 23 pmic@5b { 24 24 compatible = "active-semi,act8945a"; 25 25 reg = <0x5b>; 26 - status = "okay"; 27 26 28 27 active-semi,vsel-high; 29 28
-1
Documentation/devicetree/bindings/reset/nxp,lpc1850-rgu.txt
··· 80 80 clock-names = "stmmaceth"; 81 81 resets = <&rgu 22>; 82 82 reset-names = "stmmaceth"; 83 - status = "disabled"; 84 83 };
-1
Documentation/devicetree/bindings/rtc/st,stm32-rtc.txt
··· 45 45 interrupts = <17 1>; 46 46 interrupt-names = "alarm"; 47 47 st,syscfg = <&pwrcfg>; 48 - status = "disabled"; 49 48 };
-1
Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
··· 85 85 <366 1>,<367 1>/* cq30-31 */ 86 86 <376 4>,/* fatal ecc */ 87 87 <381 4>;/* fatal axi */ 88 - status = "disabled"; 89 88 };
-1
Documentation/devicetree/bindings/security/tpm/st33zp24-i2c.txt
··· 19 19 20 20 &i2c2 { 21 21 22 - status = "okay"; 23 22 24 23 st33zp24: st33zp24@13 { 25 24
-1
Documentation/devicetree/bindings/security/tpm/st33zp24-spi.txt
··· 18 18 19 19 &mcspi4 { 20 20 21 - status = "okay"; 22 21 23 22 st33zp24@0 { 24 23
-1
Documentation/devicetree/bindings/security/tpm/tpm-i2c.txt
··· 17 17 compatible = "nuvoton,npct650", "nuvoton,npct601"; 18 18 linux,sml-base = <0x7f 0xfd450000>; 19 19 linux,sml-size = <0x10000>; 20 - status = "okay"; 21 20 };
-1
Documentation/devicetree/bindings/security/tpm/tpm_tis_spi.txt
··· 13 13 14 14 &mcspi4 { 15 15 16 - status = "okay"; 17 16 18 17 tpm_tis@0 { 19 18
-1
Documentation/devicetree/bindings/serial/arc-uart.txt
··· 15 15 interrupts = <5>; 16 16 clock-frequency = <80000000>; 17 17 current-speed = <115200>; 18 - status = "okay"; 19 18 }; 20 19 21 20 Note: Each port should have an alias correctly numbered in "aliases" node.
-1
Documentation/devicetree/bindings/serial/axis,etraxfs-uart.txt
··· 15 15 compatible = "axis,etraxfs-uart"; 16 16 reg = <0xb0026000 0x1000>; 17 17 interrupts = <68>; 18 - status = "disabled"; 19 18 dtr-gpios = <&sysgpio 0 GPIO_ACTIVE_LOW>; 20 19 dsr-gpios = <&sysgpio 1 GPIO_ACTIVE_LOW>; 21 20 rng-gpios = <&sysgpio 2 GPIO_ACTIVE_LOW>;
-1
Documentation/devicetree/bindings/serial/nvidia,tegra20-hsuart.txt
··· 33 33 reset-names = "serial"; 34 34 dmas = <&apbdma 8>, <&apbdma 8>; 35 35 dma-names = "rx", "tx"; 36 - status = "disabled"; 37 36 };
-3
Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt
··· 72 72 }; 73 73 74 74 uarta: serial@12490000 { 75 - status = "ok"; 76 75 }; 77 76 78 77 uartb: serial@16340000 { 79 - status = "ok"; 80 78 }; 81 79 82 80 uartc: serial@1a240000 { 83 - status = "ok"; 84 81 };
-2
Documentation/devicetree/bindings/serial/serial.txt
··· 43 43 rng-gpios = <&gpio2 25 GPIO_ACTIVE_LOW>; 44 44 cts-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; 45 45 rts-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; 46 - status = "okay"; 47 46 }; 48 47 49 48 scifa4: serial@e6c80000 { ··· 53 54 clock-names = "fck"; 54 55 power-domains = <&pd_a3sp>; 55 56 uart-has-rtscts; 56 - status = "okay"; 57 57 };
-1
Documentation/devicetree/bindings/serio/allwinner,sun4i-ps2.txt
··· 19 19 reg = <0x01c2a000 0x400>; 20 20 interrupts = <0 62 4>; 21 21 clocks = <&apb1_gates 6>; 22 - status = "disabled"; 23 22 };
-1
Documentation/devicetree/bindings/soc/qcom/qcom,gsbi.txt
··· 78 78 interrupts = <0 152 0x0>; 79 79 clocks = <&gcc GSBI4_UART_CLK>, <&gcc GSBI4_H_CLK>; 80 80 clock-names = "core", "iface"; 81 - status = "ok"; 82 81 }; 83 82 }; 84 83
-1
Documentation/devicetree/bindings/sound/armada-370db-audio.txt
··· 23 23 compatible = "marvell,a370db-audio"; 24 24 marvell,audio-controller = <&audio_controller>; 25 25 marvell,audio-codec = <&audio_codec &spdif_out &spdif_in>; 26 - status = "okay"; 27 26 };
-1
Documentation/devicetree/bindings/sound/axentia,tse850-pcm5142.txt
··· 45 45 &ssc0 { 46 46 #sound-dai-cells = <0>; 47 47 48 - status = "okay"; 49 48 }; 50 49 51 50 &i2c {
-4
Documentation/devicetree/bindings/sound/brcm,cygnus-audio.txt
··· 47 47 48 48 ssp0: ssp_port@0 { 49 49 reg = <0>; 50 - status = "okay"; 51 50 }; 52 51 53 52 ssp1: ssp_port@1 { 54 53 reg = <1>; 55 - status = "disabled"; 56 54 }; 57 55 58 56 ssp2: ssp_port@2 { 59 57 reg = <2>; 60 - status = "disabled"; 61 58 }; 62 59 63 60 spdif: spdif_port@3 { 64 61 reg = <3>; 65 - status = "disabled"; 66 62 }; 67 63 };
-1
Documentation/devicetree/bindings/sound/davinci-mcbsp.txt
··· 47 47 dmas = <&edma0 3 1 48 48 &edma0 2 1>; 49 49 dma-names = "tx", "rx"; 50 - status = "okay"; 51 50 };
-1
Documentation/devicetree/bindings/sound/fsl,asrc.txt
··· 61 61 "txa", "txb", "txc"; 62 62 fsl,asrc-rate = <48000>; 63 63 fsl,asrc-width = <16>; 64 - status = "okay"; 65 64 };
-1
Documentation/devicetree/bindings/sound/fsl,esai.txt
··· 59 59 fsl,fifo-depth = <128>; 60 60 fsl,esai-synchronous; 61 61 big-endian; 62 - status = "disabled"; 63 62 };
-1
Documentation/devicetree/bindings/sound/fsl,spdif.txt
··· 59 59 "rxtx7"; 60 60 61 61 big-endian; 62 - status = "okay"; 63 62 };
-1
Documentation/devicetree/bindings/sound/hdmi.txt
··· 13 13 14 14 hdmi_audio: hdmi_audio@0 { 15 15 compatible = "linux,hdmi-audio"; 16 - status = "okay"; 17 16 };
-2
Documentation/devicetree/bindings/sound/renesas,rsnd.txt
··· 621 621 /* Single DAI */ 622 622 #sound-dai-cells = <0>; 623 623 624 - status = "okay"; 625 624 626 625 rcar_sound,dai { 627 626 dai0 { ··· 666 667 /* Single DAI */ 667 668 #sound-dai-cells = <0>; 668 669 669 - status = "okay"; 670 670 671 671 rcar_sound,dai { 672 672 dai0 {
-1
Documentation/devicetree/bindings/sound/rockchip,pdm.txt
··· 35 35 &pdmm0_sdi2 36 36 &pdmm0_sdi3>; 37 37 pinctrl-1 = <&pdmm0_sleep>; 38 - status = "disabled"; 39 38 };
-1
Documentation/devicetree/bindings/sound/rockchip-spdif.txt
··· 41 41 dma-names = "tx"; 42 42 clock-names = "hclk", "mclk"; 43 43 clocks = <&cru HCLK_SPDIF>, <&cru SCLK_SPDIF>; 44 - status = "disabled"; 45 44 #sound-dai-cells = <0>; 46 45 };
-5
Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt
··· 53 53 54 54 sti_uni_player1: sti-uni-player@0x8D81000 { 55 55 compatible = "st,stih407-uni-player-hdmi"; 56 - status = "okay"; 57 56 #sound-dai-cells = <0>; 58 57 st,syscfg = <&syscfg_core>; 59 58 clocks = <&clk_s_d0_flexgen CLK_PCM_1>; ··· 65 66 66 67 sti_uni_player2: sti-uni-player@0x8D82000 { 67 68 compatible = "st,stih407-uni-player-pcm-out"; 68 - status = "okay"; 69 69 #sound-dai-cells = <0>; 70 70 st,syscfg = <&syscfg_core>; 71 71 clocks = <&clk_s_d0_flexgen CLK_PCM_2>; ··· 76 78 77 79 sti_uni_player3: sti-uni-player@0x8D85000 { 78 80 compatible = "st,stih407-uni-player-spdif"; 79 - status = "okay"; 80 81 #sound-dai-cells = <0>; 81 82 st,syscfg = <&syscfg_core>; 82 83 clocks = <&clk_s_d0_flexgen CLK_SPDIFF>; ··· 87 90 88 91 sti_uni_reader1: sti-uni-reader@0x8D84000 { 89 92 compatible = "st,stih407-uni-reader-hdmi"; 90 - status = "disabled"; 91 93 #sound-dai-cells = <0>; 92 94 st,syscfg = <&syscfg_core>; 93 95 reg = <0x8D84000 0x158>; ··· 121 125 sound { 122 126 compatible = "simple-audio-card"; 123 127 simple-audio-card,name = "sti audio card"; 124 - status = "okay"; 125 128 126 129 simple-audio-card,dai-link@0 { 127 130 /* DAC */
-1
Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt
··· 39 39 clock-names = "apb", "spdif"; 40 40 dmas = <&dma 0 2>, <&dma 0 2>; 41 41 dma-names = "rx", "tx"; 42 - status = "okay"; 43 42 };
-1
Documentation/devicetree/bindings/sound/tas5720.txt
··· 17 17 Example: 18 18 19 19 tas5720: tas5720@6c { 20 - status = "okay"; 21 20 compatible = "ti,tas5720"; 22 21 reg = <0x6c>; 23 22 dvdd-supply = <&vdd_3v3_reg>;
-1
Documentation/devicetree/bindings/sound/zte,zx-i2s.txt
··· 27 27 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>; 28 28 dmas = <&dma 5>, <&dma 6>; 29 29 dma-names = "tx", "rx"; 30 - status = "okay"; 31 30 }; 32 31 33 32 sound {
-1
Documentation/devicetree/bindings/sound/zte,zx-spdif.txt
··· 24 24 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>; 25 25 dmas = <&dma 4>; 26 26 dma-names = "tx"; 27 - status = "okay"; 28 27 };
-2
Documentation/devicetree/bindings/spi/efm32-spi.txt
··· 28 28 clocks = <&cmu 20>; 29 29 cs-gpios = <&gpio 51 1>; // D3 30 30 energymicro,location = <1>; 31 - status = "ok"; 32 31 33 32 ks8851@0 { 34 33 compatible = "ks8851"; ··· 35 36 reg = <0>; 36 37 interrupt-parent = <&boardfpga>; 37 38 interrupts = <4>; 38 - status = "ok"; 39 39 }; 40 40 };
-1
Documentation/devicetree/bindings/spi/nvidia,tegra114-spi.txt
··· 38 38 reset-names = "spi"; 39 39 dmas = <&apbdma 16>, <&apbdma 16>; 40 40 dma-names = "rx", "tx"; 41 - status = "disabled"; 42 41 };
-1
Documentation/devicetree/bindings/spi/nvidia,tegra20-sflash.txt
··· 34 34 reset-names = "spi"; 35 35 dmas = <&apbdma 11>, <&apbdma 11>; 36 36 dma-names = "rx", "tx"; 37 - status = "disabled"; 38 37 };
-1
Documentation/devicetree/bindings/spi/nvidia,tegra20-slink.txt
··· 34 34 reset-names = "spi"; 35 35 dmas = <&apbdma 16>, <&apbdma 16>; 36 36 dma-names = "rx", "tx"; 37 - status = "disabled"; 38 37 };
-1
Documentation/devicetree/bindings/spi/sh-hspi.txt
··· 24 24 interrupts = <0 63 IRQ_TYPE_LEVEL_HIGH>; 25 25 #address-cells = <1>; 26 26 #size-cells = <0>; 27 - status = "disabled"; 28 27 }; 29 28
-1
Documentation/devicetree/bindings/spi/sh-msiof.txt
··· 78 78 dma-names = "tx", "rx"; 79 79 #address-cells = <1>; 80 80 #size-cells = <0>; 81 - status = "disabled"; 82 81 };
-1
Documentation/devicetree/bindings/spi/spi-clps711x.txt
··· 23 23 reg = <0x80000500 0x4>; 24 24 interrupts = <15>; 25 25 clocks = <&clks CLPS711X_CLK_SPI>; 26 - status = "disabled"; 27 26 }; 28 27 29 28 syscon3: syscon@80002200 {
-1
Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
··· 39 39 pinctrl-names = "default"; 40 40 pinctrl-0 = <&pinctrl_dspi0_1>; 41 41 big-endian; 42 - status = "okay"; 43 42 44 43 sflash: at26df081a@0 { 45 44 #address-cells = <1>;
-1
Documentation/devicetree/bindings/spi/spi-mt65xx.txt
··· 57 57 clock-names = "parent-clk", "sel-clk", "spi-clk"; 58 58 cs-gpios = <&pio 105 GPIO_ACTIVE_LOW>, <&pio 72 GPIO_ACTIVE_LOW>; 59 59 mediatek,pad-select = <1>, <0>; 60 - status = "disabled"; 61 60 };
-2
Documentation/devicetree/bindings/spi/spi-orion.txt
··· 29 29 cell-index = <0>; 30 30 reg = <0x10600 0x28>; 31 31 interrupts = <23>; 32 - status = "disabled"; 33 32 }; 34 33 35 34 Example with SPI direct mode support (optionally): ··· 47 48 <MBUS_ID(0x01, 0x9f) 0 0xffffffff>, /* CS6 */ 48 49 <MBUS_ID(0x01, 0xdf) 0 0xffffffff>; /* CS7 */ 49 50 interrupts = <23>; 50 - status = "disabled"; 51 51 }; 52 52 53 53 To enable the direct mode, the board specific 'ranges' property in the
-1
Documentation/devicetree/bindings/spi/spi-sun4i.txt
··· 18 18 interrupts = <11>; 19 19 clocks = <&ahb_gates 21>, <&spi1_clk>; 20 20 clock-names = "ahb", "mod"; 21 - status = "disabled"; 22 21 #address-cells = <1>; 23 22 #size-cells = <0>; 24 23 };
-1
Documentation/devicetree/bindings/spi/spi-sun6i.txt
··· 39 39 pinctrl-names = "default"; 40 40 pinctrl-0 = <&spi0_pins>; 41 41 resets = <&ccu RST_BUS_SPI0>; 42 - status = "disabled"; 43 42 #address-cells = <1>; 44 43 #size-cells = <0>; 45 44 };
-1
Documentation/devicetree/bindings/spi/spi_atmel.txt
··· 26 26 clock-names = "spi_clk"; 27 27 cs-gpios = <&pioB 3 0>; 28 28 atmel,fifo-size = <32>; 29 - status = "okay"; 30 29 31 30 mmc-slot@0 { 32 31 compatible = "mmc-spi-slot";
-1
Documentation/devicetree/bindings/sram/sunxi-sram.txt
··· 59 59 emac_sram: sram-section@8000 { 60 60 compatible = "allwinner,sun4i-a10-sram-a3-a4"; 61 61 reg = <0x8000 0x4000>; 62 - status = "disabled"; 63 62 }; 64 63 }; 65 64 };
-1
Documentation/devicetree/bindings/thermal/armada-thermal.txt
··· 20 20 compatible = "marvell,armada370-thermal"; 21 21 reg = <0xd0018300 0x4 22 22 0xd0018304 0x4>; 23 - status = "okay"; 24 23 };
-1
Documentation/devicetree/bindings/thermal/exynos-thermal.txt
··· 77 77 interrupts = <2 4>; 78 78 clocks = <&clock 383>; 79 79 clock-names = "tmu_apbif"; 80 - status = "disabled"; 81 80 vtmu-supply = <&tmu_regulator_node>; 82 81 #include "exynos4412-tmu-sensor-conf.dtsi" 83 82 };
-1
Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.txt
··· 36 36 clocks = <&cpg CPG_MOD 522>; 37 37 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; 38 38 #thermal-sensor-cells = <1>; 39 - status = "okay"; 40 39 }; 41 40 42 41 thermal-zones {
-5
Documentation/devicetree/bindings/unittest.txt
··· 10 10 Example: 11 11 unittest { 12 12 compatible = "unittest"; 13 - status = "okay"; 14 13 }; 15 14 16 15 2) OF unittest i2c adapter platform device ··· 24 25 Example: 25 26 unittest-i2c-bus { 26 27 compatible = "unittest-i2c-bus"; 27 - status = "okay"; 28 28 }; 29 29 30 30 3) OF unittest i2c device ··· 38 40 Example: 39 41 unittest-i2c-dev { 40 42 compatible = "unittest-i2c-dev"; 41 - status = "okay"; 42 43 }; 43 44 44 45 4) OF unittest i2c mux device ··· 52 55 Example: 53 56 unittest-i2c-mux { 54 57 compatible = "unittest-i2c-mux"; 55 - status = "okay"; 56 58 #address-cells = <1>; 57 59 #size-cells = <0>; 58 60 channel-0 { ··· 61 65 i2c-dev { 62 66 reg = <8>; 63 67 compatible = "unittest-i2c-dev"; 64 - status = "okay"; 65 68 }; 66 69 }; 67 70 };
-1
Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.txt
··· 25 25 phys = <&usbphy 0>; 26 26 phy-names = "usb"; 27 27 extcon = <&usbphy 0>; 28 - status = "disabled"; 29 28 };
-2
Documentation/devicetree/bindings/usb/da8xx-usb.txt
··· 42 42 usb_phy: usb-phy { 43 43 compatible = "ti,da830-usb-phy"; 44 44 #phy-cells = <0>; 45 - status = "okay"; 46 45 }; 47 46 usb0: usb@200000 { 48 47 compatible = "ti,da830-musb"; ··· 65 66 "rx1", "rx2", "rx3", "rx4", 66 67 "tx1", "tx2", "tx3", "tx4"; 67 68 68 - status = "okay"; 69 69 70 70 cppi41dma: dma-controller@201000 { 71 71 compatible = "ti,da830-cppi41";
-1
Documentation/devicetree/bindings/usb/dwc3-st.txt
··· 42 42 Example: 43 43 44 44 st_dwc3: dwc3@8f94000 { 45 - status = "disabled"; 46 45 compatible = "st,stih407-dwc3"; 47 46 reg = <0x08f94000 0x1000>, <0x110 0x4>; 48 47 reg-names = "reg-glue", "syscfg-reg";
-1
Documentation/devicetree/bindings/usb/dwc3-xilinx.txt
··· 18 18 usb@0 { 19 19 #address-cells = <0x2>; 20 20 #size-cells = <0x1>; 21 - status = "okay"; 22 21 compatible = "xlnx,zynqmp-dwc3"; 23 22 clock-names = "bus_clk" "ref_clk"; 24 23 clocks = <&clk125>, <&clk125>;
-1
Documentation/devicetree/bindings/usb/ehci-st.txt
··· 31 31 clocks = <&clk_s_a1_ls 0>; 32 32 phys = <&usb2_phy>; 33 33 phy-names = "usb"; 34 - status = "okay"; 35 34 36 35 resets = <&powerdown STIH416_USB1_POWERDOWN>, 37 36 <&softreset STIH416_USB1_SOFTRESET>;
-2
Documentation/devicetree/bindings/usb/exynos-usb.txt
··· 40 40 port@0 { 41 41 reg = <0>; 42 42 phys = <&usb2phy 1>; 43 - status = "disabled"; 44 43 }; 45 44 }; 46 45 ··· 74 75 port@0 { 75 76 reg = <0>; 76 77 phys = <&usb2phy 1>; 77 - status = "disabled"; 78 78 }; 79 79 80 80 };
-1
Documentation/devicetree/bindings/usb/isp1301.txt
··· 21 21 interrupt-parent = <&mic>; 22 22 interrupts = <0x3d 0>, <0x3e 0>, <0x3c 0>, <0x3a 0>; 23 23 transceiver = <&isp1301>; 24 - status = "okay"; 25 24 };
-1
Documentation/devicetree/bindings/usb/keystone-usb.txt
··· 31 31 clock-names = "usb"; 32 32 interrupts = <GIC_SPI 393 IRQ_TYPE_EDGE_RISING>; 33 33 ranges; 34 - status = "disabled"; 35 34 36 35 dwc3@2690000 { 37 36 compatible = "synopsys,dwc3";
-2
Documentation/devicetree/bindings/usb/mt8173-mtu3.txt
··· 71 71 #address-cells = <2>; 72 72 #size-cells = <2>; 73 73 ranges; 74 - status = "disabled"; 75 74 76 75 usb_host: xhci@11270000 { 77 76 compatible = "mediatek,mt8173-xhci"; ··· 81 82 clocks = <&topckgen CLK_TOP_USB30_SEL>, <&clk26m>; 82 83 clock-names = "sys_ck", "ref_ck"; 83 84 vusb33-supply = <&mt6397_vusb_reg>; 84 - status = "disabled"; 85 85 }; 86 86 };
-1
Documentation/devicetree/bindings/usb/ohci-st.txt
··· 29 29 clock-names = "ic", "clk48"; 30 30 phys = <&usb2_phy>; 31 31 phy-names = "usb"; 32 - status = "okay"; 33 32 34 33 resets = <&powerdown STIH416_USB0_POWERDOWN>, 35 34 <&softreset STIH416_USB0_SOFTRESET>;
-3
Documentation/devicetree/bindings/usb/qcom,dwc3.txt
··· 29 29 clock-names = "ref"; 30 30 #phy-cells = <0>; 31 31 32 - status = "ok"; 33 32 }; 34 33 35 34 ss_phy: phy@100f8830 { ··· 38 39 clock-names = "ref"; 39 40 #phy-cells = <0>; 40 41 41 - status = "ok"; 42 42 }; 43 43 44 44 usb3_0: usb30@0 { ··· 49 51 50 52 ranges; 51 53 52 - status = "ok"; 53 54 54 55 dwc3@10000000 { 55 56 compatible = "snps,dwc3";
-4
Documentation/devicetree/bindings/usb/rockchip,dwc3.txt
··· 29 29 #address-cells = <2>; 30 30 #size-cells = <2>; 31 31 ranges; 32 - status = "disabled"; 33 32 usbdrd_dwc3_0: dwc3@fe800000 { 34 33 compatible = "snps,dwc3"; 35 34 reg = <0x0 0xfe800000 0x0 0x100000>; 36 35 interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; 37 36 dr_mode = "otg"; 38 - status = "disabled"; 39 37 }; 40 38 }; 41 39 ··· 46 48 #address-cells = <2>; 47 49 #size-cells = <2>; 48 50 ranges; 49 - status = "disabled"; 50 51 usbdrd_dwc3_1: dwc3@fe900000 { 51 52 compatible = "snps,dwc3"; 52 53 reg = <0x0 0xfe900000 0x0 0x100000>; 53 54 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>; 54 55 dr_mode = "otg"; 55 - status = "disabled"; 56 56 }; 57 57 };
-1
Documentation/devicetree/bindings/usb/usb-device.txt
··· 16 16 Example: 17 17 18 18 &usb1 { 19 - status = "okay"; 20 19 21 20 #address-cells = <1>; 22 21 #size-cells = <0>;
-1
Documentation/devicetree/bindings/w1/fsl-imx-owire.txt
··· 15 15 compatible = "fsl,imx53-owire", "fsl,imx21-owire"; 16 16 reg = <0x63fa4000 0x4000>; 17 17 clocks = <&clks 159>; 18 - status = "disabled"; 19 18 };
-1
Documentation/devicetree/bindings/watchdog/atmel-sama5d4-wdt.txt
··· 31 31 atmel,watchdog-type = "hardware"; 32 32 atmel,dbg-halt; 33 33 atmel,idle-halt; 34 - status = "okay"; 35 34 };
-1
Documentation/devicetree/bindings/watchdog/atmel-wdt.txt
··· 48 48 atmel,idle-halt; 49 49 atmel,max-heartbeat-sec = <16>; 50 50 atmel,min-heartbeat-sec = <0>; 51 - status = "okay"; 52 51 };
-1
Documentation/devicetree/bindings/watchdog/marvel.txt
··· 41 41 reg = <0x20300 0x28>, <0x20108 0x4>; 42 42 interrupts = <3>; 43 43 timeout-sec = <10>; 44 - status = "okay"; 45 44 clocks = <&gate_clk 7>; 46 45 };