treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / arm / boot / dts / rk3288-firefly-beta.dts
blob135e8832141f5329c74c5da9d6916dc3cc594373
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2014, 2015 FUKAUMI Naoki <naobsd@gmail.com>
4  */
6 /dts-v1/;
7 #include "rk3288-firefly.dtsi"
9 / {
10         model = "Firefly-RK3288 Beta";
11         compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
14 &ir {
15         gpios = <&gpio7 RK_PA5 GPIO_ACTIVE_LOW>;
18 &pinctrl {
19         act8846 {
20                 pmic_vsel: pmic-vsel {
21                         rockchip,pins = <7 RK_PA1 RK_FUNC_GPIO &pcfg_output_low>;
22                 };
23         };
25         ir {
26                 ir_int: ir-int {
27                         rockchip,pins = <7 RK_PA5 RK_FUNC_GPIO &pcfg_pull_up>;
28                 };
29         };
32 &pwm0 {
33         status = "okay";