Skip to content

Commit

Permalink
Merge pull request raspberrypi#923 from mwilliams03/rpi-3.18.y
Browse files Browse the repository at this point in the history
Added optional parameter to set resistance of touch plate(x-plate-ohms)
  • Loading branch information
pelwell committed Apr 8, 2015
2 parents 8362c08 + a477cb9 commit ce68fe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/piscreen-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
0x1000029>;
};

piscreen-ts@1 {
piscreen_ts: piscreen-ts@1 {
compatible = "ti,ads7846";
reg = <1>;

Expand All @@ -91,5 +91,6 @@
rotate = <&piscreen>,"rotate:0";
fps = <&piscreen>,"fps:0";
debug = <&piscreen>,"debug:0";
xohms = <&piscreen_ts>,"ti,x-plate-ohms;0";
};
};

0 comments on commit ce68fe7

Please sign in to comment.