All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 1/3] microblaze: timer: Remove unused properties
@ 2021-10-15 19:00 ` Sean Anderson
  0 siblings, 0 replies; 16+ messages in thread
From: Sean Anderson @ 2021-10-15 19:00 UTC (permalink / raw)
  To: linux-pwm, devicetree, Thierry Reding
  Cc: Lee Jones, Uwe Kleine-König, michal.simek, linux-arm-kernel,
	Alvaro Gamez, linux-kernel, 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>
---

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] 16+ messages in thread

end of thread, other threads:[~2021-10-25 17:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 19:00 [PATCH v8 1/3] microblaze: timer: Remove unused properties Sean Anderson
2021-10-15 19:00 ` Sean Anderson
2021-10-15 19:00 ` [PATCH v8 2/3] dt-bindings: pwm: Add Xilinx AXI Timer Sean Anderson
2021-10-15 19:00   ` Sean Anderson
2021-10-18 16:43   ` Rob Herring
2021-10-18 16:43     ` Rob Herring
2021-10-15 19:00 ` [PATCH v8 3/3] pwm: Add support for " Sean Anderson
2021-10-15 19:00   ` Sean Anderson
2021-10-18 12:23   ` Michal Simek
2021-10-18 12:23     ` Michal Simek
2021-10-18 15:32     ` Sean Anderson
2021-10-18 15:32       ` Sean Anderson
2021-10-18 12:15 ` [PATCH v8 1/3] microblaze: timer: Remove unused properties Michal Simek
2021-10-18 12:15   ` Michal Simek
2021-10-25 17:47   ` Sean Anderson
2021-10-25 17:47     ` Sean Anderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.