This series adds support for setting the nWKRQ voltage. Signed-off-by: Sean Nyekjaer <sean@xxxxxxxxxx> --- Changes in v3: - Switched the order of patches, yaml patch first and then code change. - Switched to a boolean ti,nwkrq-voltage-vio. - Switched internal variable to a bool. - Link to v2: https://lore.kernel.org/r/20241111-tcan-wkrqv-v2-0-9763519b5252@xxxxxxxxxx Changes in v2: - Converted tcan4x5x.txt to DT schema. In https://lore.kernel.org/linux-can/20241105-convert-tcan-v2-1-4b320f3fcf99@xxxxxxxxxx/ - Reworked ti,nwkrq-voltage-sel, to DH schema style. - Link to v1: https://lore.kernel.org/r/20241031-tcan-wkrqv-v1-0-823dbd12fe4a@xxxxxxxxxx --- Sean Nyekjaer (2): dt-bindings: can: tcan4x5x: Document the ti,nwkrq-voltage-vio option can: tcan4x5x: add option for selecting nWKRQ voltage .../devicetree/bindings/net/can/ti,tcan4x5x.yaml | 8 ++++++++ drivers/net/can/m_can/tcan4x5x-core.c | 20 ++++++++++++++++++++ drivers/net/can/m_can/tcan4x5x.h | 2 ++ 3 files changed, 30 insertions(+) --- base-commit: 2b2a9a08f8f0b904ea2bc61db3374421b0f944a6 change-id: 20241030-tcan-wkrqv-c62b906005da prerequisite-change-id: 20241105-convert-tcan-4b516424ecf6:v2 prerequisite-patch-id: a652b1a16dadd5ff525d0b58fec56f605a976aa3 Best regards, -- Sean Nyekjaer <sean@xxxxxxxxxx>