mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
ARM: tegra: transformer-20: add missing magnetometer interrupt
Add missing interrupt to magnetometer node. Tested-by: Winona Schroeer-Smith <wolfizen@wolfizen.net> # ASUS SL101 Tested-by: Antoni Aloy Torrens <aaloytorrens@gmail.com> # ASUS TF101 Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
93ff9ffaf3
commit
cca41614d1
|
|
@ -502,6 +502,9 @@ magnetometer@e {
|
|||
compatible = "asahi-kasei,ak8974";
|
||||
reg = <0xe>;
|
||||
|
||||
interrupt-parent = <&gpio>;
|
||||
interrupts = <TEGRA_GPIO(N, 5) IRQ_TYPE_EDGE_RISING>;
|
||||
|
||||
avdd-supply = <&vdd_3v3_sys>;
|
||||
dvdd-supply = <&vdd_1v8_sys>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user