diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-04-26 16:47:34 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-04-26 16:47:34 +0200 |
commit | ee370b4292893fbae3204961b505c997428fa027 (patch) | |
tree | b2a77d88791b785c9cc34ee543e4ee814bf4458d /arch | |
parent | c7d0a03200c821bf6e3a721a68c53154056b4d4e (diff) | |
parent | c326599b29f0dac8d73147309ffd31cce2cfdc05 (diff) | |
download | linux-ee370b4292893fbae3204961b505c997428fa027.tar.bz2 |
Merge tag 'juno-fixes-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into fixes
Pull "ARMv8 Juno DT fix for v4.17" from Sudeep Holla:
A single patch to fix the new DTC warnings probably enabled during
v4.17 merge window.
* tag 'juno-fixes-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
arm64: dts: juno: drop unnecessary address-cells and size-cells properties
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/arm/juno-motherboard.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-motherboard.dtsi b/arch/arm64/boot/dts/arm/juno-motherboard.dtsi index 2ac43221ddb6..69804c5f1197 100644 --- a/arch/arm64/boot/dts/arm/juno-motherboard.dtsi +++ b/arch/arm64/boot/dts/arm/juno-motherboard.dtsi @@ -56,8 +56,6 @@ gpio_keys { compatible = "gpio-keys"; - #address-cells = <1>; - #size-cells = <0>; power-button { debounce_interval = <50>; |