Samsung 4th DT updates for v3.20
- For exynos4 SoCs : add PPMU node : add syscon phandle for video-phy node - For exynos4415 SoC : add mipi dsi and fimd device nodes - For exynos3250-monk and exynos3250-rinato boards : add PPMU node - For exynos4412-trats2 board : add maxim77693 fuel gauge and battery charger nodes : fix regarding CLK_MOUT_CAMn parent and CLK_UART_ISP_SCLK clocks : switch max77686 regulators to GPIO control : add suspend configuration for max77686 regulators : add PPMU node and sound nodes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAABAgAGBQJU0iWQAAoJEA0Cl+kVi2xq4mEQAIB9QNNzxuc+oPIHibYzjlaD AZ+iJLtjbLBMxH05XgdnTtlSJPVbTlhRfypozSi7Nqb1jYyI4CMob4wCLshx4P8X Ymyqpdui5i4E2dTnM2hgIBq8NJRTvPcsahNXpyBjKCJ1QM7qNkvWn02UsAeQ+7f6 n76ZUk4Do942aTy0yC9yvG6/GMW2Lfk27Ho4RvckHOIhy5aXiqB7qy+KFTZMpsiu Jwi8teKOZCHiXMyxYLTmdBxSJ5kdHvRwr+pSBAteihQsVFlum19aPln4tXWuQKCW /y864mFieUQlxzu2+juoa+ddbjqaQh3LVGRGlQk+VuDA2rPSbsjN8KSTAOpaApc6 NLQkPx0h5Op6/8RrkLZl6qbMbkvBLhimx1uPstT5jPPPTdWVc+w92yWXiVGAyVNh vUzJ1FJMIvIpWUveBcl3wCu/3nBoXgwV20Pz67ddqkLBrRaqBEiZyeF0g2LXa50/ jAmG/uzve01zI+ynFNLHN6rxfH0SW5vRFF1kqKF/eTmNSH9FPfQ6EK2f6cnE/Y5e OpcS0rac2T/YjSnsjF3F/YG4T99k6TaQnpqnymsLlpNS7L2wsCXllht+a16wc5dk tJ/o79sGiz5X1hCV3UbVlaJiFICwx6o4CVnnvyKKImnvmZE+SgV+QqDi+0BP05nA 3AD3X2m6x5QKeCO8TQl3 =Avge -----END PGP SIGNATURE----- Merge tag 'samsung-dt-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt Merge "Samsung 4th DT updates for v3.20" from Kukjin Kim: - For exynos4 SoCs : add PPMU node : add syscon phandle for video-phy node - For exynos4415 SoC : add mipi dsi and fimd device nodes - For exynos3250-monk and exynos3250-rinato boards : add PPMU node - For exynos4412-trats2 board : add maxim77693 fuel gauge and battery charger nodes : fix regarding CLK_MOUT_CAMn parent and CLK_UART_ISP_SCLK clocks : switch max77686 regulators to GPIO control : add suspend configuration for max77686 regulators : add PPMU node and sound nodes * tag 'samsung-dt-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: ARM: dts: Add PPMU node for exynos4412-trats2 ARM: dts: Add PPMU node for exynos3250-monk and exynos3250-rinato ARM: dts: Add PPMU dt node for exynos4 and exynos4210 ARM: dts: Add PPMU dt node for exynos3250 ARM: dts: add mipi dsi device node for exynos4415 ARM: dts: add fimd device node for exynos4415 ARM: dts: Add syscon phandle to the video-phy node for Exynos4 ARM: dts: Add sound nodes for exynos4412-trats2 ARM: dts: Fix CLK_MOUT_CAMn parent clocks assignment for exynos4412-trats2 ARM: dts: Fix CLK_UART_ISP_SCLK clock assignment in exynos4x12.dtsi ARM: dts: Add max77693 charger node for exynos4412-trats2 ARM: dts: Switch max77686 regulators to GPIO control for exynos4412-trats2 ARM: dts: Add suspend configuration for max77686 regulators for exynos4412-trats2 ARM: dts: Add Maxim 77693 fuel gauge node for exynos4412-trats2 Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
commit
880c0d140d
@ -437,6 +437,46 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&ppmu_dmc0 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
events {
|
||||||
|
ppmu_dmc0_3: ppmu-event3-dmc0 {
|
||||||
|
event-name = "ppmu-event3-dmc0";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&ppmu_dmc1 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
events {
|
||||||
|
ppmu_dmc1_3: ppmu-event3-dmc1 {
|
||||||
|
event-name = "ppmu-event3-dmc1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&ppmu_leftbus {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
events {
|
||||||
|
ppmu_leftbus_3: ppmu-event3-leftbus {
|
||||||
|
event-name = "ppmu-event3-leftbus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&ppmu_rightbus {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
events {
|
||||||
|
ppmu_rightbus_3: ppmu-event3-rightbus {
|
||||||
|
event-name = "ppmu-event3-rightbus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&xusbxti {
|
&xusbxti {
|
||||||
clock-frequency = <24000000>;
|
clock-frequency = <24000000>;
|
||||||
};
|
};
|
||||||
|
@ -610,6 +610,46 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&ppmu_dmc0 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
events {
|
||||||
|
ppmu_dmc0_3: ppmu-event3-dmc0 {
|
||||||
|
event-name = "ppmu-event3-dmc0";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&ppmu_dmc1 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
events {
|
||||||
|
ppmu_dmc1_3: ppmu-event3-dmc1 {
|
||||||
|
event-name = "ppmu-event3-dmc1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&ppmu_leftbus {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
events {
|
||||||
|
ppmu_leftbus_3: ppmu-event3-leftbus {
|
||||||
|
event-name = "ppmu-event3-leftbus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&ppmu_rightbus {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
events {
|
||||||
|
ppmu_rightbus_3: ppmu-event3-rightbus {
|
||||||
|
event-name = "ppmu-event3-rightbus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&xusbxti {
|
&xusbxti {
|
||||||
clock-frequency = <24000000>;
|
clock-frequency = <24000000>;
|
||||||
};
|
};
|
||||||
|
@ -541,6 +541,80 @@
|
|||||||
compatible = "arm,cortex-a7-pmu";
|
compatible = "arm,cortex-a7-pmu";
|
||||||
interrupts = <0 18 0>, <0 19 0>;
|
interrupts = <0 18 0>, <0 19 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ppmu_dmc0: ppmu_dmc0@106a0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x106a0000 0x2000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_dmc1: ppmu_dmc1@106b0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x106b0000 0x2000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_cpu: ppmu_cpu@106c0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x106c0000 0x2000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_rightbus: ppmu_rightbus@112a0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x112a0000 0x2000>;
|
||||||
|
clocks = <&cmu CLK_PPMURIGHT>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_leftbus: ppmu_leftbus0@116a0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x116a0000 0x2000>;
|
||||||
|
clocks = <&cmu CLK_PPMULEFT>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_camif: ppmu_camif@11ac0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x11ac0000 0x2000>;
|
||||||
|
clocks = <&cmu CLK_PPMUCAMIF>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_lcd0: ppmu_lcd0@11e40000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x11e40000 0x2000>;
|
||||||
|
clocks = <&cmu CLK_PPMULCD0>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_fsys: ppmu_fsys@12630000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x12630000 0x2000>;
|
||||||
|
clocks = <&cmu CLK_PPMUFILE>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_g3d: ppmu_g3d@13220000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x13220000 0x2000>;
|
||||||
|
clocks = <&cmu CLK_PPMUG3D>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_mfc: ppmu_mfc@13660000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x13660000 0x2000>;
|
||||||
|
clocks = <&cmu CLK_PPMUMFC_L>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -76,6 +76,7 @@
|
|||||||
compatible = "samsung,s5pv210-mipi-video-phy";
|
compatible = "samsung,s5pv210-mipi-video-phy";
|
||||||
reg = <0x10020710 8>;
|
reg = <0x10020710 8>;
|
||||||
#phy-cells = <1>;
|
#phy-cells = <1>;
|
||||||
|
syscon = <&pmu_system_controller>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pd_mfc: mfc-power-domain@10023C40 {
|
pd_mfc: mfc-power-domain@10023C40 {
|
||||||
@ -652,4 +653,112 @@
|
|||||||
samsung,sysreg = <&sys_reg>;
|
samsung,sysreg = <&sys_reg>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ppmu_dmc0: ppmu_dmc0@106a0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x106a0000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMUDMC0>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_dmc1: ppmu_dmc1@106b0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x106b0000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMUDMC1>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_cpu: ppmu_cpu@106c0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x106c0000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMUCPU>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_acp: ppmu_acp@10ae0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x106e0000 0x2000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_rightbus: ppmu_rightbus@112a0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x112a0000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMURIGHT>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_leftbus: ppmu_leftbus0@116a0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x116a0000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMULEFT>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_camif: ppmu_camif@11ac0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x11ac0000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMUCAMIF>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_lcd0: ppmu_lcd0@11e40000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x11e40000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMULCD0>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_fsys: ppmu_g3d@12630000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x12630000 0x2000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_image: ppmu_image@12aa0000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x12aa0000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMUIMAGE>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_tv: ppmu_tv@12e40000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x12e40000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMUTV>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_g3d: ppmu_g3d@13220000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x13220000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMUG3D>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_mfc_left: ppmu_mfc_left@13660000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x13660000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMUMFC_L>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppmu_mfc_right: ppmu_mfc_right@13670000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x13670000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMUMFC_R>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
@ -193,4 +193,12 @@
|
|||||||
samsung,lcd-wb;
|
samsung,lcd-wb;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ppmu_lcd1: ppmu_lcd1@12240000 {
|
||||||
|
compatible = "samsung,exynos-ppmu";
|
||||||
|
reg = <0x12240000 0x2000>;
|
||||||
|
clocks = <&clock CLK_PPMULCD1>;
|
||||||
|
clock-names = "ppmu";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
#include "exynos4412.dtsi"
|
#include "exynos4412.dtsi"
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Samsung Trats 2 based on Exynos4412";
|
model = "Samsung Trats 2 based on Exynos4412";
|
||||||
@ -24,6 +25,7 @@
|
|||||||
i2c9 = &i2c_ak8975;
|
i2c9 = &i2c_ak8975;
|
||||||
i2c10 = &i2c_cm36651;
|
i2c10 = &i2c_cm36651;
|
||||||
i2c11 = &i2c_max77693;
|
i2c11 = &i2c_max77693;
|
||||||
|
i2c12 = &i2c_max77693_fuel;
|
||||||
};
|
};
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
@ -56,15 +58,6 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
vemmc_reg: regulator-0 {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "VMEM_VDD_2.8V";
|
|
||||||
regulator-min-microvolt = <2800000>;
|
|
||||||
regulator-max-microvolt = <2800000>;
|
|
||||||
gpio = <&gpk0 2 0>;
|
|
||||||
enable-active-high;
|
|
||||||
};
|
|
||||||
|
|
||||||
cam_io_reg: voltage-regulator-1 {
|
cam_io_reg: voltage-regulator-1 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "CAM_SENSOR_A";
|
regulator-name = "CAM_SENSOR_A";
|
||||||
@ -92,16 +85,6 @@
|
|||||||
enable-active-high;
|
enable-active-high;
|
||||||
};
|
};
|
||||||
|
|
||||||
cam_isp_core_reg: voltage-regulator-4 {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "CAM_ISP_CORE_1.2V_EN";
|
|
||||||
regulator-min-microvolt = <1200000>;
|
|
||||||
regulator-max-microvolt = <1200000>;
|
|
||||||
gpio = <&gpm0 3 0>;
|
|
||||||
enable-active-high;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
ps_als_reg: voltage-regulator-5 {
|
ps_als_reg: voltage-regulator-5 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "LED_A_3.0V";
|
regulator-name = "LED_A_3.0V";
|
||||||
@ -203,6 +186,25 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i2c@138A0000 {
|
||||||
|
samsung,i2c-sda-delay = <100>;
|
||||||
|
samsung,i2c-slave-addr = <0x10>;
|
||||||
|
samsung,i2c-max-bus-freq = <100000>;
|
||||||
|
pinctrl-0 = <&i2c4_bus>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
wm1811: wm1811@1a {
|
||||||
|
compatible = "wlf,wm1811";
|
||||||
|
reg = <0x1a>;
|
||||||
|
clocks = <&pmu_system_controller 0>;
|
||||||
|
clock-names = "MCLK1";
|
||||||
|
DCVDD-supply = <&ldo3_reg>;
|
||||||
|
DBVDD1-supply = <&ldo3_reg>;
|
||||||
|
wlf,ldo1ena = <&gpj0 4 0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
i2c@138D0000 {
|
i2c@138D0000 {
|
||||||
samsung,i2c-sda-delay = <100>;
|
samsung,i2c-sda-delay = <100>;
|
||||||
samsung,i2c-slave-addr = <0x10>;
|
samsung,i2c-slave-addr = <0x10>;
|
||||||
@ -225,7 +227,6 @@
|
|||||||
regulator-min-microvolt = <1000000>;
|
regulator-min-microvolt = <1000000>;
|
||||||
regulator-max-microvolt = <1000000>;
|
regulator-max-microvolt = <1000000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-mem-on;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo2_reg: ldo2 {
|
ldo2_reg: ldo2 {
|
||||||
@ -234,7 +235,9 @@
|
|||||||
regulator-min-microvolt = <1200000>;
|
regulator-min-microvolt = <1200000>;
|
||||||
regulator-max-microvolt = <1200000>;
|
regulator-max-microvolt = <1200000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-mem-on;
|
regulator-state-mem {
|
||||||
|
regulator-on-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo3_reg: ldo3 {
|
ldo3_reg: ldo3 {
|
||||||
@ -243,7 +246,6 @@
|
|||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-mem-on;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo4_reg: ldo4 {
|
ldo4_reg: ldo4 {
|
||||||
@ -252,7 +254,6 @@
|
|||||||
regulator-min-microvolt = <2800000>;
|
regulator-min-microvolt = <2800000>;
|
||||||
regulator-max-microvolt = <2800000>;
|
regulator-max-microvolt = <2800000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-mem-on;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo5_reg: ldo5 {
|
ldo5_reg: ldo5 {
|
||||||
@ -261,7 +262,6 @@
|
|||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-mem-on;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo6_reg: ldo6 {
|
ldo6_reg: ldo6 {
|
||||||
@ -270,7 +270,9 @@
|
|||||||
regulator-min-microvolt = <1000000>;
|
regulator-min-microvolt = <1000000>;
|
||||||
regulator-max-microvolt = <1000000>;
|
regulator-max-microvolt = <1000000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-mem-on;
|
regulator-state-mem {
|
||||||
|
regulator-on-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo7_reg: ldo7 {
|
ldo7_reg: ldo7 {
|
||||||
@ -279,7 +281,9 @@
|
|||||||
regulator-min-microvolt = <1000000>;
|
regulator-min-microvolt = <1000000>;
|
||||||
regulator-max-microvolt = <1000000>;
|
regulator-max-microvolt = <1000000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-mem-on;
|
regulator-state-mem {
|
||||||
|
regulator-on-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo8_reg: ldo8 {
|
ldo8_reg: ldo8 {
|
||||||
@ -287,7 +291,9 @@
|
|||||||
regulator-name = "VMIPI_1.0V";
|
regulator-name = "VMIPI_1.0V";
|
||||||
regulator-min-microvolt = <1000000>;
|
regulator-min-microvolt = <1000000>;
|
||||||
regulator-max-microvolt = <1000000>;
|
regulator-max-microvolt = <1000000>;
|
||||||
regulator-mem-off;
|
regulator-state-mem {
|
||||||
|
regulator-off-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo9_reg: ldo9 {
|
ldo9_reg: ldo9 {
|
||||||
@ -295,7 +301,6 @@
|
|||||||
regulator-name = "CAM_ISP_MIPI_1.2V";
|
regulator-name = "CAM_ISP_MIPI_1.2V";
|
||||||
regulator-min-microvolt = <1200000>;
|
regulator-min-microvolt = <1200000>;
|
||||||
regulator-max-microvolt = <1200000>;
|
regulator-max-microvolt = <1200000>;
|
||||||
regulator-mem-idle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo10_reg: ldo10 {
|
ldo10_reg: ldo10 {
|
||||||
@ -303,7 +308,9 @@
|
|||||||
regulator-name = "VMIPI_1.8V";
|
regulator-name = "VMIPI_1.8V";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
regulator-mem-off;
|
regulator-state-mem {
|
||||||
|
regulator-off-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo11_reg: ldo11 {
|
ldo11_reg: ldo11 {
|
||||||
@ -312,7 +319,9 @@
|
|||||||
regulator-min-microvolt = <1950000>;
|
regulator-min-microvolt = <1950000>;
|
||||||
regulator-max-microvolt = <1950000>;
|
regulator-max-microvolt = <1950000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-mem-off;
|
regulator-state-mem {
|
||||||
|
regulator-off-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo12_reg: ldo12 {
|
ldo12_reg: ldo12 {
|
||||||
@ -320,7 +329,9 @@
|
|||||||
regulator-name = "VUOTG_3.0V";
|
regulator-name = "VUOTG_3.0V";
|
||||||
regulator-min-microvolt = <3000000>;
|
regulator-min-microvolt = <3000000>;
|
||||||
regulator-max-microvolt = <3000000>;
|
regulator-max-microvolt = <3000000>;
|
||||||
regulator-mem-off;
|
regulator-state-mem {
|
||||||
|
regulator-off-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo13_reg: ldo13 {
|
ldo13_reg: ldo13 {
|
||||||
@ -328,7 +339,6 @@
|
|||||||
regulator-name = "NFC_AVDD_1.8V";
|
regulator-name = "NFC_AVDD_1.8V";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
regulator-mem-idle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo14_reg: ldo14 {
|
ldo14_reg: ldo14 {
|
||||||
@ -337,7 +347,9 @@
|
|||||||
regulator-min-microvolt = <1950000>;
|
regulator-min-microvolt = <1950000>;
|
||||||
regulator-max-microvolt = <1950000>;
|
regulator-max-microvolt = <1950000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-mem-off;
|
regulator-state-mem {
|
||||||
|
regulator-off-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo15_reg: ldo15 {
|
ldo15_reg: ldo15 {
|
||||||
@ -345,7 +357,9 @@
|
|||||||
regulator-name = "VHSIC_1.0V";
|
regulator-name = "VHSIC_1.0V";
|
||||||
regulator-min-microvolt = <1000000>;
|
regulator-min-microvolt = <1000000>;
|
||||||
regulator-max-microvolt = <1000000>;
|
regulator-max-microvolt = <1000000>;
|
||||||
regulator-mem-off;
|
regulator-state-mem {
|
||||||
|
regulator-on-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo16_reg: ldo16 {
|
ldo16_reg: ldo16 {
|
||||||
@ -353,7 +367,9 @@
|
|||||||
regulator-name = "VHSIC_1.8V";
|
regulator-name = "VHSIC_1.8V";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
regulator-mem-off;
|
regulator-state-mem {
|
||||||
|
regulator-on-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo17_reg: ldo17 {
|
ldo17_reg: ldo17 {
|
||||||
@ -361,7 +377,6 @@
|
|||||||
regulator-name = "CAM_SENSOR_CORE_1.2V";
|
regulator-name = "CAM_SENSOR_CORE_1.2V";
|
||||||
regulator-min-microvolt = <1200000>;
|
regulator-min-microvolt = <1200000>;
|
||||||
regulator-max-microvolt = <1200000>;
|
regulator-max-microvolt = <1200000>;
|
||||||
regulator-mem-idle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo18_reg: ldo18 {
|
ldo18_reg: ldo18 {
|
||||||
@ -369,7 +384,6 @@
|
|||||||
regulator-name = "CAM_ISP_SEN_IO_1.8V";
|
regulator-name = "CAM_ISP_SEN_IO_1.8V";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
regulator-mem-idle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo19_reg: ldo19 {
|
ldo19_reg: ldo19 {
|
||||||
@ -377,7 +391,6 @@
|
|||||||
regulator-name = "VT_CAM_1.8V";
|
regulator-name = "VT_CAM_1.8V";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
regulator-mem-idle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo20_reg: ldo20 {
|
ldo20_reg: ldo20 {
|
||||||
@ -385,7 +398,6 @@
|
|||||||
regulator-name = "VDDQ_PRE_1.8V";
|
regulator-name = "VDDQ_PRE_1.8V";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
regulator-mem-idle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo21_reg: ldo21 {
|
ldo21_reg: ldo21 {
|
||||||
@ -393,7 +405,7 @@
|
|||||||
regulator-name = "VTF_2.8V";
|
regulator-name = "VTF_2.8V";
|
||||||
regulator-min-microvolt = <2800000>;
|
regulator-min-microvolt = <2800000>;
|
||||||
regulator-max-microvolt = <2800000>;
|
regulator-max-microvolt = <2800000>;
|
||||||
regulator-mem-idle;
|
maxim,ena-gpios = <&gpy2 0 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo22_reg: ldo22 {
|
ldo22_reg: ldo22 {
|
||||||
@ -401,6 +413,7 @@
|
|||||||
regulator-name = "VMEM_VDD_2.8V";
|
regulator-name = "VMEM_VDD_2.8V";
|
||||||
regulator-min-microvolt = <2800000>;
|
regulator-min-microvolt = <2800000>;
|
||||||
regulator-max-microvolt = <2800000>;
|
regulator-max-microvolt = <2800000>;
|
||||||
|
maxim,ena-gpios = <&gpk0 2 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo23_reg: ldo23 {
|
ldo23_reg: ldo23 {
|
||||||
@ -408,7 +421,6 @@
|
|||||||
regulator-name = "TSP_AVDD_3.3V";
|
regulator-name = "TSP_AVDD_3.3V";
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
regulator-mem-idle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo24_reg: ldo24 {
|
ldo24_reg: ldo24 {
|
||||||
@ -416,7 +428,6 @@
|
|||||||
regulator-name = "TSP_VDD_1.8V";
|
regulator-name = "TSP_VDD_1.8V";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
regulator-mem-idle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo25_reg: ldo25 {
|
ldo25_reg: ldo25 {
|
||||||
@ -424,7 +435,6 @@
|
|||||||
regulator-name = "LCD_VCC_3.3V";
|
regulator-name = "LCD_VCC_3.3V";
|
||||||
regulator-min-microvolt = <2800000>;
|
regulator-min-microvolt = <2800000>;
|
||||||
regulator-max-microvolt = <2800000>;
|
regulator-max-microvolt = <2800000>;
|
||||||
regulator-mem-idle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo26_reg: ldo26 {
|
ldo26_reg: ldo26 {
|
||||||
@ -432,7 +442,6 @@
|
|||||||
regulator-name = "MOTOR_VCC_3.0V";
|
regulator-name = "MOTOR_VCC_3.0V";
|
||||||
regulator-min-microvolt = <3000000>;
|
regulator-min-microvolt = <3000000>;
|
||||||
regulator-max-microvolt = <3000000>;
|
regulator-max-microvolt = <3000000>;
|
||||||
regulator-mem-idle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buck1_reg: buck1 {
|
buck1_reg: buck1 {
|
||||||
@ -442,7 +451,9 @@
|
|||||||
regulator-max-microvolt = <1100000>;
|
regulator-max-microvolt = <1100000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-mem-off;
|
regulator-state-mem {
|
||||||
|
regulator-off-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
buck2_reg: buck2 {
|
buck2_reg: buck2 {
|
||||||
@ -452,7 +463,9 @@
|
|||||||
regulator-max-microvolt = <1500000>;
|
regulator-max-microvolt = <1500000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-mem-off;
|
regulator-state-mem {
|
||||||
|
regulator-on-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
buck3_reg: buck3 {
|
buck3_reg: buck3 {
|
||||||
@ -462,7 +475,9 @@
|
|||||||
regulator-max-microvolt = <1150000>;
|
regulator-max-microvolt = <1150000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-mem-off;
|
regulator-state-mem {
|
||||||
|
regulator-off-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
buck4_reg: buck4 {
|
buck4_reg: buck4 {
|
||||||
@ -471,7 +486,9 @@
|
|||||||
regulator-min-microvolt = <850000>;
|
regulator-min-microvolt = <850000>;
|
||||||
regulator-max-microvolt = <1150000>;
|
regulator-max-microvolt = <1150000>;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-mem-off;
|
regulator-state-mem {
|
||||||
|
regulator-off-in-suspend;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
buck5_reg: buck5 {
|
buck5_reg: buck5 {
|
||||||
@ -503,6 +520,7 @@
|
|||||||
regulator-name = "VMEM_VDDF_3.0V";
|
regulator-name = "VMEM_VDDF_3.0V";
|
||||||
regulator-min-microvolt = <2850000>;
|
regulator-min-microvolt = <2850000>;
|
||||||
regulator-max-microvolt = <2850000>;
|
regulator-max-microvolt = <2850000>;
|
||||||
|
maxim,ena-gpios = <&gpk0 2 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
buck9_reg: buck9 {
|
buck9_reg: buck9 {
|
||||||
@ -510,7 +528,7 @@
|
|||||||
regulator-name = "CAM_ISP_CORE_1.2V";
|
regulator-name = "CAM_ISP_CORE_1.2V";
|
||||||
regulator-min-microvolt = <1000000>;
|
regulator-min-microvolt = <1000000>;
|
||||||
regulator-max-microvolt = <1200000>;
|
regulator-max-microvolt = <1200000>;
|
||||||
regulator-mem-off;
|
maxim,ena-gpios = <&gpm0 3 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -549,6 +567,32 @@
|
|||||||
haptic-supply = <&ldo26_reg>;
|
haptic-supply = <&ldo26_reg>;
|
||||||
pwms = <&pwm 0 38022 0>;
|
pwms = <&pwm 0 38022 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
charger {
|
||||||
|
compatible = "maxim,max77693-charger";
|
||||||
|
|
||||||
|
maxim,constant-microvolt = <4350000>;
|
||||||
|
maxim,min-system-microvolt = <3600000>;
|
||||||
|
maxim,thermal-regulation-celsius = <100>;
|
||||||
|
maxim,battery-overcurrent-microamp = <3500000>;
|
||||||
|
maxim,charge-input-threshold-microvolt = <4300000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c_max77693_fuel: i2c-gpio-3 {
|
||||||
|
compatible = "i2c-gpio";
|
||||||
|
gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>, <&gpf1 4 GPIO_ACTIVE_HIGH>;
|
||||||
|
i2c-gpio,delay-us = <2>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
max77693-fuel-gauge@36 {
|
||||||
|
compatible = "maxim,max17047";
|
||||||
|
interrupt-parent = <&gpx2>;
|
||||||
|
interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
|
||||||
|
reg = <0x36>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -557,7 +601,7 @@
|
|||||||
broken-cd;
|
broken-cd;
|
||||||
non-removable;
|
non-removable;
|
||||||
card-detect-delay = <200>;
|
card-detect-delay = <200>;
|
||||||
vmmc-supply = <&vemmc_reg>;
|
vmmc-supply = <&ldo22_reg>;
|
||||||
clock-frequency = <400000000>;
|
clock-frequency = <400000000>;
|
||||||
samsung,dw-mshc-ciu-div = <0>;
|
samsung,dw-mshc-ciu-div = <0>;
|
||||||
samsung,dw-mshc-sdr-timing = <2 3>;
|
samsung,dw-mshc-sdr-timing = <2 3>;
|
||||||
@ -721,8 +765,8 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
assigned-clocks = <&clock CLK_MOUT_CAM0>,
|
assigned-clocks = <&clock CLK_MOUT_CAM0>,
|
||||||
<&clock CLK_MOUT_CAM1>;
|
<&clock CLK_MOUT_CAM1>;
|
||||||
assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>,
|
assigned-clock-parents = <&clock CLK_XUSBXTI>,
|
||||||
<&clock CLK_MOUT_MPLL_USER_T>;
|
<&clock CLK_XUSBXTI>;
|
||||||
|
|
||||||
fimc_0: fimc@11800000 {
|
fimc_0: fimc@11800000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
@ -838,6 +882,24 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i2s0: i2s@03830000 {
|
||||||
|
pinctrl-0 = <&i2s0_bus>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
sound {
|
||||||
|
compatible = "samsung,trats2-audio";
|
||||||
|
samsung,i2s-controller = <&i2s0>;
|
||||||
|
samsung,model = "Trats2";
|
||||||
|
samsung,audio-codec = <&wm1811>;
|
||||||
|
samsung,audio-routing =
|
||||||
|
"SPK", "SPKOUTLN",
|
||||||
|
"SPK", "SPKOUTLP",
|
||||||
|
"SPK", "SPKOUTRN",
|
||||||
|
"SPK", "SPKOUTRP";
|
||||||
|
};
|
||||||
|
|
||||||
exynos-usbphy@125B0000 {
|
exynos-usbphy@125B0000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
@ -866,6 +928,51 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pmu_system_controller {
|
||||||
|
assigned-clocks = <&pmu_system_controller 0>;
|
||||||
|
assigned-clock-parents = <&clock CLK_XUSBXTI>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&ppmu_dmc0 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
events {
|
||||||
|
ppmu_dmc0_3: ppmu-event3-dmc0 {
|
||||||
|
event-name = "ppmu-event3-dmc0";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&ppmu_dmc1 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
events {
|
||||||
|
ppmu_dmc1_3: ppmu-event3-dmc1 {
|
||||||
|
event-name = "ppmu-event3-dmc1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&ppmu_leftbus {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
events {
|
||||||
|
ppmu_leftbus_3: ppmu-event3-leftbus {
|
||||||
|
event-name = "ppmu-event3-leftbus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&ppmu_rightbus {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
events {
|
||||||
|
ppmu_rightbus_3: ppmu-event3-rightbus {
|
||||||
|
event-name = "ppmu-event3-rightbus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&pinctrl_0 {
|
&pinctrl_0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&sleep0>;
|
pinctrl-0 = <&sleep0>;
|
||||||
|
@ -241,6 +241,33 @@
|
|||||||
interrupts = <0 240 0>;
|
interrupts = <0 240 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fimd: fimd@11C00000 {
|
||||||
|
compatible = "samsung,exynos4415-fimd";
|
||||||
|
reg = <0x11C00000 0x30000>;
|
||||||
|
interrupt-names = "fifo", "vsync", "lcd_sys";
|
||||||
|
interrupts = <0 84 0>, <0 85 0>, <0 86 0>;
|
||||||
|
clocks = <&cmu CLK_SCLK_FIMD0>, <&cmu CLK_FIMD0>;
|
||||||
|
clock-names = "sclk_fimd", "fimd";
|
||||||
|
samsung,power-domain = <&pd_lcd0>;
|
||||||
|
samsung,sysreg = <&sysreg_system_controller>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
dsi_0: dsi@11C80000 {
|
||||||
|
compatible = "samsung,exynos4415-mipi-dsi";
|
||||||
|
reg = <0x11C80000 0x10000>;
|
||||||
|
interrupts = <0 83 0>;
|
||||||
|
samsung,phy-type = <0>;
|
||||||
|
samsung,power-domain = <&pd_lcd0>;
|
||||||
|
phys = <&mipi_phy 1>;
|
||||||
|
phy-names = "dsim";
|
||||||
|
clocks = <&cmu CLK_DSIM0>, <&cmu CLK_SCLK_MIPI0>;
|
||||||
|
clock-names = "bus_clk", "pll_clk";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
hsotg: hsotg@12480000 {
|
hsotg: hsotg@12480000 {
|
||||||
compatible = "samsung,s3c6400-hsotg";
|
compatible = "samsung,s3c6400-hsotg";
|
||||||
reg = <0x12480000 0x20000>;
|
reg = <0x12480000 0x20000>;
|
||||||
|
@ -226,7 +226,7 @@
|
|||||||
<&clock CLK_DIV_ISP0>,<&clock CLK_DIV_ISP1>,
|
<&clock CLK_DIV_ISP0>,<&clock CLK_DIV_ISP1>,
|
||||||
<&clock CLK_DIV_MCUISP0>,
|
<&clock CLK_DIV_MCUISP0>,
|
||||||
<&clock CLK_DIV_MCUISP1>,
|
<&clock CLK_DIV_MCUISP1>,
|
||||||
<&clock CLK_SCLK_UART_ISP>,
|
<&clock CLK_UART_ISP_SCLK>,
|
||||||
<&clock CLK_ACLK200>, <&clock CLK_DIV_ACLK200>,
|
<&clock CLK_ACLK200>, <&clock CLK_DIV_ACLK200>,
|
||||||
<&clock CLK_ACLK400_MCUISP>,
|
<&clock CLK_ACLK400_MCUISP>,
|
||||||
<&clock CLK_DIV_ACLK400_MCUISP>;
|
<&clock CLK_DIV_ACLK400_MCUISP>;
|
||||||
|
Loading…
Reference in New Issue
Block a user