projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ad2e4
)
dt-bindings: arm: rockchip: Add Sonoff iHost
author
Tim Lunn
<tim@feathertop.org>
Sun, 3 Dec 2023 12:40:04 +0000
(23:40 +1100)
committer
Heiko Stuebner
<heiko@sntech.de>
Tue, 5 Dec 2023 08:20:44 +0000
(09:20 +0100)
Sonoff iHost is a smart home hub with built in radios for wifi/bt
and Zigbee. It is based off the Rockchip RV1126 (or RV1109) SoC.
Signed-off-by: Tim Lunn <tim@feathertop.org>
Acked-by: Rob Herring <robh@kernel.org>
Link:
https://lore.kernel.org/r/20231203124004.2676174-9-tim@feathertop.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Documentation/devicetree/bindings/arm/rockchip.yaml
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/arm/rockchip.yaml
b/Documentation/devicetree/bindings/arm/rockchip.yaml
index d3c5b25fc2fd72f729993724fbe81299d4246d95..560177823d4a47c087bbe8869b63487c9161aaeb 100644
(file)
--- a/
Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/
Documentation/devicetree/bindings/arm/rockchip.yaml
@@
-927,6
+927,13
@@
properties:
- const: rockchip,rk3568-bpi-r2pro
- const: rockchip,rk3568
+ - description: Sonoff iHost Smart Home Hub
+ items:
+ - const: itead,sonoff-ihost
+ - enum:
+ - rockchip,rv1126
+ - rockchip,rv1109
+
additionalProperties: true
...