linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v10 1/3] microblaze: timer: Remove unused properties
@ 2021-11-12 18:55 Sean Anderson
  2021-11-12 18:55 ` [PATCH v10 2/3] dt-bindings: pwm: Add Xilinx AXI Timer Sean Anderson
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Sean Anderson @ 2021-11-12 18:55 UTC (permalink / raw)
  To: linux-pwm, devicetree, Thierry Reding
  Cc: Uwe Kleine-König, Lee Jones, linux-arm-kernel, Alvaro Gamez,
	linux-kernel, michal.simek, Sean Anderson, Rob Herring

This removes properties not used by either the PWM or timer drivers.
This lets us set additionalProperties: false.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
---

(no changes since v8)

Changes in v8:
- Remove additional properties from microblaze device tree

 arch/microblaze/boot/dts/system.dts | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/microblaze/boot/dts/system.dts b/arch/microblaze/boot/dts/system.dts
index b7ee1056779e..22252451ec09 100644
--- a/arch/microblaze/boot/dts/system.dts
+++ b/arch/microblaze/boot/dts/system.dts
@@ -347,12 +347,7 @@ xps_timer_1: timer@83c00000 {
 			interrupts = < 3 2 >;
 			reg = < 0x83c00000 0x10000 >;
 			xlnx,count-width = <0x20>;
-			xlnx,family = "virtex5";
-			xlnx,gen0-assert = <0x1>;
-			xlnx,gen1-assert = <0x1>;
 			xlnx,one-timer-only = <0x0>;
-			xlnx,trig0-assert = <0x1>;
-			xlnx,trig1-assert = <0x1>;
 		} ;
 	} ;
 }  ;
-- 
2.25.1


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

end of thread, other threads:[~2021-11-23  8:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 18:55 [PATCH v10 1/3] microblaze: timer: Remove unused properties Sean Anderson
2021-11-12 18:55 ` [PATCH v10 2/3] dt-bindings: pwm: Add Xilinx AXI Timer Sean Anderson
2021-11-12 18:55 ` [PATCH v10 3/3] pwm: Add support for " Sean Anderson
2021-11-17 16:23   ` Thierry Reding
2021-11-18  8:35     ` Michal Simek
2021-11-18  9:28   ` Uwe Kleine-König
2021-11-18 21:08     ` Sean Anderson
2021-11-19  8:43       ` Uwe Kleine-König
2021-11-22 17:32         ` Sean Anderson
2021-11-23  8:41           ` Uwe Kleine-König
2021-11-15  9:27 ` [PATCH v10 1/3] microblaze: timer: Remove unused properties Michal Simek
2021-11-15 14:42   ` Sean Anderson

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