linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: dts: n9, n950: Remove nokia,nvm-size property
@ 2020-09-04  6:58 Sakari Ailus
  2020-09-10  9:44 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Sakari Ailus @ 2020-09-04  6:58 UTC (permalink / raw)
  To: linux-omap; +Cc: tony

Remove nokia,nvm-size property as it is no longer needed. The driver can
nowadays figure out the size so do not specify it in DT.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
Hi Tony,

Commit 33e17ea2d4f0 ("media: dt-bindings: smia: Remove documentation of
nokia,nvm-size") removed this from DT bindings and the driver support was
added by 941e1d36b5b6 ("media: smiapp: Support probing NVM size"). So we
can remove it from here, too, I think.

 arch/arm/boot/dts/omap3-n9.dts   | 1 -
 arch/arm/boot/dts/omap3-n950.dts | 1 -
 2 files changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-n9.dts b/arch/arm/boot/dts/omap3-n9.dts
index 2495a696cec6..d211bcc31174 100644
--- a/arch/arm/boot/dts/omap3-n9.dts
+++ b/arch/arm/boot/dts/omap3-n9.dts
@@ -23,7 +23,6 @@ smia_1: camera@10 {
 		vana-supply = <&vaux3>;
 		clocks = <&isp 0>;
 		clock-frequency = <9600000>;
-		nokia,nvm-size = <(16 * 64)>;
 		flash-leds = <&as3645a_flash &as3645a_indicator>;
 		port {
 			smia_1_1: endpoint {
diff --git a/arch/arm/boot/dts/omap3-n950.dts b/arch/arm/boot/dts/omap3-n950.dts
index 31d47a1fad84..1bac51e9a79e 100644
--- a/arch/arm/boot/dts/omap3-n950.dts
+++ b/arch/arm/boot/dts/omap3-n950.dts
@@ -76,7 +76,6 @@ smia_1: camera@10 {
 		vana-supply = <&vaux3>;
 		clocks = <&isp 0>;
 		clock-frequency = <9600000>;
-		nokia,nvm-size = <(16 * 64)>;
 		flash-leds = <&as3645a_flash &as3645a_indicator>;
 		port {
 			smia_1_1: endpoint {
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-11 10:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04  6:58 [PATCH 1/1] ARM: dts: n9, n950: Remove nokia,nvm-size property Sakari Ailus
2020-09-10  9:44 ` Tony Lindgren
2020-09-11 10:20   ` Sakari Ailus

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).