From 04b7efcdd1a8dfdf461c78d083aabee5445e54bd Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 20 Nov 2019 15:31:14 +0100 Subject: can-bus: Use configuration from JSON file Use configuration from JSON file instead of the old INI file. Now all configuration files lies within the binding tree. Bug-AGL: SPEC-2988 Change-Id: Id986d19751db958ad5cf3b7f2b2c5443d4ceb062 Signed-off-by: Romain Forlot --- conf.d/project/etc/control-low-can.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf.d/project') diff --git a/conf.d/project/etc/control-low-can.json b/conf.d/project/etc/control-low-can.json index e59c39c4..0b10d33d 100644 --- a/conf.d/project/etc/control-low-can.json +++ b/conf.d/project/etc/control-low-can.json @@ -8,6 +8,10 @@ }, "config": { "active_message_set": 0, + "dev-mapping": { + "hs": "can0", + "ls": "can0" + }, "diagnostic_bus": "hs" }, "plugins": [ -- cgit 1.2.3-korg