diff options
author | Heiko Stuebner <heiko@sntech.de> | 2018-06-02 08:58:54 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-07-07 12:58:16 +0200 |
commit | ea3cb4812ed5f04e18d2409eb7b4a6b9b630cc26 (patch) | |
tree | 9a64d279930e77f2792a81c79397309140d8d11d /arch | |
parent | b41023282d07b61a53e2c9b9508912b1e7ce7b4f (diff) | |
download | linux-stable-ea3cb4812ed5f04e18d2409eb7b4a6b9b630cc26.tar.gz linux-stable-ea3cb4812ed5f04e18d2409eb7b4a6b9b630cc26.tar.bz2 linux-stable-ea3cb4812ed5f04e18d2409eb7b4a6b9b630cc26.zip |
arm64: dts: rockchip: add phandles to some nodes on rk3399-gru
Some nodes will need to be refined on a per board level, so add phandles
to them to reference them later.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi index e2a60680c66c..3301e7daa429 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi @@ -457,7 +457,7 @@ pinctrl-names = "default"; pinctrl-0 = <&bt_host_wake_l>; - wake-on-bt { + wake_on_bt: wake-on-bt { label = "Wake-on-Bluetooth"; gpios = <&gpio0 3 GPIO_ACTIVE_LOW>; linux,code = <KEY_WAKEUP>; @@ -475,7 +475,7 @@ status = "okay"; }; - sound { + sound: sound { compatible = "rockchip,rk3399-gru-sound"; rockchip,cpu = <&i2s0 &i2s2>; rockchip,codec = <&max98357a &headsetcodec @@ -1131,7 +1131,7 @@ ap_i2c_audio: &i2c8 { }; }; - wifi { + wifi: wifi { wifi_perst_l: wifi-perst-l { rockchip,pins = <2 27 RK_FUNC_GPIO &pcfg_pull_none>; }; |