diff mbox series

ARM: dts: imx6dl-prtrvt: drop undocumented TRF7970A NFC properties

Message ID 20211010133215.145722-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: imx6dl-prtrvt: drop undocumented TRF7970A NFC properties | expand

Commit Message

Krzysztof Kozlowski Oct. 10, 2021, 1:32 p.m. UTC
Neither the bindings nor the device driver use/document
"vin-voltage-override" and "t5t-rmb-extra-byte-quirk" properties.

Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/arm/boot/dts/imx6dl-prtrvt.dts | 2 --
 1 file changed, 2 deletions(-)

Comments

Oleksij Rempel Oct. 11, 2021, 5:27 a.m. UTC | #1
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 <o.rempel@pengutronix.de>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>

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
> 
> 
>
Shawn Guo Oct. 15, 2021, 3:07 a.m. UTC | #2
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 <o.rempel@pengutronix.de>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

Applied, thanks!
diff mbox series

Patch

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";
 	};
 };