Skip to content

Commit 480a9c4

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx25: Remove unneeded keypad properties
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>
1 parent 858d83c commit 480a9c4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

arch/arm/boot/dts/nxp/imx/imx25.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,9 @@
188188
};
189189

190190
kpp: kpp@43fa8000 {
191-
#address-cells = <1>;
192-
#size-cells = <0>;
193191
compatible = "fsl,imx25-kpp", "fsl,imx21-kpp";
194192
reg = <0x43fa8000 0x4000>;
195193
clocks = <&clks 102>;
196-
clock-names = "";
197194
interrupts = <24>;
198195
status = "disabled";
199196
};

0 commit comments

Comments
 (0)