summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Ou <samou@google.com>2022-10-25 12:31:01 +0000
committerSam Ou <samou@google.com>2022-10-25 12:31:25 +0000
commit6e9feb78df1055c36f52c0876fc69cd3e79389e8 (patch)
tree1bb22619436597be7ffe9d84a8595d0245a98532
parentfe3867d39dee188b4cdd6a6364e3c3111366525b (diff)
downloadtangorpro-6e9feb78df1055c36f52c0876fc69cd3e79389e8.tar.gz
Revert "arm64/dts: Fix GPIO settings for sbb-mux"
This reverts commit 07be12f36c11142269ce6d6c8dcc53d84fffee15. Signed-off-by: Sam Ou <samou@google.com> Change-Id: I1c1a482edd9b9fb3c78abcdd7aa6d1b0a0d378cc
-rw-r--r--dts/gs201-tangorpro-common.dtsi11
1 files changed, 0 insertions, 11 deletions
diff --git a/dts/gs201-tangorpro-common.dtsi b/dts/gs201-tangorpro-common.dtsi
index f6fea97..8371a2b 100644
--- a/dts/gs201-tangorpro-common.dtsi
+++ b/dts/gs201-tangorpro-common.dtsi
@@ -69,14 +69,3 @@
&hsi2c_1 {
status = "disabled";
};
-
-/ {
- fragment@sbbmux {
- target-path = "/";
- __overlay__ {
- sbb_mux: sbb-mux {
- gpios = <&gpp18 0 0>, <&gpp18 1 0>, <&gpp18 3 0>, <&gpp18 2 0>;
- };
- };
- };
-};