diff options
author | Heiko Stuebner <heiko@sntech.de> | 2018-06-02 08:53:40 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-07-07 13:02:27 +0200 |
commit | a0aa6bfebcc729fcbfb1c7ea5751822c4c724765 (patch) | |
tree | 1fde096d4b8e58e2c12536561d3ccd4782429129 /arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts | |
parent | ea3cb4812ed5f04e18d2409eb7b4a6b9b630cc26 (diff) | |
download | lwn-a0aa6bfebcc729fcbfb1c7ea5751822c4c724765.tar.gz lwn-a0aa6bfebcc729fcbfb1c7ea5751822c4c724765.zip |
arm64: dts: rockchip: move Chromebook-specific Gru-parts to a separate file
Similar to rk3288-Veyron before, the Gru-series does contain Chromebook
(aka clamshell laptops) and non-Chromebook devices. And while the two
Chromebook devices Kevin and Bob are quite similar, Scarlet the tablet-
device is quite different in its design.
Therefore move the Chromebook parts into a gru-chromebook dtsi file
to make sharing easier.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts b/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts index 356c4d71c95b..e582ec9fbc97 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts @@ -6,7 +6,7 @@ */ /dts-v1/; -#include "rk3399-gru.dtsi" +#include "rk3399-gru-chromebook.dtsi" #include <dt-bindings/input/linux-event-codes.h> /* @@ -337,10 +337,4 @@ ap_i2c_dig: &i2c2 { rockchip,pins = <0 13 RK_FUNC_GPIO &pcfg_pull_up>; }; }; - - wifi { - wlan_host_wake_l: wlan-host-wake-l { - rockchip,pins = <0 8 RK_FUNC_GPIO &pcfg_pull_none>; - }; - }; }; |