ARM: dts: stm32: Remove extra size-cells on dhcom-pdk2
authorMarek Vasut <marex@denx.de>
Mon, 26 Apr 2021 15:00:12 +0000 (17:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jul 2021 12:36:13 +0000 (14:36 +0200)
[ Upstream commit 28b9a4679d8074512f12967497c161b992eb3b75 ]

Fix make dtbs_check warning:
arch/arm/boot/dts/stm32mp157c-dhcom-pdk2.dt.yaml: gpio-keys-polled: '#address-cells' is a dependency of '#size-cells'
arch/arm/boot/dts/stm32mp157c-dhcom-pdk2.dt.yaml: gpio-keys: '#address-cells' is a dependency of '#size-cells'

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi

index 8456f172d4b1be60811f99605757b395cb28c5fb..180a0187a956c7608a4aef59942576bff42d4273 100644 (file)
@@ -34,7 +34,6 @@
 
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
-               #size-cells = <0>;
                poll-interval = <20>;
 
                /*
@@ -60,7 +59,6 @@
 
        gpio-keys {
                compatible = "gpio-keys";
-               #size-cells = <0>;
 
                button-1 {
                        label = "TA2-GPIO-B";