diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-02 17:23:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-02 17:23:01 -0400 |
commit | ee1a8d402e7e204d57fb108aa40003b6d1633036 (patch) | |
tree | 3abf4be63d11bbbd04c89bd668a17533f942b911 /arch/arm/boot/dts/kirkwood-lsxl.dtsi | |
parent | 40e71e7015ab85c8606f50736525220948a3b24b (diff) | |
parent | 9686bb66a4c50e43ffee903a9fc62237ee2de1e6 (diff) |
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC device tree changes from Arnd Bergmann:
"These changes from 30 individual branches for the most part update
device tree files, but there are also a few source code changes that
have crept in this time, usually in order to atomically move over a
driver from using hardcoded data to DT probing.
A number of platforms change their DT files to use the C preprocessor,
which is causing a bit of churn, but that is hopefully only this once"
* tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (372 commits)
ARM: at91: dt: rm9200ek: add spi support
ARM: at91: dt: rm9200: add spi support
ARM: at91/DT: at91sam9n12: add SPI DMA client infos
ARM: at91/DT: sama5d3: add SPI DMA client infos
ARM: at91/DT: fix SPI compatibility string
ARM: Kirkwood: Fix the internal register ranges translation
ARM: dts: bcm281xx: change comment to C89 style
ARM: mmc: bcm281xx SDHCI driver (dt mods)
ARM: nomadik: add the new clocks to the device tree
clk: nomadik: implement the Nomadik clocks properly
ARM: dts: omap5-uevm: Provide USB Host PHY clock frequency
ARM: dts: omap4-panda: Fix DVI EDID reads
ARM: dts: omap4-panda: Add USB Host support
arm: mvebu: enable mini-PCIe connectors on Armada 370 RD
ARM: shmobile: irqpin: add a DT property to enable masking on parent
ARM: dts: AM43x EPOS EVM support
ARM: dts: OMAP5: Add bandgap DT entry
ARM: dts: AM33XX: Add pinmux configuration for CPSW to am335x EVM
ARM: dts: AM33XX: Add pinmux configuration for CPSW to EVMsk
ARM: dts: AM33XX: Add pinmux configuration for CPSW to beaglebone
...
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-lsxl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-lsxl.dtsi | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/kirkwood-lsxl.dtsi b/arch/arm/boot/dts/kirkwood-lsxl.dtsi index 996c7fefd253..31b17f5b9d28 100644 --- a/arch/arm/boot/dts/kirkwood-lsxl.dtsi +++ b/arch/arm/boot/dts/kirkwood-lsxl.dtsi | |||
@@ -8,16 +8,6 @@ | |||
8 | 8 | ||
9 | ocp@f1000000 { | 9 | ocp@f1000000 { |
10 | pinctrl: pinctrl@10000 { | 10 | pinctrl: pinctrl@10000 { |
11 | |||
12 | pinctrl-0 = < &pmx_power_hdd &pmx_usb_vbus | ||
13 | &pmx_fan_low &pmx_fan_high | ||
14 | &pmx_led_function_red &pmx_led_alarm | ||
15 | &pmx_led_info &pmx_led_power | ||
16 | &pmx_fan_lock &pmx_button_function | ||
17 | &pmx_power_switch &pmx_power_auto_switch | ||
18 | &pmx_led_function_blue >; | ||
19 | pinctrl-names = "default"; | ||
20 | |||
21 | pmx_power_hdd: pmx-power-hdd { | 11 | pmx_power_hdd: pmx-power-hdd { |
22 | marvell,pins = "mpp10"; | 12 | marvell,pins = "mpp10"; |
23 | marvell,function = "gpo"; | 13 | marvell,function = "gpo"; |
@@ -112,6 +102,10 @@ | |||
112 | compatible = "gpio-keys"; | 102 | compatible = "gpio-keys"; |
113 | #address-cells = <1>; | 103 | #address-cells = <1>; |
114 | #size-cells = <0>; | 104 | #size-cells = <0>; |
105 | pinctrl-0 = <&pmx_button_function &pmx_power_switch | ||
106 | &pmx_power_auto_switch>; | ||
107 | pinctrl-names = "default"; | ||
108 | |||
115 | button@1 { | 109 | button@1 { |
116 | label = "Function Button"; | 110 | label = "Function Button"; |
117 | linux,code = <357>; | 111 | linux,code = <357>; |
@@ -133,6 +127,10 @@ | |||
133 | 127 | ||
134 | gpio_leds { | 128 | gpio_leds { |
135 | compatible = "gpio-leds"; | 129 | compatible = "gpio-leds"; |
130 | pinctrl-0 = <&pmx_led_function_red &pmx_led_alarm | ||
131 | &pmx_led_info &pmx_led_power | ||
132 | &pmx_led_function_blue>; | ||
133 | pinctrl-names = "default"; | ||
136 | 134 | ||
137 | led@1 { | 135 | led@1 { |
138 | label = "lsxl:blue:func"; | 136 | label = "lsxl:blue:func"; |
@@ -163,6 +161,8 @@ | |||
163 | 161 | ||
164 | gpio_fan { | 162 | gpio_fan { |
165 | compatible = "gpio-fan"; | 163 | compatible = "gpio-fan"; |
164 | pinctrl-0 = <&pmx_fan_low &pmx_fan_high &pmx_fan_lock>; | ||
165 | pinctrl-names = "default"; | ||
166 | gpios = <&gpio0 19 1 | 166 | gpios = <&gpio0 19 1 |
167 | &gpio0 18 1>; | 167 | &gpio0 18 1>; |
168 | gpio-fan,speed-map = <0 3 | 168 | gpio-fan,speed-map = <0 3 |
@@ -180,6 +180,8 @@ | |||
180 | compatible = "simple-bus"; | 180 | compatible = "simple-bus"; |
181 | #address-cells = <1>; | 181 | #address-cells = <1>; |
182 | #size-cells = <0>; | 182 | #size-cells = <0>; |
183 | pinctrl-0 = <&pmx_power_hdd &pmx_usb_vbus>; | ||
184 | pinctrl-names = "default"; | ||
183 | 185 | ||
184 | usb_power: regulator@1 { | 186 | usb_power: regulator@1 { |
185 | compatible = "regulator-fixed"; | 187 | compatible = "regulator-fixed"; |