diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-18 23:24:53 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-18 23:24:53 -0400 |
commit | 307e2b3e6366e5b284ee39913d2de46781952148 (patch) | |
tree | 17f44a181dec85c9fe3e5ac1efd4c20240840bc8 /app/boards/shields/lily58 | |
parent | 3c4a9686f86ee2ac90e81cfd5a408d08aa380cde (diff) |
fix(shields): OLED fixes for Corne, add anchors.
Diffstat (limited to 'app/boards/shields/lily58')
-rw-r--r-- | app/boards/shields/lily58/lily58.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/shields/lily58/lily58.dtsi b/app/boards/shields/lily58/lily58.dtsi index cbda523..24f6805 100644 --- a/app/boards/shields/lily58/lily58.dtsi +++ b/app/boards/shields/lily58/lily58.dtsi @@ -53,7 +53,7 @@ RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(4,5) RC(4,6) RC(3,6) RC(3,7) &pro_micro_i2c { status = "okay"; - ssd1306@3c { + oled: ssd1306@3c { compatible = "solomon,ssd1306fb"; reg = <0x3c>; label = "DISPLAY"; |