Merge tag 'samsung-dt-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt
Samsung DT updates for v4.2 - for exyos3250 : use s3c6410-rtc instead of exynos3250-rtc : add JPEG codec node and support it on exynos3250-rinato : use s3c-rtc clock id for exynos3250-rinato and monk boards - for exynos4 : add JPEG codec node and syscon property to MIPI DPHY : remove obsolete MIPI DPHY reg property : enable s3c-rtc on exynos4412-trats2 - for exynos5 : add syscon property to MIPI DPHY for exynos5420 : enable s3c-rtc on exynos5420-arndale-octa : add missing irq pinctrl for max77686 on exynos5250-smdk5250 : clk: add bindings for 32kHz clocks from s2mps11 : fix pinctrl for s2mps11-irq on exynos5420-arndale-octa - for exynos5422-odroidxu3 : add mmc detect gpio and LEDs : add HS400 support, simple-audio-card and rtc_src clock * tag 'samsung-dt-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: ARM: dts: Add syscon property to the MIPI DPHY for exynos4415 ARM: dts: Remove obsolete MIPI DPHY 'reg' property for exynos4 ARM: dts: Use last parent for clocks during power domain on/off ARM: dts: add support JPEG codec for exynos3250-rinato ARM: dts: support simple-audio-card for exynos5420 and exynos5422-odroidxu3 ARM: dts: add jpeg-codec node for exynos4 and exynos4x12 ARM: dts: Enable S3C RTC on exynos4412-trats2 and exynos5420-arndale-octa ARM: dts: Use define for s3c-rtc clock id for exynos3250-monk ARM: dts: Use define for s3c-rtc clock id for exynos3250-rinato ARM: dts: Use s3c6410-rtc instead of exynos3250-rtc for exynos3250/4415 ARM: dts: add 'rtc_src' clock to rtc node for exynos5422-odroidxu3 clk: samsung: Add bindings for 32kHz clocks from s2mps11 ARM: dts: fix pinctrl for s2mps11-irq on exynos5420-arndale-octa ARM: dts: Add syscon property to the MIPI phy in exynos5420 ARM: dts: Add HS400 support for exynos5422-odroidxu3 ARM: dts: Add LEDs for exynos5422-odroidxu3 ARM: dts: add mmc detect gpio for exynos5422-odroidxu3 ARM: dts: add JPEG codec device node for exynos3250 ARM: dts: Add missing irq pinctrl for max77686 on smdk5250
This commit is contained in:
@@ -6,7 +6,8 @@ Required properties:
|
|||||||
* "samsung,s3c2416-rtc" - for controllers compatible with s3c2416 rtc.
|
* "samsung,s3c2416-rtc" - for controllers compatible with s3c2416 rtc.
|
||||||
* "samsung,s3c2443-rtc" - for controllers compatible with s3c2443 rtc.
|
* "samsung,s3c2443-rtc" - for controllers compatible with s3c2443 rtc.
|
||||||
* "samsung,s3c6410-rtc" - for controllers compatible with s3c6410 rtc.
|
* "samsung,s3c6410-rtc" - for controllers compatible with s3c6410 rtc.
|
||||||
* "samsung,exynos3250-rtc" - for controllers compatible with exynos3250 rtc.
|
* "samsung,exynos3250-rtc" - (deprecated) for controllers compatible with
|
||||||
|
exynos3250 rtc (use "samsung,s3c6410-rtc").
|
||||||
- reg: physical base address of the controller and length of memory mapped
|
- reg: physical base address of the controller and length of memory mapped
|
||||||
region.
|
region.
|
||||||
- interrupts: Two interrupt numbers to the cpu should be specified. First
|
- interrupts: Two interrupt numbers to the cpu should be specified. First
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
#include "exynos3250.dtsi"
|
#include "exynos3250.dtsi"
|
||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
#include <dt-bindings/clock/samsung,s2mps11.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Samsung Monk board";
|
model = "Samsung Monk board";
|
||||||
@@ -432,7 +433,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&rtc {
|
&rtc {
|
||||||
clocks = <&cmu CLK_RTC>, <&s2mps14_osc 0>;
|
clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>;
|
||||||
clock-names = "rtc", "rtc_src";
|
clock-names = "rtc", "rtc_src";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
#include "exynos3250.dtsi"
|
#include "exynos3250.dtsi"
|
||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
#include <dt-bindings/clock/samsung,s2mps11.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Samsung Rinato board";
|
model = "Samsung Rinato board";
|
||||||
@@ -567,6 +568,10 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&jpeg {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&mshc_0 {
|
&mshc_0 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
@@ -605,7 +610,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&rtc {
|
&rtc {
|
||||||
clocks = <&cmu CLK_RTC>, <&s2mps14_osc 0>;
|
clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>;
|
||||||
clock-names = "rtc", "rtc_src";
|
clock-names = "rtc", "rtc_src";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -189,7 +189,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
rtc: rtc@10070000 {
|
rtc: rtc@10070000 {
|
||||||
compatible = "samsung,exynos3250-rtc";
|
compatible = "samsung,s3c6410-rtc";
|
||||||
reg = <0x10070000 0x100>;
|
reg = <0x10070000 0x100>;
|
||||||
interrupts = <0 73 0>, <0 74 0>;
|
interrupts = <0 73 0>, <0 74 0>;
|
||||||
interrupt-parent = <&pmu_system_controller>;
|
interrupt-parent = <&pmu_system_controller>;
|
||||||
@@ -243,6 +243,19 @@
|
|||||||
interrupts = <0 240 0>;
|
interrupts = <0 240 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
jpeg: codec@11830000 {
|
||||||
|
compatible = "samsung,exynos3250-jpeg";
|
||||||
|
reg = <0x11830000 0x1000>;
|
||||||
|
interrupts = <0 171 0>;
|
||||||
|
clocks = <&cmu CLK_JPEG>, <&cmu CLK_SCLK_JPEG>;
|
||||||
|
clock-names = "jpeg", "sclk";
|
||||||
|
power-domains = <&pd_cam>;
|
||||||
|
assigned-clocks = <&cmu CLK_MOUT_CAM_BLK>, <&cmu CLK_SCLK_JPEG>;
|
||||||
|
assigned-clock-rates = <0>, <150000000>;
|
||||||
|
assigned-clock-parents = <&cmu CLK_DIV_MPLL_PRE>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
fimd: fimd@11c00000 {
|
fimd: fimd@11c00000 {
|
||||||
compatible = "samsung,exynos3250-fimd";
|
compatible = "samsung,exynos3250-fimd";
|
||||||
reg = <0x11c00000 0x30000>;
|
reg = <0x11c00000 0x30000>;
|
||||||
|
|||||||
@@ -78,7 +78,6 @@
|
|||||||
|
|
||||||
mipi_phy: video-phy@10020710 {
|
mipi_phy: video-phy@10020710 {
|
||||||
compatible = "samsung,s5pv210-mipi-video-phy";
|
compatible = "samsung,s5pv210-mipi-video-phy";
|
||||||
reg = <0x10020710 8>;
|
|
||||||
#phy-cells = <1>;
|
#phy-cells = <1>;
|
||||||
syscon = <&pmu_system_controller>;
|
syscon = <&pmu_system_controller>;
|
||||||
};
|
};
|
||||||
@@ -266,7 +265,7 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
rtc@10070000 {
|
rtc: rtc@10070000 {
|
||||||
compatible = "samsung,s3c6410-rtc";
|
compatible = "samsung,s3c6410-rtc";
|
||||||
reg = <0x10070000 0x100>;
|
reg = <0x10070000 0x100>;
|
||||||
interrupt-parent = <&pmu_system_controller>;
|
interrupt-parent = <&pmu_system_controller>;
|
||||||
@@ -689,6 +688,15 @@
|
|||||||
#include "exynos4412-tmu-sensor-conf.dtsi"
|
#include "exynos4412-tmu-sensor-conf.dtsi"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
jpeg-codec@11840000 {
|
||||||
|
compatible = "samsung,exynos4210-jpeg";
|
||||||
|
reg = <0x11840000 0x1000>;
|
||||||
|
interrupts = <0 88 0>;
|
||||||
|
clocks = <&clock CLK_JPEG>;
|
||||||
|
clock-names = "jpeg";
|
||||||
|
power-domains = <&pd_cam>;
|
||||||
|
};
|
||||||
|
|
||||||
hdmi: hdmi@12D00000 {
|
hdmi: hdmi@12D00000 {
|
||||||
compatible = "samsung,exynos4210-hdmi";
|
compatible = "samsung,exynos4210-hdmi";
|
||||||
reg = <0x12D00000 0x70000>;
|
reg = <0x12D00000 0x70000>;
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
#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>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
|
#include <dt-bindings/clock/maxim,max77686.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Samsung Trats 2 based on Exynos4412";
|
model = "Samsung Trats 2 based on Exynos4412";
|
||||||
@@ -214,7 +215,7 @@
|
|||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
max77686_pmic@09 {
|
max77686: max77686_pmic@09 {
|
||||||
compatible = "maxim,max77686";
|
compatible = "maxim,max77686";
|
||||||
interrupt-parent = <&gpx0>;
|
interrupt-parent = <&gpx0>;
|
||||||
interrupts = <7 0>;
|
interrupts = <7 0>;
|
||||||
@@ -1304,3 +1305,9 @@
|
|||||||
PIN_SLP(gpv4-0, INPUT, DOWN);
|
PIN_SLP(gpv4-0, INPUT, DOWN);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&rtc {
|
||||||
|
status = "okay";
|
||||||
|
clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>;
|
||||||
|
clock-names = "rtc", "rtc_src";
|
||||||
|
};
|
||||||
|
|||||||
@@ -124,8 +124,8 @@
|
|||||||
|
|
||||||
mipi_phy: video-phy@10020710 {
|
mipi_phy: video-phy@10020710 {
|
||||||
compatible = "samsung,s5pv210-mipi-video-phy";
|
compatible = "samsung,s5pv210-mipi-video-phy";
|
||||||
reg = <0x10020710 8>;
|
|
||||||
#phy-cells = <1>;
|
#phy-cells = <1>;
|
||||||
|
syscon = <&pmu_system_controller>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pd_cam: cam-power-domain@10024000 {
|
pd_cam: cam-power-domain@10024000 {
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
rtc: rtc@10070000 {
|
rtc: rtc@10070000 {
|
||||||
compatible = "samsung,exynos3250-rtc";
|
compatible = "samsung,s3c6410-rtc";
|
||||||
reg = <0x10070000 0x100>;
|
reg = <0x10070000 0x100>;
|
||||||
interrupts = <0 73 0>, <0 74 0>;
|
interrupts = <0 73 0>, <0 74 0>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|||||||
@@ -299,6 +299,10 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
jpeg-codec@11840000 {
|
||||||
|
compatible = "samsung,exynos4212-jpeg";
|
||||||
|
};
|
||||||
|
|
||||||
hdmi: hdmi@12D00000 {
|
hdmi: hdmi@12D00000 {
|
||||||
compatible = "samsung,exynos4212-hdmi";
|
compatible = "samsung,exynos4212-hdmi";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -131,6 +131,9 @@
|
|||||||
reg = <0x09>;
|
reg = <0x09>;
|
||||||
interrupt-parent = <&gpx3>;
|
interrupt-parent = <&gpx3>;
|
||||||
interrupts = <2 IRQ_TYPE_NONE>;
|
interrupts = <2 IRQ_TYPE_NONE>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&max77686_irq>;
|
||||||
|
wakeup-source;
|
||||||
|
|
||||||
voltage-regulators {
|
voltage-regulators {
|
||||||
ldo1_reg: LDO1 {
|
ldo1_reg: LDO1 {
|
||||||
@@ -410,3 +413,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pinctrl_0 {
|
||||||
|
max77686_irq: max77686-irq {
|
||||||
|
samsung,pins = "gpx3-2";
|
||||||
|
samsung,pin-function = <0xf>;
|
||||||
|
samsung,pin-pud = <0>;
|
||||||
|
samsung,pin-drv = <0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
#include "exynos5420.dtsi"
|
#include "exynos5420.dtsi"
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
|
#include <dt-bindings/clock/samsung,s2mps11.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Insignal Arndale Octa evaluation board based on EXYNOS5420";
|
model = "Insignal Arndale Octa evaluation board based on EXYNOS5420";
|
||||||
@@ -38,10 +39,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
rtc@101E0000 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
codec@11000000 {
|
codec@11000000 {
|
||||||
samsung,mfc-r = <0x43000000 0x800000>;
|
samsung,mfc-r = <0x43000000 0x800000>;
|
||||||
samsung,mfc-l = <0x51000000 0x800000>;
|
samsung,mfc-l = <0x51000000 0x800000>;
|
||||||
@@ -90,7 +87,9 @@
|
|||||||
s2mps11,buck4-ramp-enable = <1>;
|
s2mps11,buck4-ramp-enable = <1>;
|
||||||
|
|
||||||
interrupt-parent = <&gpx3>;
|
interrupt-parent = <&gpx3>;
|
||||||
interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&s2mps11_irq>;
|
||||||
|
|
||||||
s2mps11_osc: clocks {
|
s2mps11_osc: clocks {
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
@@ -376,3 +375,18 @@
|
|||||||
&cci {
|
&cci {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pinctrl_0 {
|
||||||
|
s2mps11_irq: s2mps11-irq {
|
||||||
|
samsung,pins = "gpx3-2";
|
||||||
|
samsung,pin-function = <0xf>;
|
||||||
|
samsung,pin-pud = <0>;
|
||||||
|
samsung,pin-drv = <0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&rtc {
|
||||||
|
status = "okay";
|
||||||
|
clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;
|
||||||
|
clock-names = "rtc", "rtc_src";
|
||||||
|
};
|
||||||
|
|||||||
@@ -264,9 +264,8 @@
|
|||||||
mfc_pd: power-domain@10044060 {
|
mfc_pd: power-domain@10044060 {
|
||||||
compatible = "samsung,exynos4210-pd";
|
compatible = "samsung,exynos4210-pd";
|
||||||
reg = <0x10044060 0x20>;
|
reg = <0x10044060 0x20>;
|
||||||
clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MOUT_SW_ACLK333>,
|
clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MOUT_USER_ACLK333>;
|
||||||
<&clock CLK_MOUT_USER_ACLK333>;
|
clock-names = "oscclk", "clk0";
|
||||||
clock-names = "oscclk", "pclk0", "clk0";
|
|
||||||
#power-domain-cells = <0>;
|
#power-domain-cells = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -280,16 +279,12 @@
|
|||||||
compatible = "samsung,exynos4210-pd";
|
compatible = "samsung,exynos4210-pd";
|
||||||
reg = <0x100440C0 0x20>;
|
reg = <0x100440C0 0x20>;
|
||||||
#power-domain-cells = <0>;
|
#power-domain-cells = <0>;
|
||||||
clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MOUT_SW_ACLK200>,
|
clocks = <&clock CLK_FIN_PLL>,
|
||||||
<&clock CLK_MOUT_USER_ACLK200_DISP1>,
|
<&clock CLK_MOUT_USER_ACLK200_DISP1>,
|
||||||
<&clock CLK_MOUT_SW_ACLK300>,
|
|
||||||
<&clock CLK_MOUT_USER_ACLK300_DISP1>,
|
<&clock CLK_MOUT_USER_ACLK300_DISP1>,
|
||||||
<&clock CLK_MOUT_SW_ACLK400>,
|
|
||||||
<&clock CLK_MOUT_USER_ACLK400_DISP1>,
|
<&clock CLK_MOUT_USER_ACLK400_DISP1>,
|
||||||
<&clock CLK_FIMD1>, <&clock CLK_MIXER>;
|
<&clock CLK_FIMD1>, <&clock CLK_MIXER>;
|
||||||
clock-names = "oscclk", "pclk0", "clk0",
|
clock-names = "oscclk", "clk0", "clk1", "clk2", "asb0", "asb1";
|
||||||
"pclk1", "clk1", "pclk2", "clk2",
|
|
||||||
"asb0", "asb1";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pinctrl_0: pinctrl@13400000 {
|
pinctrl_0: pinctrl@13400000 {
|
||||||
@@ -416,6 +411,9 @@
|
|||||||
<&clock_audss EXYNOS_I2S_BUS>,
|
<&clock_audss EXYNOS_I2S_BUS>,
|
||||||
<&clock_audss EXYNOS_SCLK_I2S>;
|
<&clock_audss EXYNOS_SCLK_I2S>;
|
||||||
clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
|
clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
|
||||||
|
#clock-cells = <1>;
|
||||||
|
clock-output-names = "i2s_cdclk0";
|
||||||
|
#sound-dai-cells = <1>;
|
||||||
samsung,idma-addr = <0x03000000>;
|
samsung,idma-addr = <0x03000000>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2s0_bus>;
|
pinctrl-0 = <&i2s0_bus>;
|
||||||
@@ -430,6 +428,9 @@
|
|||||||
dma-names = "tx", "rx";
|
dma-names = "tx", "rx";
|
||||||
clocks = <&clock CLK_I2S1>, <&clock CLK_SCLK_I2S1>;
|
clocks = <&clock CLK_I2S1>, <&clock CLK_SCLK_I2S1>;
|
||||||
clock-names = "iis", "i2s_opclk0";
|
clock-names = "iis", "i2s_opclk0";
|
||||||
|
#clock-cells = <1>;
|
||||||
|
clock-output-names = "i2s_cdclk1";
|
||||||
|
#sound-dai-cells = <1>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2s1_bus>;
|
pinctrl-0 = <&i2s1_bus>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
@@ -443,6 +444,9 @@
|
|||||||
dma-names = "tx", "rx";
|
dma-names = "tx", "rx";
|
||||||
clocks = <&clock CLK_I2S2>, <&clock CLK_SCLK_I2S2>;
|
clocks = <&clock CLK_I2S2>, <&clock CLK_SCLK_I2S2>;
|
||||||
clock-names = "iis", "i2s_opclk0";
|
clock-names = "iis", "i2s_opclk0";
|
||||||
|
#clock-cells = <1>;
|
||||||
|
clock-output-names = "i2s_cdclk2";
|
||||||
|
#sound-dai-cells = <1>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2s2_bus>;
|
pinctrl-0 = <&i2s2_bus>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
@@ -541,7 +545,7 @@
|
|||||||
|
|
||||||
mipi_phy: video-phy@10040714 {
|
mipi_phy: video-phy@10040714 {
|
||||||
compatible = "samsung,s5pv210-mipi-video-phy";
|
compatible = "samsung,s5pv210-mipi-video-phy";
|
||||||
reg = <0x10040714 12>;
|
syscon = <&pmu_system_controller>;
|
||||||
#phy-cells = <1>;
|
#phy-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
#include <dt-bindings/clock/samsung,s2mps11.h>
|
||||||
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
#include <dt-bindings/sound/samsung-i2s.h>
|
||||||
#include "exynos5800.dtsi"
|
#include "exynos5800.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
@@ -282,9 +285,87 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
rtc@101E0000 {
|
leds {
|
||||||
status = "okay";
|
compatible = "gpio-leds";
|
||||||
|
heartbeat {
|
||||||
|
label = "blue:heartbeart";
|
||||||
|
gpios = <&gpb2 2 0>;
|
||||||
|
default-state = "off";
|
||||||
|
linux,default-trigger = "heartbeat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
eMMC {
|
||||||
|
label = "green:eMMC";
|
||||||
|
gpios = <&gpb2 1 0>;
|
||||||
|
default-state = "off";
|
||||||
|
linux,default-trigger = "mmc0";
|
||||||
|
};
|
||||||
|
|
||||||
|
microSD {
|
||||||
|
label = "red:microSD";
|
||||||
|
gpios = <&gpx2 3 0>;
|
||||||
|
default-state = "off";
|
||||||
|
linux,default-trigger = "mmc1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
sound: sound {
|
||||||
|
compatible = "simple-audio-card";
|
||||||
|
|
||||||
|
simple-audio-card,name = "Odroid-XU3";
|
||||||
|
simple-audio-card,widgets =
|
||||||
|
"Headphone", "Headphone Jack",
|
||||||
|
"Speakers", "Speakers";
|
||||||
|
simple-audio-card,routing =
|
||||||
|
"Headphone Jack", "HPL",
|
||||||
|
"Headphone Jack", "HPR",
|
||||||
|
"Headphone Jack", "MICBIAS",
|
||||||
|
"IN1", "Headphone Jack",
|
||||||
|
"Speakers", "SPKL",
|
||||||
|
"Speakers", "SPKR";
|
||||||
|
|
||||||
|
simple-audio-card,format = "i2s";
|
||||||
|
simple-audio-card,bitclock-master = <&link0_codec>;
|
||||||
|
simple-audio-card,frame-master = <&link0_codec>;
|
||||||
|
|
||||||
|
simple-audio-card,cpu {
|
||||||
|
sound-dai = <&i2s0 0>;
|
||||||
|
system-clock-frequency = <19200000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
link0_codec: simple-audio-card,codec {
|
||||||
|
sound-dai = <&max98090>;
|
||||||
|
clocks = <&i2s0 CLK_I2S_CDCLK>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&clock_audss {
|
||||||
|
assigned-clocks = <&clock_audss EXYNOS_MOUT_AUDSS>,
|
||||||
|
<&clock_audss EXYNOS_MOUT_I2S>,
|
||||||
|
<&clock_audss EXYNOS_DOUT_AUD_BUS>;
|
||||||
|
assigned-clock-parents = <&clock CLK_FIN_PLL>,
|
||||||
|
<&clock_audss EXYNOS_MOUT_AUDSS>;
|
||||||
|
assigned-clock-rates = <0>,
|
||||||
|
<0>,
|
||||||
|
<19200000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&hsi2c_5 {
|
||||||
|
status = "okay";
|
||||||
|
max98090: max98090@10 {
|
||||||
|
compatible = "maxim,max98090";
|
||||||
|
reg = <0x10>;
|
||||||
|
interrupt-parent = <&gpx3>;
|
||||||
|
interrupts = <2 0>;
|
||||||
|
clocks = <&i2s0 CLK_I2S_CDCLK>;
|
||||||
|
clock-names = "mclk";
|
||||||
|
#sound-dai-cells = <0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&i2s0 {
|
||||||
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
@@ -306,15 +387,19 @@
|
|||||||
&mmc_0 {
|
&mmc_0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
mmc-pwrseq = <&emmc_pwrseq>;
|
mmc-pwrseq = <&emmc_pwrseq>;
|
||||||
broken-cd;
|
cd-gpios = <&gpc0 2 GPIO_ACTIVE_LOW>;
|
||||||
card-detect-delay = <200>;
|
card-detect-delay = <200>;
|
||||||
samsung,dw-mshc-ciu-div = <3>;
|
samsung,dw-mshc-ciu-div = <3>;
|
||||||
samsung,dw-mshc-sdr-timing = <0 4>;
|
samsung,dw-mshc-sdr-timing = <0 4>;
|
||||||
samsung,dw-mshc-ddr-timing = <0 2>;
|
samsung,dw-mshc-ddr-timing = <0 2>;
|
||||||
|
samsung,dw-mshc-hs400-timing = <0 2>;
|
||||||
|
samsung,read-strobe-delay = <90>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus1 &sd0_bus4 &sd0_bus8>;
|
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus1 &sd0_bus4 &sd0_bus8 &sd0_cd &sd0_rclk>;
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
|
mmc-hs200-1_8v;
|
||||||
|
mmc-hs400-1_8v;
|
||||||
};
|
};
|
||||||
|
|
||||||
&mmc_2 {
|
&mmc_2 {
|
||||||
@@ -386,3 +471,9 @@
|
|||||||
shunt-resistor = <10000>;
|
shunt-resistor = <10000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&rtc {
|
||||||
|
status = "okay";
|
||||||
|
clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;
|
||||||
|
clock-names = "rtc", "rtc_src";
|
||||||
|
};
|
||||||
|
|||||||
23
include/dt-bindings/clock/samsung,s2mps11.h
Normal file
23
include/dt-bindings/clock/samsung,s2mps11.h
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2015 Markus Reichl
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
* published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* Device Tree binding constants clocks for the Samsung S2MPS11 PMIC.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H
|
||||||
|
#define _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H
|
||||||
|
|
||||||
|
/* Fixed rate clocks. */
|
||||||
|
|
||||||
|
#define S2MPS11_CLK_AP 0
|
||||||
|
#define S2MPS11_CLK_CP 1
|
||||||
|
#define S2MPS11_CLK_BT 2
|
||||||
|
|
||||||
|
/* Total number of clocks. */
|
||||||
|
#define S2MPS11_CLKS_NUM (S2MPS11_CLK_BT + 1)
|
||||||
|
|
||||||
|
#endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H */
|
||||||
Reference in New Issue
Block a user