diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-06-08 09:36:12 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-06-15 08:06:31 +0200 |
commit | 3c1eaec012ad3105b8bf787de0672d8739b5ec54 (patch) | |
tree | 00fa597b8a592dd8ee3f69ae66e6ec7120b452ed /arch/arm/dts/zynqmp-zcu106-revA.dts | |
parent | bc0f4ed133e9996d00349b6b82ba65126fd70514 (diff) | |
download | u-boot-3c1eaec012ad3105b8bf787de0672d8739b5ec54.tar.gz |
arm: zynq: Drop #address-cells and #size-cells from gpio-keys
dtc is showing some warnings and this change was also done in
the Linux kernel as "Input: gpio-keys - clean up device tree binding
example"
with this fragment in commit message
"Drop #address-cells and #size-cells, which are not required by the
gpio-keys binding documentation, as button sub-nodes are not devices."
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp-zcu106-revA.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-zcu106-revA.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp-zcu106-revA.dts b/arch/arm/dts/zynqmp-zcu106-revA.dts index bbcd26031d..a30268b7b1 100644 --- a/arch/arm/dts/zynqmp-zcu106-revA.dts +++ b/arch/arm/dts/zynqmp-zcu106-revA.dts @@ -45,8 +45,6 @@ gpio-keys { compatible = "gpio-keys"; - #address-cells = <1>; - #size-cells = <0>; autorepeat; sw19 { label = "sw19"; |