diff options
| author | mattis fjallstrom <mattis@acm.org> | 2016-05-04 16:40:14 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2016-05-04 16:40:14 -0700 |
| commit | 9fed79637320f99a185545ae4982ba25c681fcde (patch) | |
| tree | c5e4bb1260d5bf5e71f8c7e7c96706abb50a2cdc /arch/arm/boot/dts | |
| parent | 104bd36ed2d86c77a2d6949d3957a6c014c70f72 (diff) | |
| download | olio-linux-3.10-9fed79637320f99a185545ae4982ba25c681fcde.tar.xz olio-linux-3.10-9fed79637320f99a185545ae4982ba25c681fcde.zip | |
Further minor fixes to tps65910 and interrupts. No smoking guns, just minor tweaks and some clean-up.
Change-Id: I9b184b3fcdb32dac01c7bd75df55a74b39cc6e53
Diffstat (limited to 'arch/arm/boot/dts')
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index 41b52faec8e..5e6f915499a 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -310,18 +310,15 @@ dev_pins: pinmux_pv_pins { /include/ "tps65910.dtsi" &tps { - interrupts = <7>; /* SYS_NIRQ */ interrupt-parent = <&intc>; + interrupts = <7>; /* SYS_NIRQ */ -#interrupt-cells = <2>; + #interrupt-cells = <1>; interrupt-controller; /* This is from HEAD */ /* ti,en-ck32k-xtal; */ - /* set SR_CTL_I2C_SEL - access to smartreflex registers by control i2c */ - /* ti,system-power-controller; */ - /* This is from GL's suspend branch */ /* crystal oscillator is installed on the board */ @@ -375,11 +372,6 @@ dev_pins: pinmux_pv_pins { vdd2_reg: regulator@3 { /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */ /* - - regulator-name = "vdd_core"; - regulator-min-microvolt = <900000>; - regulator-max-microvolt = <1200000>; - regulator-boot-on; regulator-always-on; */ |