mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 01:52:03 +02:00
ARM: dts: ti: omap: Correct indentation
Correct spaces or mix of tabs+spaces into proper tab-indented lines. No functional impact (same DTB). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260706101815.341184-2-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Kevin Hilman (TI) <khilman@baylibre.com>
This commit is contained in:
parent
21e741f392
commit
f237e4d3ca
|
|
@ -19,61 +19,61 @@
|
|||
#include <dt-bindings/clock/am3.h>
|
||||
|
||||
&{/} {
|
||||
/* Dual-MAC Ethernet application node on PRU-ICSS */
|
||||
pruss_eth: pruss-eth {
|
||||
compatible = "ti,am3359-prueth";
|
||||
ti,prus = <&pru0>, <&pru1>;
|
||||
sram = <&ocmcram>;
|
||||
ti,mii-rt = <&pruss_mii_rt>;
|
||||
ti,iep = <&pruss_iep>;
|
||||
ti,ecap = <&pruss_ecap>;
|
||||
interrupts = <20 2 2>, <21 3 3>;
|
||||
interrupt-names = "rx_hp", "rx_lp";
|
||||
interrupt-parent = <&pruss_intc>;
|
||||
/* Dual-MAC Ethernet application node on PRU-ICSS */
|
||||
pruss_eth: pruss-eth {
|
||||
compatible = "ti,am3359-prueth";
|
||||
ti,prus = <&pru0>, <&pru1>;
|
||||
sram = <&ocmcram>;
|
||||
ti,mii-rt = <&pruss_mii_rt>;
|
||||
ti,iep = <&pruss_iep>;
|
||||
ti,ecap = <&pruss_ecap>;
|
||||
interrupts = <20 2 2>, <21 3 3>;
|
||||
interrupt-names = "rx_hp", "rx_lp";
|
||||
interrupt-parent = <&pruss_intc>;
|
||||
|
||||
pinctrl-0 = <&pruss_eth_default>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pruss_eth_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pruss_emac0: ethernet-port@0 {
|
||||
reg = <0>;
|
||||
phy-handle = <&pruss_eth0_phy>;
|
||||
phy-mode = "mii";
|
||||
interrupts = <20 2 2>, <26 6 6>, <23 6 6>;
|
||||
interrupt-names = "rx", "emac_ptp_tx",
|
||||
"hsr_ptp_tx";
|
||||
/* Filled in by bootloader */
|
||||
local-mac-address = [00 00 00 00 00 00];
|
||||
};
|
||||
ethernet-ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pruss_emac0: ethernet-port@0 {
|
||||
reg = <0>;
|
||||
phy-handle = <&pruss_eth0_phy>;
|
||||
phy-mode = "mii";
|
||||
interrupts = <20 2 2>, <26 6 6>, <23 6 6>;
|
||||
interrupt-names = "rx", "emac_ptp_tx",
|
||||
"hsr_ptp_tx";
|
||||
/* Filled in by bootloader */
|
||||
local-mac-address = [00 00 00 00 00 00];
|
||||
};
|
||||
|
||||
pruss_emac1: ethernet-port@1 {
|
||||
reg = <1>;
|
||||
phy-handle = <&pruss_eth1_phy>;
|
||||
phy-mode = "mii";
|
||||
interrupts = <21 3 3>, <27 9 7>, <24 9 7>;
|
||||
interrupt-names = "rx", "emac_ptp_tx",
|
||||
"hsr_ptp_tx";
|
||||
/* Filled in by bootloader */
|
||||
local-mac-address = [00 00 00 00 00 00];
|
||||
};
|
||||
};
|
||||
};
|
||||
pruss_emac1: ethernet-port@1 {
|
||||
reg = <1>;
|
||||
phy-handle = <&pruss_eth1_phy>;
|
||||
phy-mode = "mii";
|
||||
interrupts = <21 3 3>, <27 9 7>, <24 9 7>;
|
||||
interrupt-names = "rx", "emac_ptp_tx",
|
||||
"hsr_ptp_tx";
|
||||
/* Filled in by bootloader */
|
||||
local-mac-address = [00 00 00 00 00 00];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&am33xx_pinmux {
|
||||
/* MDIO node for PRU-ICSS */
|
||||
pruss_mdio_default: pruss-mdio-default-pins {
|
||||
pinctrl-single,pins = <
|
||||
pruss_mdio_default: pruss-mdio-default-pins {
|
||||
pinctrl-single,pins = <
|
||||
AM33XX_IOPAD(0x88c, PIN_OUTPUT | MUX_MODE5) /* (V12) gpmc_clk.pr1_mdio_mdclk */
|
||||
AM33XX_IOPAD(0x888, PIN_INPUT | MUX_MODE5) /* (T13) gpmc_csn3.pr1_mdio_data */
|
||||
>;
|
||||
};
|
||||
>;
|
||||
};
|
||||
|
||||
/* Pinmux configuration for PRU-ICSS */
|
||||
pruss_eth_default: pruss-eth-default-pins {
|
||||
pinctrl-single,pins = <
|
||||
pruss_eth_default: pruss-eth-default-pins {
|
||||
pinctrl-single,pins = <
|
||||
AM33XX_IOPAD(0x8a0, PIN_INPUT | MUX_MODE2) /* (R1) lcd_data0.pr1_mii_mt0_clk */
|
||||
AM33XX_IOPAD(0x8b4, PIN_OUTPUT | MUX_MODE2) /* (T2) lcd_data5.pr1_mii0_txd0 */
|
||||
AM33XX_IOPAD(0x8b0, PIN_OUTPUT | MUX_MODE2) /* (T1) lcd_data4.pr1_mii0_txd1 */
|
||||
|
|
@ -105,14 +105,14 @@ AM33XX_IOPAD(0x868, PIN_INPUT | MUX_MODE5) /* (T16) gpmc_a10.pr1_mii1_rxdv */
|
|||
AM33XX_IOPAD(0x86c, PIN_INPUT | MUX_MODE5) /* (V17) gpmc_a11.pr1_mii1_rxer */
|
||||
AM33XX_IOPAD(0x878, PIN_INPUT | MUX_MODE5) /* (U18) gpmc_be1n.pr1_mii1_rxlink */
|
||||
AM33XX_IOPAD(0x8ec, PIN_INPUT | MUX_MODE2) /* (R6) lcd_ac_bias_en.pr1_mii1_crs */
|
||||
>;
|
||||
};
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
||||
&gpio3 {
|
||||
mux-mii-hog {
|
||||
mux-mii-hog {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
mux-mii-hog-0 {
|
||||
gpio-hog;
|
||||
|
|
@ -129,28 +129,28 @@ mux-mii-hog-0 {
|
|||
* conflict with PRU-ICSS
|
||||
*/
|
||||
&mac_sw {
|
||||
status = "disabled";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&davinci_mdio_sw {
|
||||
status = "disabled";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
/* PRU-ICSS MDIO configuration */
|
||||
&pruss_mdio {
|
||||
pinctrl-0 = <&pruss_mdio_default>;
|
||||
pinctrl-names = "default";
|
||||
reset-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;
|
||||
reset-delay-us = <2>; /* PHY datasheet states 1uS min */
|
||||
status = "okay";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-0 = <&pruss_mdio_default>;
|
||||
pinctrl-names = "default";
|
||||
reset-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>;
|
||||
reset-delay-us = <2>; /* PHY datasheet states 1uS min */
|
||||
status = "okay";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
pruss_eth0_phy: ethernet-phy@1 {
|
||||
reg = <1>;
|
||||
};
|
||||
pruss_eth0_phy: ethernet-phy@1 {
|
||||
reg = <1>;
|
||||
};
|
||||
|
||||
pruss_eth1_phy: ethernet-phy@3 {
|
||||
reg = <3>;
|
||||
};
|
||||
pruss_eth1_phy: ethernet-phy@3 {
|
||||
reg = <3>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1870,7 +1870,7 @@ SYSC_OMAP2_SOFTRESET |
|
|||
|
||||
gpio2: gpio@0 {
|
||||
compatible = "ti,omap4-gpio";
|
||||
gpio-ranges = <&am33xx_pinmux 0 34 18>,
|
||||
gpio-ranges = <&am33xx_pinmux 0 34 18>,
|
||||
<&am33xx_pinmux 18 77 4>,
|
||||
<&am33xx_pinmux 22 56 10>;
|
||||
gpio-controller;
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ partition@780000 {
|
|||
};
|
||||
|
||||
&mmc1 {
|
||||
status = "disabled";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&mmc2 {
|
||||
|
|
@ -111,7 +111,7 @@ &mmc2 {
|
|||
};
|
||||
|
||||
&mmc3 {
|
||||
status = "disabled";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pincntl {
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ mpu_ck: mpu_ck@15dc {
|
|||
compatible = "ti,gate-clock";
|
||||
clocks = <&sysclk2_ck>;
|
||||
ti,bit-shift = <1>;
|
||||
reg = <0x15dc>;
|
||||
reg = <0x15dc>;
|
||||
};
|
||||
|
||||
audio_pll_a_ck: audio_pll_a_ck@35c {
|
||||
|
|
|
|||
|
|
@ -1695,9 +1695,9 @@ uart4: serial@0 {
|
|||
reg = <0x0 0x100>;
|
||||
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clock-frequency = <48000000>;
|
||||
status = "disabled";
|
||||
dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
|
||||
dma-names = "tx", "rx";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -91,22 +91,22 @@ &cpu_thermal {
|
|||
};
|
||||
|
||||
&cpu_alert0 {
|
||||
temperature = <80000>; /* millicelsius */
|
||||
temperature = <80000>; /* millicelsius */
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
/*
|
||||
/*
|
||||
* Note that the 1.2GiHz mode is enabled for all SoC variants for
|
||||
* the Motorola Android Linux v3.0.8 based kernel.
|
||||
*/
|
||||
operating-points = <
|
||||
/* kHz uV */
|
||||
operating-points = <
|
||||
/* kHz uV */
|
||||
300000 1025000
|
||||
600000 1200000
|
||||
800000 1313000
|
||||
1008000 1375000
|
||||
1200000 1375000
|
||||
>;
|
||||
>;
|
||||
};
|
||||
|
||||
&dss {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ OMAP3_CORE1_IOPAD(0x219a, PIN_INPUT_PULLUP | MUX_MODE4) /* uart3_cts_rctx.gpio_1
|
|||
>;
|
||||
};
|
||||
|
||||
hsusb0_pins: hsusb0-pins {
|
||||
hsusb0_pins: hsusb0-pins {
|
||||
pinctrl-single,pins = <
|
||||
OMAP3_CORE1_IOPAD(0x21a2, PIN_OUTPUT | MUX_MODE0) /* hsusb0_clk.hsusb0_clk */
|
||||
OMAP3_CORE1_IOPAD(0x21a4, PIN_OUTPUT | MUX_MODE0) /* hsusb0_stp.hsusb0_stp */
|
||||
|
|
|
|||
|
|
@ -287,7 +287,7 @@ lis302: lis302@1d {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&accelerator_pins>;
|
||||
|
||||
interrupts-extended = <&gpio6 20 IRQ_TYPE_EDGE_FALLING>, <&gpio6 21 IRQ_TYPE_EDGE_FALLING>; /* 180, 181 */
|
||||
interrupts-extended = <&gpio6 20 IRQ_TYPE_EDGE_FALLING>, <&gpio6 21 IRQ_TYPE_EDGE_FALLING>; /* 180, 181 */
|
||||
|
||||
/* click flags */
|
||||
st,click-single-x;
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ ads7846reg: ads7846-reg {
|
|||
|
||||
backlight {
|
||||
compatible = "gpio-backlight";
|
||||
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&backlight_pins>;
|
||||
gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>; /* gpio_145 */
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ ads7846reg: ads7846-reg {
|
|||
|
||||
backlight {
|
||||
compatible = "gpio-backlight";
|
||||
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&backlight_pins>;
|
||||
gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>; /* gpio_145 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user