diff options
author | Potin Lai <potin.lai.pt@gmail.com> | 2022-08-10 03:43:38 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2022-08-18 09:25:32 +0300 |
commit | 5ac309fec69738d59eccbe18a715bc497875fd0a (patch) | |
tree | db96d63a2d993ff3ca43e2a17737e67c0a962a0c /arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | |
parent | 6da3f55fe822088b69b69a458c412a08362f4f6d (diff) | |
download | linux-5ac309fec69738d59eccbe18a715bc497875fd0a.tar.xz |
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 <potin.lai.pt@gmail.com>
Reviewed-by: Patrick Williams <patrick@stwcx.xyz>
Link: https://lore.kernel.org/r/20220810004338.329832-3-potin.lai.pt@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts')
-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>; |