Commit ea3cb481 authored by Heiko Stuebner's avatar Heiko Stuebner

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: default avatarHeiko Stuebner <heiko@sntech.de>
parent b4102328
...@@ -457,7 +457,7 @@ gpio_keys: gpio-keys { ...@@ -457,7 +457,7 @@ gpio_keys: gpio-keys {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&bt_host_wake_l>; pinctrl-0 = <&bt_host_wake_l>;
wake-on-bt { wake_on_bt: wake-on-bt {
label = "Wake-on-Bluetooth"; label = "Wake-on-Bluetooth";
gpios = <&gpio0 3 GPIO_ACTIVE_LOW>; gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
linux,code = <KEY_WAKEUP>; linux,code = <KEY_WAKEUP>;
...@@ -475,7 +475,7 @@ max98357a: max98357a { ...@@ -475,7 +475,7 @@ max98357a: max98357a {
status = "okay"; status = "okay";
}; };
sound { sound: sound {
compatible = "rockchip,rk3399-gru-sound"; compatible = "rockchip,rk3399-gru-sound";
rockchip,cpu = <&i2s0 &i2s2>; rockchip,cpu = <&i2s0 &i2s2>;
rockchip,codec = <&max98357a &headsetcodec rockchip,codec = <&max98357a &headsetcodec
...@@ -1131,7 +1131,7 @@ trackpad_int_l: trackpad-int-l { ...@@ -1131,7 +1131,7 @@ trackpad_int_l: trackpad-int-l {
}; };
}; };
wifi { wifi: wifi {
wifi_perst_l: wifi-perst-l { wifi_perst_l: wifi-perst-l {
rockchip,pins = <2 27 RK_FUNC_GPIO &pcfg_pull_none>; rockchip,pins = <2 27 RK_FUNC_GPIO &pcfg_pull_none>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment