]> www.infradead.org Git - users/willy/linux.git/commitdiff
ARM: dts: imx25: Remove unneeded keypad properties
authorFabio Estevam <festevam@denx.de>
Fri, 15 Dec 2023 12:14:33 +0000 (09:14 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 16 Dec 2023 01:46:31 +0000 (09:46 +0800)
Per imx-keypad.yaml, '#address-cells', '#size-cells', 'clock-names'
are not valid properties.

Remove them to fix the following dt-schema warning:

imx25-pdk.dtb: kpp@43fa8000: Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'clock-names' were unexpected)
from schema $id: http://devicetree.org/schemas/input/imx-keypad.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx25.dtsi

index db814d7b568d19ce3526453f7f25167b7eb90a19..9cfff2151b7edc9fc5eb6dc390dc35286aed332c 100644 (file)
                        };
 
                        kpp: kpp@43fa8000 {
-                               #address-cells = <1>;
-                               #size-cells = <0>;
                                compatible = "fsl,imx25-kpp", "fsl,imx21-kpp";
                                reg = <0x43fa8000 0x4000>;
                                clocks = <&clks 102>;
-                               clock-names = "";
                                interrupts = <24>;
                                status = "disabled";
                        };