Hi Christoph,
On 14/07/2021 18:06, Christoph Niedermaier wrote:
+ /* OE pin of the latch is low active */
+ reg_latch_oe_on: regulator-latch-oe-on {
+ compatible = "regulator-fixed";
+ gpio = <&gpio3 22 0>;
I understand that the GPIO polarity is ignored, but it would be better
to
just describe the real polarity in the devicetree:
gpio = <&gpio3 22 GPIO_ACTIVE_LOW>;
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel