2021-10-10 14:45:56

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] ARM: dts: imx6dl-prtrvt: drop undocumented TRF7970A NFC properties

Neither the bindings nor the device driver use/document
"vin-voltage-override" and "t5t-rmb-extra-byte-quirk" properties.

Cc: Oleksij Rempel <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm/boot/dts/imx6dl-prtrvt.dts | 2 --
1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6dl-prtrvt.dts b/arch/arm/boot/dts/imx6dl-prtrvt.dts
index 5ac84445e9cc..56bb1ca56a2d 100644
--- a/arch/arm/boot/dts/imx6dl-prtrvt.dts
+++ b/arch/arm/boot/dts/imx6dl-prtrvt.dts
@@ -67,11 +67,9 @@ nfc@0 {
ti,enable-gpios = <&gpio5 12 GPIO_ACTIVE_LOW>,
<&gpio5 11 GPIO_ACTIVE_LOW>;
vin-supply = <&reg_3v3>;
- vin-voltage-override = <3100000>;
autosuspend-delay = <30000>;
irq-status-read-quirk;
en2-rf-quirk;
- t5t-rmb-extra-byte-quirk;
status = "okay";
};
};
--
2.30.2


2021-10-11 07:03:33

by Oleksij Rempel

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx6dl-prtrvt: drop undocumented TRF7970A NFC properties

On Sun, Oct 10, 2021 at 03:32:15PM +0200, Krzysztof Kozlowski wrote:
> Neither the bindings nor the device driver use/document
> "vin-voltage-override" and "t5t-rmb-extra-byte-quirk" properties.
>
> Cc: Oleksij Rempel <[email protected]>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Reviewed-by: Oleksij Rempel <[email protected]>

Thank you!

> ---
> arch/arm/boot/dts/imx6dl-prtrvt.dts | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6dl-prtrvt.dts b/arch/arm/boot/dts/imx6dl-prtrvt.dts
> index 5ac84445e9cc..56bb1ca56a2d 100644
> --- a/arch/arm/boot/dts/imx6dl-prtrvt.dts
> +++ b/arch/arm/boot/dts/imx6dl-prtrvt.dts
> @@ -67,11 +67,9 @@ nfc@0 {
> ti,enable-gpios = <&gpio5 12 GPIO_ACTIVE_LOW>,
> <&gpio5 11 GPIO_ACTIVE_LOW>;
> vin-supply = <&reg_3v3>;
> - vin-voltage-override = <3100000>;
> autosuspend-delay = <30000>;
> irq-status-read-quirk;
> en2-rf-quirk;
> - t5t-rmb-extra-byte-quirk;
> status = "okay";
> };
> };
> --
> 2.30.2
>
>
>

--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |

2021-10-15 11:40:46

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx6dl-prtrvt: drop undocumented TRF7970A NFC properties

On Sun, Oct 10, 2021 at 03:32:15PM +0200, Krzysztof Kozlowski wrote:
> Neither the bindings nor the device driver use/document
> "vin-voltage-override" and "t5t-rmb-extra-byte-quirk" properties.
>
> Cc: Oleksij Rempel <[email protected]>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Applied, thanks!