.. | .. |
---|
18 | 18 | "google,bob", "google,gru", "rockchip,rk3399"; |
---|
19 | 19 | |
---|
20 | 20 | edp_panel: edp-panel { |
---|
21 | | - compatible = "boe,nv101wxmn51", "simple-panel"; |
---|
| 21 | + compatible = "boe,nv101wxmn51"; |
---|
22 | 22 | backlight = <&backlight>; |
---|
23 | 23 | power-supply = <&pp3300_disp>; |
---|
24 | 24 | |
---|
.. | .. |
---|
68 | 68 | |
---|
69 | 69 | &spi0 { |
---|
70 | 70 | status = "okay"; |
---|
| 71 | + |
---|
| 72 | + cr50@0 { |
---|
| 73 | + compatible = "google,cr50"; |
---|
| 74 | + reg = <0>; |
---|
| 75 | + interrupt-parent = <&gpio0>; |
---|
| 76 | + interrupts = <5 IRQ_TYPE_EDGE_RISING>; |
---|
| 77 | + pinctrl-names = "default"; |
---|
| 78 | + pinctrl-0 = <&h1_int_od_l>; |
---|
| 79 | + spi-max-frequency = <800000>; |
---|
| 80 | + }; |
---|
71 | 81 | }; |
---|
72 | 82 | |
---|
73 | 83 | &pinctrl { |
---|
.. | .. |
---|
77 | 87 | }; |
---|
78 | 88 | }; |
---|
79 | 89 | }; |
---|
| 90 | + |
---|
| 91 | +&wlan_host_wake_l { |
---|
| 92 | + /* Kevin has an external pull up, but Bob does not. */ |
---|
| 93 | + rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_up>; |
---|
| 94 | +}; |
---|