Skip to content

Commit a405fd1

Browse files
committed
Merge tag 'v4.4-rockchip-dts32-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes
Merge "ARM: rockchip: devicetree fixes for 4.4" from Heiko Stuebner: Two fixes to Rockchip devicetree files, disabling the mmc-tuning on the veyron-minnie board for now and adding the init state for the over-temperature-protection to prevent glitches making the system reboot sometimes. * tag 'v4.4-rockchip-dts32-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: ARM: dts: rockchip: Add OTP gpio pinctrl to rk3288 tsadc node ARM: dts: rockchip: temporarily remove emmc hs200 speed from rk3288 minnie
2 parents 5530f85 + 784359b commit a405fd1

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

arch/arm/boot/dts/rk3288-veyron-minnie.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
};
8787
};
8888

89+
&emmc {
90+
/delete-property/mmc-hs200-1_8v;
91+
};
92+
8993
&gpio_keys {
9094
pinctrl-0 = <&pwr_key_l &ap_lid_int_l &volum_down_l &volum_up_l>;
9195

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,10 @@
452452
clock-names = "tsadc", "apb_pclk";
453453
resets = <&cru SRST_TSADC>;
454454
reset-names = "tsadc-apb";
455-
pinctrl-names = "default";
456-
pinctrl-0 = <&otp_out>;
455+
pinctrl-names = "init", "default", "sleep";
456+
pinctrl-0 = <&otp_gpio>;
457+
pinctrl-1 = <&otp_out>;
458+
pinctrl-2 = <&otp_gpio>;
457459
#thermal-sensor-cells = <1>;
458460
rockchip,hw-tshut-temp = <95000>;
459461
status = "disabled";
@@ -1395,6 +1397,10 @@
13951397
};
13961398

13971399
tsadc {
1400+
otp_gpio: otp-gpio {
1401+
rockchip,pins = <0 10 RK_FUNC_GPIO &pcfg_pull_none>;
1402+
};
1403+
13981404
otp_out: otp-out {
13991405
rockchip,pins = <0 10 RK_FUNC_1 &pcfg_pull_none>;
14001406
};

0 commit comments

Comments
 (0)