diff options
Diffstat (limited to 'arch')
| -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;  			*/ |