linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	"Magnus Damm" <magnus.damm@gmail.com>,
	"Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>,
	"Simon Horman" <horms+renesas@verge.net.au>
Subject: [PATCH 16/26] arm64: dts: renesas: r8a77990: Remove invalid compatible value for CSI40
Date: Wed,  3 Apr 2019 12:53:59 +0200	[thread overview]
Message-ID: <af965ba3248edde50c2a57b9c719b419e2feca94.1554281697.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1554281697.git.horms+renesas@verge.net.au>

From: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

The compatible value renesas,rcar-gen3-csi2 was used while prototyping
the R-Car CSI-2 driver but was removed before the driver was merged.
Remove the only occurrence of the compatible value which manage to make
it upstream.

Fixes: ec70407ae7d7 ("arm64: dts: renesas: r8a77990: Add VIN and CSI-2 device nodes")
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a77990.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
index b506d5613e01..0ca7cb72bfa7 100644
--- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
@@ -1657,7 +1657,7 @@
 		};
 
 		csi40: csi2@feaa0000 {
-			compatible = "renesas,r8a77990-csi2", "renesas,rcar-gen3-csi2";
+			compatible = "renesas,r8a77990-csi2";
 			reg = <0 0xfeaa0000 0 0x10000>;
 			interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&cpg CPG_MOD 716>;
-- 
2.11.0


  parent reply	other threads:[~2019-04-03 10:54 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-03 10:53 [GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.2 Simon Horman
2019-04-03 10:53 ` [PATCH 01/26] arm64: dts: renesas: r8a77990: ebisu: Add GPIO expander Simon Horman
2019-04-03 10:53 ` [PATCH 02/26] arm64: dts: renesas: r8a77990: Fix SPDX license identifier style Simon Horman
2019-04-03 10:53 ` [PATCH 03/26] arm64: dts: renesas: r8a7796: remove unneeded sound #address/size-cells Simon Horman
2019-04-03 10:53 ` [PATCH 04/26] arm64: dts: renesas: r8a77990: ebisu: Enable LVDS1 encoder Simon Horman
2019-04-03 10:53 ` [PATCH 05/26] arm64: dts: renesas: r8a77995: draak: " Simon Horman
2019-04-03 10:53 ` [PATCH 06/26] arm64: dts: renesas: ebisu: Fix adv7482 hexadecimal register address Simon Horman
2019-04-03 10:53 ` [PATCH 07/26] arm64: dts: renesas: r8a77965: add SSIU support for sound Simon Horman
2019-04-03 10:53 ` [PATCH 08/26] arm64: dts: renesas: r8a774c0: Fix cpu nodes style Simon Horman
2019-04-03 10:53 ` [PATCH 09/26] arm64: dts: renesas: cat875: Add CAN support Simon Horman
2019-04-03 10:53 ` [PATCH 10/26] arm64: dts: renesas: r8a774c0-cat874: add RTC support Simon Horman
2019-04-03 10:53 ` [PATCH 11/26] arm64: dts: renesas: r8a774c0-cat874: Add LEDs support Simon Horman
2019-04-03 10:53 ` [PATCH 12/26] arm64: dts: renesas: ebisu: Enable VIN5 Simon Horman
2019-04-03 10:53 ` [PATCH 13/26] arm64: dts: renesas: r8a774c0-cat874: Add RWDT support Simon Horman
2019-04-03 10:53 ` [PATCH 14/26] arm64: dts: renesas: r8a77995: draak: Enable CAN0, CAN1 Simon Horman
2019-04-03 10:53 ` [PATCH 15/26] arm64: dts: renesas: r8a774c0: Remove invalid compatible value for CSI40 Simon Horman
2019-04-03 10:53 ` Simon Horman [this message]
2019-04-03 10:54 ` [PATCH 17/26] arm64: dts: renesas: r8a77990-ebisu: Add BD9571 PMIC Simon Horman
2019-04-03 10:54 ` [PATCH 18/26] arm64: dts: renesas: ebisu: Add PMIC DDR0 Backup Power config Simon Horman
2019-04-03 10:54 ` [PATCH 19/26] arm64: dts: renesas: r8a774a1: Add clkp2 clock to CAN nodes Simon Horman
2019-04-03 10:54 ` [PATCH 20/26] arm64: dts: renesas: r8a774c0: Add CANFD support Simon Horman
2019-04-03 10:54 ` [PATCH 21/26] arm64: dts: renesas: r8a774c0: Add clkp2 clock to CAN nodes Simon Horman
2019-04-03 10:54 ` [PATCH 22/26] arm64: dts: renesas: Update Ebisu and Draak bootargs Simon Horman
2019-04-03 10:54 ` [PATCH 23/26] arm64: dts: renesas: salvator-common: Sort node label Simon Horman
2019-04-03 10:54 ` [PATCH 24/26] arm64: dts: renesas: r8a77995: draak: Fix EthernetAVB phy mode to rgmii Simon Horman
2019-04-03 10:54 ` [PATCH 25/26] arm64: dts: renesas: use extended audio dmac register Simon Horman
2019-04-03 10:54 ` [PATCH 26/26] arm64: dts: renesas: salvator-common: Add GPIO keys support Simon Horman
2019-04-28 19:16 ` [GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.2 Olof Johansson

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=af965ba3248edde50c2a57b9c719b419e2feca94.1554281697.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=niklas.soderlund+renesas@ragnatech.se \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).