Author: jogo Date: 2015-07-25 12:02:44 +0200 (Sat, 25 Jul 2015) New Revision: 46486
Modified: branches/chaos_calmer/target/linux/brcm63xx/dts/hg553.dts Log: CC: brcm63xx: HG553 buttons support This patch adds buttons support for Huawei EchoLife HG553. Backport of r46388. Signed-off-by: Cezary Jackiewicz <[email protected]> Signed-off-by: Jonas Gorski <[email protected]> Modified: branches/chaos_calmer/target/linux/brcm63xx/dts/hg553.dts =================================================================== --- branches/chaos_calmer/target/linux/brcm63xx/dts/hg553.dts 2015-07-25 09:55:32 UTC (rev 46485) +++ branches/chaos_calmer/target/linux/brcm63xx/dts/hg553.dts 2015-07-25 10:02:44 UTC (rev 46486) @@ -6,6 +6,26 @@ model = "Huawei EchoLife HG553"; compatible = "huawei,hg553", "brcm,bcm6358"; + gpio-keys-polled { + compatible = "gpio-keys-polled"; + #address-cells = <1>; + #size-cells = <0>; + poll-interval = <20>; + debounce-interval = <60>; + + rfkill { + label = "rfkill"; + gpios = <&gpio0 9 1>; + linux,code = <0xf7>; + }; + + reset { + label = "reset"; + gpios = <&gpio1 5 1>; + linux,code = <0x198>; + }; + }; + gpio-leds { compatible = "gpio-leds"; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
