From: Oleksij Rempel <o.rempel@pengutronix.de> To: barebox@lists.infradead.org, david@protonic.nl Cc: Oleksij Rempel <o.rempel@pengutronix.de> Subject: [PATCH v1] ARM: protonic-imx6: do not expose RFID not to the kernel dts Date: Thu, 15 Jul 2021 14:34:18 +0200 [thread overview] Message-ID: <20210715123418.26339-1-o.rempel@pengutronix.de> (raw) RFID not is not used and should not be used by kernel, so remove the fixup. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> --- arch/arm/boards/protonic-imx6/board.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/arm/boards/protonic-imx6/board.c b/arch/arm/boards/protonic-imx6/board.c index a718d54df4..6eb31a4bc4 100644 --- a/arch/arm/boards/protonic-imx6/board.c +++ b/arch/arm/boards/protonic-imx6/board.c @@ -794,12 +794,6 @@ static int prt_imx6_probe(struct device_d *dev) if (ret) goto free_priv; - ret = of_register_fixup(prt_imx6_of_fixup, priv); - if (ret) { - dev_err(dev, "Failed to register fixup\n"); - goto free_priv; - } - prt_priv = priv; return 0; -- 2.30.2 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2021-07-15 12:36 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-15 12:34 Oleksij Rempel [this message] 2021-07-15 12:35 ` [PATCH v1] ARM: protonic-imx6: do not expose RFID not to the kernel dts^[ Oleksij Rempel
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210715123418.26339-1-o.rempel@pengutronix.de \ --to=o.rempel@pengutronix.de \ --cc=barebox@lists.infradead.org \ --cc=david@protonic.nl \ --subject='Re: [PATCH v1] ARM: protonic-imx6: do not expose RFID not to the kernel dts' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox