]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: freescale: imx93-phycore-som: Disable LED pull-up
authorPrimoz Fiser <primoz.fiser@norik.com>
Tue, 22 Apr 2025 10:56:32 +0000 (12:56 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 9 May 2025 10:10:05 +0000 (18:10 +0800)
There is already an external pull-down resistor on the LED output line.
It makes no sense to have both pull-down and pull-up resistors enabled
at the same time. Thus disable the internal pull-up.

Signed-off-by: Primoz Fiser <primoz.fiser@norik.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi

index 0528e293c03d89f949263c7bb1231cf46b9d67c7..06a9e674e338c1f9cc266dfbae82b2ac07f3b277 100644 (file)
 
        pinctrl_leds: ledsgrp {
                fsl,pins = <
-                       MX93_PAD_I2C1_SDA__GPIO1_IO01           0x31e
+                       MX93_PAD_I2C1_SDA__GPIO1_IO01           0x11e
                >;
        };