| 12345678910111213141516171819202122232425262728293031 |
- From 676bf7d062c14191c3fc12f1e36e1f3809041483 Mon Sep 17 00:00:00 2001
- From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
- Date: Fri, 2 Jun 2023 15:34:55 +0200
- Subject: [PATCH] ARM: dts: BCM5301X: Drop invalid properties from Meraki MR32
- keys
- MIME-Version: 1.0
- Content-Type: text/plain; charset=UTF-8
- Content-Transfer-Encoding: 8bit
- This fixes:
- arch/arm/boot/dts/bcm53015-meraki-mr26.dtb: keys: '#address-cells', '#size-cells' do not match any of the regexes: '^(button|event|key|switch|(button|event|key|switch)-[a-z0-9-]+|[a-z0-9-]+-(button|event|key|switch))$', 'pinctrl-[0-9]+'
- From schema: Documentation/devicetree/bindings/input/gpio-keys.yaml
- Signed-off-by: Rafał Miłecki <[email protected]>
- Link: https://lore.kernel.org/r/[email protected]
- Signed-off-by: Florian Fainelli <[email protected]>
- ---
- arch/arm/boot/dts/bcm53015-meraki-mr26.dts | 2 --
- 1 file changed, 2 deletions(-)
- --- a/arch/arm/boot/dts/bcm53015-meraki-mr26.dts
- +++ b/arch/arm/boot/dts/bcm53015-meraki-mr26.dts
- @@ -39,8 +39,6 @@
-
- keys {
- compatible = "gpio-keys";
- - #address-cells = <1>;
- - #size-cells = <0>;
-
- key-restart {
- label = "Reset";
|