aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree/bindings/iio/magnetometer
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2022-01-06 12:25:12 -0600
committerRob Herring <robh@kernel.org>2022-01-11 11:54:35 -0600
commit7b5bfc00e8035fe0369e8944693292cc21f9a41f (patch)
treefffd1c0f371c735a9b95cbf05554019857b68593 /Documentation/devicetree/bindings/iio/magnetometer
parentdt-bindings: clock: imx5: Drop clock consumer node from example (diff)
downloadwireguard-linux-7b5bfc00e8035fe0369e8944693292cc21f9a41f.tar.xz
wireguard-linux-7b5bfc00e8035fe0369e8944693292cc21f9a41f.zip
dt-bindings: iio/magnetometer: yamaha,yas530: Fix invalid 'interrupts' in example
'interrupts' does not take a phandle, so remove it in the example. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20220106182518.1435497-4-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/iio/magnetometer')
-rw-r--r--Documentation/devicetree/bindings/iio/magnetometer/yamaha,yas530.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/magnetometer/yamaha,yas530.yaml b/Documentation/devicetree/bindings/iio/magnetometer/yamaha,yas530.yaml
index 4b0ef1ef5445..9438fffaf0ba 100644
--- a/Documentation/devicetree/bindings/iio/magnetometer/yamaha,yas530.yaml
+++ b/Documentation/devicetree/bindings/iio/magnetometer/yamaha,yas530.yaml
@@ -96,7 +96,7 @@ examples:
vdd-supply = <&ldo1_reg>;
iovdd-supply = <&ldo2_reg>;
reset-gpios = <&gpio6 12 GPIO_ACTIVE_LOW>;
- interrupts = <&gpio6 13 IRQ_TYPE_EDGE_RISING>;
+ interrupts = <13 IRQ_TYPE_EDGE_RISING>;
};
};