* [PATCH] ARM: dts: omap: omap4-embt2ws: Let IMU driver handle Magnetometer internally
@ 2023-09-24 22:27 Andreas Kemnade
2023-09-26 7:26 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Kemnade @ 2023-09-24 22:27 UTC (permalink / raw)
To: bcousson, tony, robh+dt, krzysztof.kozlowski+dt, conor+dt,
linux-omap, devicetree, linux-kernel
Cc: Andreas Kemnade
Possibility to use the i2c gate is only for compatibility reasons,
so avoid messing around with additional i2c busses.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts b/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts
index 0e6b050d588ac..dd5f5d66e16a3 100644
--- a/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts
+++ b/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts
@@ -327,15 +327,6 @@ mpu9150h: imu@68 {
pinctrl-0 = <&mpu9150h_pins>;
interrupt-parent = <&gpio2>;
interrupt = <19 IRQ_TYPE_LEVEL_HIGH>;
-
- i2c-gate {
- #address-cells = <1>;
- #size-cells = <0>;
- magnetometer@c {
- compatible = "asahi-kasei,ak8975";
- reg = <0x0c>;
- };
- };
};
};
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: omap: omap4-embt2ws: Let IMU driver handle Magnetometer internally
2023-09-24 22:27 [PATCH] ARM: dts: omap: omap4-embt2ws: Let IMU driver handle Magnetometer internally Andreas Kemnade
@ 2023-09-26 7:26 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2023-09-26 7:26 UTC (permalink / raw)
To: Andreas Kemnade
Cc: bcousson, robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-omap,
devicetree, linux-kernel
* Andreas Kemnade <andreas@kemnade.info> [230925 01:27]:
> Possibility to use the i2c gate is only for compatibility reasons,
> so avoid messing around with additional i2c busses.
Seems this is already safe to drop so applying into omap-for-v6.7/dt.
Thanks,
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-26 7:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-24 22:27 [PATCH] ARM: dts: omap: omap4-embt2ws: Let IMU driver handle Magnetometer internally Andreas Kemnade
2023-09-26 7:26 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).