mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 01:59:42 +07:00
ARM: dts: exynos: Disable pull control for S5M8767 PMIC
S5M8767 PMIC interrupt line on Exynos5250-based Arndale board has external pull-up resistors, so disable any pull control for it in in controller node. This fixes support for S5M8767 interrupts and enables operation of wakeup from S5M8767 RTC alarm. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
b803211825
commit
ef2ecab9af
@ -231,6 +231,8 @@ s5m8767_pmic@66 {
|
|||||||
reg = <0x66>;
|
reg = <0x66>;
|
||||||
interrupt-parent = <&gpx3>;
|
interrupt-parent = <&gpx3>;
|
||||||
interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
|
interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&s5m8767_irq>;
|
||||||
|
|
||||||
vinb1-supply = <&main_dc_reg>;
|
vinb1-supply = <&main_dc_reg>;
|
||||||
vinb2-supply = <&main_dc_reg>;
|
vinb2-supply = <&main_dc_reg>;
|
||||||
@ -591,6 +593,13 @@ &mmc_2 {
|
|||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pinctrl_0 {
|
||||||
|
s5m8767_irq: s5m8767-irq {
|
||||||
|
samsung,pins = "gpx3-2";
|
||||||
|
samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&rtc {
|
&rtc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user