Commit da5152f2 authored by Alexandre Torgue's avatar Alexandre Torgue
Browse files

ARM: dts: stm32: fix joystick node on stm32f746 and stm32mp157c eval boards



"#size-cells" entry is not needed for "gpio-keys" driver. Indeed "reg"
entry is not used. This commit will fix a warnings seen by DT validation
tool.

Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 8fcdbdcc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@

	joystick {
		compatible = "gpio-keys";
		#size-cells = <0>;
		pinctrl-0 = <&joystick_pins>;
		pinctrl-names = "default";
		button-0 {
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@

	joystick {
		compatible = "gpio-keys";
		#size-cells = <0>;
		pinctrl-0 = <&joystick_pins>;
		pinctrl-names = "default";
		button-0 {