aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2015-12-22 16:07:48 -0500
committerOlof Johansson <olof@lixom.net>2015-12-22 16:07:48 -0500
commit0ac01488315bac92de1b2086d87607b7ef798e8c (patch)
tree7f73fd869a427fa513e6bd6a1de058f875501384
parent9205a7ade810783a93d329c662fc0969ecc16afb (diff)
parentb8084e5b34e83875846053bf9cd951b7640e40fe (diff)
Merge tag 'v4.5-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/dt64
New node for the broadcast-timer of the rk3368, a non-critical fix for a regulator voltage and a typo fix. * tag 'v4.5-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: arm64: dts: rockchip: Add the broadcast-timer for RK3368 SoC arm64: dts: rockchip: Fix typo in rk3368 sdmmc card detect pin name arm64: dts: rockchip: correct voltage range for rk3368-evb-act8846 board Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3368-evb-act8846.dts6
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3368.dtsi8
2 files changed, 10 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-evb-act8846.dts b/arch/arm64/boot/dts/rockchip/rk3368-evb-act8846.dts
index eed6d3c775ce..8a5275f0539b 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368-evb-act8846.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3368-evb-act8846.dts
@@ -104,8 +104,8 @@
104 104
105 vdd_log: REG3 { 105 vdd_log: REG3 {
106 regulator-name = "VDD_LOG"; 106 regulator-name = "VDD_LOG";
107 regulator-min-microvolt = <1000000>; 107 regulator-min-microvolt = <700000>;
108 regulator-max-microvolt = <1000000>; 108 regulator-max-microvolt = <1500000>;
109 regulator-always-on; 109 regulator-always-on;
110 }; 110 };
111 111
@@ -118,7 +118,7 @@
118 118
119 vccio_sd: REG5 { 119 vccio_sd: REG5 {
120 regulator-name = "VCCIO_SD"; 120 regulator-name = "VCCIO_SD";
121 regulator-min-microvolt = <3300000>; 121 regulator-min-microvolt = <1800000>;
122 regulator-max-microvolt = <3300000>; 122 regulator-max-microvolt = <3300000>;
123 regulator-always-on; 123 regulator-always-on;
124 }; 124 };
diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
index 61ca1abde947..122777b1441e 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
@@ -579,6 +579,12 @@
579 status = "disabled"; 579 status = "disabled";
580 }; 580 };
581 581
582 timer@ff810000 {
583 compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer";
584 reg = <0x0 0xff810000 0x0 0x20>;
585 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
586 };
587
582 gic: interrupt-controller@ffb71000 { 588 gic: interrupt-controller@ffb71000 {
583 compatible = "arm,gic-400"; 589 compatible = "arm,gic-400";
584 interrupt-controller; 590 interrupt-controller;
@@ -849,7 +855,7 @@
849 rockchip,pins = <2 10 RK_FUNC_1 &pcfg_pull_up>; 855 rockchip,pins = <2 10 RK_FUNC_1 &pcfg_pull_up>;
850 }; 856 };
851 857
852 sdmmc_cd: sdmcc-cd { 858 sdmmc_cd: sdmmc-cd {
853 rockchip,pins = <2 11 RK_FUNC_1 &pcfg_pull_up>; 859 rockchip,pins = <2 11 RK_FUNC_1 &pcfg_pull_up>;
854 }; 860 };
855 861