diff options
author | Potin Lai <[email protected]> | 2022-08-10 00:43:38 +0000 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2022-08-18 16:25:32 +1000 |
commit | 5ac309fec69738d59eccbe18a715bc497875fd0a (patch) | |
tree | db96d63a2d993ff3ca43e2a17737e67c0a962a0c | |
parent | 6da3f55fe822088b69b69a458c412a08362f4f6d (diff) |
ARM: dts: aspeed: bletchley: Remove hdc1080 node
Because of incompatible 2nd source si7021, removing hdc1080 node from
device tree, and move node probe to user-space layer.
Signed-off-by: Potin Lai <[email protected]>
Reviewed-by: Patrick Williams <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts index 385cfe18cbdd..1fc3e7cbf0d1 100644 --- a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts @@ -793,11 +793,6 @@ reg = <0x4f>; }; - hdc1080@40 { - compatible = "ti,hdc1080"; - reg = <0x40>; - }; - front_leds: pca9552@67 { compatible = "nxp,pca9552"; reg = <0x67>; |