|
@@ -58,6 +58,8 @@
|
|
|
"st,nomadik-gpio";
|
|
|
reg = <0x8012e000 0x80>;
|
|
|
interrupts = <0 119 0x4>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
supports-sleepmode;
|
|
|
gpio-controller;
|
|
|
#gpio-cells = <2>;
|
|
@@ -69,6 +71,8 @@
|
|
|
"st,nomadik-gpio";
|
|
|
reg = <0x8012e080 0x80>;
|
|
|
interrupts = <0 120 0x4>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
supports-sleepmode;
|
|
|
gpio-controller;
|
|
|
#gpio-cells = <2>;
|
|
@@ -80,6 +84,8 @@
|
|
|
"st,nomadik-gpio";
|
|
|
reg = <0x8000e000 0x80>;
|
|
|
interrupts = <0 121 0x4>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
supports-sleepmode;
|
|
|
gpio-controller;
|
|
|
#gpio-cells = <2>;
|
|
@@ -91,6 +97,8 @@
|
|
|
"st,nomadik-gpio";
|
|
|
reg = <0x8000e080 0x80>;
|
|
|
interrupts = <0 122 0x4>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
supports-sleepmode;
|
|
|
gpio-controller;
|
|
|
#gpio-cells = <2>;
|
|
@@ -102,6 +110,8 @@
|
|
|
"st,nomadik-gpio";
|
|
|
reg = <0x8000e100 0x80>;
|
|
|
interrupts = <0 123 0x4>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
supports-sleepmode;
|
|
|
gpio-controller;
|
|
|
#gpio-cells = <2>;
|
|
@@ -113,6 +123,8 @@
|
|
|
"st,nomadik-gpio";
|
|
|
reg = <0x8000e180 0x80>;
|
|
|
interrupts = <0 124 0x4>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
supports-sleepmode;
|
|
|
gpio-controller;
|
|
|
#gpio-cells = <2>;
|
|
@@ -124,6 +136,8 @@
|
|
|
"st,nomadik-gpio";
|
|
|
reg = <0x8011e000 0x80>;
|
|
|
interrupts = <0 125 0x4>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
supports-sleepmode;
|
|
|
gpio-controller;
|
|
|
#gpio-cells = <2>;
|
|
@@ -135,6 +149,8 @@
|
|
|
"st,nomadik-gpio";
|
|
|
reg = <0x8011e080 0x80>;
|
|
|
interrupts = <0 126 0x4>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
supports-sleepmode;
|
|
|
gpio-controller;
|
|
|
#gpio-cells = <2>;
|
|
@@ -146,12 +162,18 @@
|
|
|
"st,nomadik-gpio";
|
|
|
reg = <0xa03fe000 0x80>;
|
|
|
interrupts = <0 127 0x4>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
supports-sleepmode;
|
|
|
gpio-controller;
|
|
|
#gpio-cells = <2>;
|
|
|
gpio-bank = <8>;
|
|
|
};
|
|
|
|
|
|
+ pinctrl {
|
|
|
+ compatible = "stericsson,nmk_pinctrl";
|
|
|
+ };
|
|
|
+
|
|
|
usb@a03e0000 {
|
|
|
compatible = "stericsson,db8500-musb",
|
|
|
"mentor,musb";
|
|
@@ -169,20 +191,195 @@
|
|
|
prcmu@80157000 {
|
|
|
compatible = "stericsson,db8500-prcmu";
|
|
|
reg = <0x80157000 0x1000>;
|
|
|
- interrupts = <46 47>;
|
|
|
+ interrupts = <0 47 0x4>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <1>;
|
|
|
ranges;
|
|
|
|
|
|
- prcmu-timer-4@80157450 {
|
|
|
+ prcmu-timer-4@80157450 {
|
|
|
compatible = "stericsson,db8500-prcmu-timer-4";
|
|
|
reg = <0x80157450 0xC>;
|
|
|
};
|
|
|
|
|
|
+ db8500-prcmu-regulators {
|
|
|
+ compatible = "stericsson,db8500-prcmu-regulator";
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_VAPE
|
|
|
+ db8500_vape_reg: db8500_vape {
|
|
|
+ regulator-name = "db8500-vape";
|
|
|
+ regulator-always-on;
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_VARM
|
|
|
+ db8500_varm_reg: db8500_varm {
|
|
|
+ regulator-name = "db8500-varm";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_VMODEM
|
|
|
+ db8500_vmodem_reg: db8500_vmodem {
|
|
|
+ regulator-name = "db8500-vmodem";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_VPLL
|
|
|
+ db8500_vpll_reg: db8500_vpll {
|
|
|
+ regulator-name = "db8500-vpll";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_VSMPS1
|
|
|
+ db8500_vsmps1_reg: db8500_vsmps1 {
|
|
|
+ regulator-name = "db8500-vsmps1";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_VSMPS2
|
|
|
+ db8500_vsmps2_reg: db8500_vsmps2 {
|
|
|
+ regulator-name = "db8500-vsmps2";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_VSMPS3
|
|
|
+ db8500_vsmps3_reg: db8500_vsmps3 {
|
|
|
+ regulator-name = "db8500-vsmps3";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_VRF1
|
|
|
+ db8500_vrf1_reg: db8500_vrf1 {
|
|
|
+ regulator-name = "db8500-vrf1";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_SWITCH_SVAMMDSP
|
|
|
+ db8500_sva_mmdsp_reg: db8500_sva_mmdsp {
|
|
|
+ regulator-name = "db8500-sva-mmdsp";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_SWITCH_SVAMMDSPRET
|
|
|
+ db8500_sva_mmdsp_ret_reg: db8500_sva_mmdsp_ret {
|
|
|
+ regulator-name = "db8500-sva-mmdsp-ret";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_SWITCH_SVAPIPE
|
|
|
+ db8500_sva_pipe_reg: db8500_sva_pipe {
|
|
|
+ regulator-name = "db8500_sva_pipe";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_SWITCH_SIAMMDSP
|
|
|
+ db8500_sia_mmdsp_reg: db8500_sia_mmdsp {
|
|
|
+ regulator-name = "db8500_sia_mmdsp";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_SWITCH_SIAMMDSPRET
|
|
|
+ db8500_sia_mmdsp_ret_reg: db8500_sia_mmdsp_ret {
|
|
|
+ regulator-name = "db8500-sia-mmdsp-ret";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_SWITCH_SIAPIPE
|
|
|
+ db8500_sia_pipe_reg: db8500_sia_pipe {
|
|
|
+ regulator-name = "db8500-sia-pipe";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_SWITCH_SGA
|
|
|
+ db8500_sga_reg: db8500_sga {
|
|
|
+ regulator-name = "db8500-sga";
|
|
|
+ vin-supply = <&db8500_vape_reg>;
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_SWITCH_B2R2_MCDE
|
|
|
+ db8500_b2r2_mcde_reg: db8500_b2r2_mcde {
|
|
|
+ regulator-name = "db8500-b2r2-mcde";
|
|
|
+ vin-supply = <&db8500_vape_reg>;
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_SWITCH_ESRAM12
|
|
|
+ db8500_esram12_reg: db8500_esram12 {
|
|
|
+ regulator-name = "db8500-esram12";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_SWITCH_ESRAM12RET
|
|
|
+ db8500_esram12_ret_reg: db8500_esram12_ret {
|
|
|
+ regulator-name = "db8500-esram12-ret";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_SWITCH_ESRAM34
|
|
|
+ db8500_esram34_reg: db8500_esram34 {
|
|
|
+ regulator-name = "db8500-esram34";
|
|
|
+ };
|
|
|
+
|
|
|
+ // DB8500_REGULATOR_SWITCH_ESRAM34RET
|
|
|
+ db8500_esram34_ret_reg: db8500_esram34_ret {
|
|
|
+ regulator-name = "db8500-esram34-ret";
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
ab8500@5 {
|
|
|
compatible = "stericsson,ab8500";
|
|
|
reg = <5>; /* mailbox 5 is i2c */
|
|
|
interrupts = <0 40 0x4>;
|
|
|
+
|
|
|
+ ab8500-regulators {
|
|
|
+ compatible = "stericsson,ab8500-regulator";
|
|
|
+
|
|
|
+ // supplies to the display/camera
|
|
|
+ ab8500_ldo_aux1_reg: ab8500_ldo_aux1 {
|
|
|
+ regulator-name = "V-DISPLAY";
|
|
|
+ regulator-min-microvolt = <2500000>;
|
|
|
+ regulator-max-microvolt = <2900000>;
|
|
|
+ regulator-boot-on;
|
|
|
+ /* BUG: If turned off MMC will be affected. */
|
|
|
+ regulator-always-on;
|
|
|
+ };
|
|
|
+
|
|
|
+ // supplies to the on-board eMMC
|
|
|
+ ab8500_ldo_aux2_reg: ab8500_ldo_aux2 {
|
|
|
+ regulator-name = "V-eMMC1";
|
|
|
+ regulator-min-microvolt = <1100000>;
|
|
|
+ regulator-max-microvolt = <3300000>;
|
|
|
+ };
|
|
|
+
|
|
|
+ // supply for VAUX3; SDcard slots
|
|
|
+ ab8500_ldo_aux3_reg: ab8500_ldo_aux3 {
|
|
|
+ regulator-name = "V-MMC-SD";
|
|
|
+ regulator-min-microvolt = <1100000>;
|
|
|
+ regulator-max-microvolt = <3300000>;
|
|
|
+ };
|
|
|
+
|
|
|
+ // supply for v-intcore12; VINTCORE12 LDO
|
|
|
+ ab8500_ldo_initcore_reg: ab8500_ldo_initcore {
|
|
|
+ regulator-name = "V-INTCORE";
|
|
|
+ };
|
|
|
+
|
|
|
+ // supply for tvout; gpadc; TVOUT LDO
|
|
|
+ ab8500_ldo_tvout_reg: ab8500_ldo_tvout {
|
|
|
+ regulator-name = "V-TVOUT";
|
|
|
+ };
|
|
|
+
|
|
|
+ // supply for ab8500-usb; USB LDO
|
|
|
+ ab8500_ldo_usb_reg: ab8500_ldo_usb {
|
|
|
+ regulator-name = "dummy";
|
|
|
+ };
|
|
|
+
|
|
|
+ // supply for ab8500-vaudio; VAUDIO LDO
|
|
|
+ ab8500_ldo_audio_reg: ab8500_ldo_audio {
|
|
|
+ regulator-name = "V-AUD";
|
|
|
+ };
|
|
|
+
|
|
|
+ // supply for v-anamic1 VAMic1-LDO
|
|
|
+ ab8500_ldo_anamic1_reg: ab8500_ldo_anamic1 {
|
|
|
+ regulator-name = "V-AMIC1";
|
|
|
+ };
|
|
|
+
|
|
|
+ // supply for v-amic2; VAMIC2 LDO; reuse constants for AMIC1
|
|
|
+ ab8500_ldo_amamic2_reg: ab8500_ldo_amamic2 {
|
|
|
+ regulator-name = "V-AMIC2";
|
|
|
+ };
|
|
|
+
|
|
|
+ // supply for v-dmic; VDMIC LDO
|
|
|
+ ab8500_ldo_dmic_reg: ab8500_ldo_dmic {
|
|
|
+ regulator-name = "V-DMIC";
|
|
|
+ };
|
|
|
+
|
|
|
+ // supply for U8500 CSI/DSI; VANA LDO
|
|
|
+ ab8500_ldo_ana_reg: ab8500_ldo_ana {
|
|
|
+ regulator-name = "V-CSI/DSI";
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
|
|
@@ -235,7 +432,8 @@
|
|
|
status = "disabled";
|
|
|
|
|
|
// Add one of these for each child device
|
|
|
- cs-gpios = <&gpio0 31 &gpio4 14 &gpio4 16 &gpio6 22 &gpio7 0>;
|
|
|
+ cs-gpios = <&gpio0 31 0x4 &gpio4 14 0x4 &gpio4 16 0x4
|
|
|
+ &gpio6 22 0x4 &gpio7 0 0x4>;
|
|
|
|
|
|
};
|
|
|
|