Loading Documentation/devicetree/bindings/input/misc/cm36283.txt +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ Capella cm36283 L/P sensor Required properties: - compatible : Should be "capella,cm36283". - compatible : Should be "capella,cm36283" or "capella,cm36682". - reg : i2c slave address of the device. - interrupt-parent : Parent of interrupt. - interrupts : L/P sample interrupt to indicate new data ready. Loading drivers/input/misc/cm36283.c +1 −0 Original line number Diff line number Diff line Loading @@ -2062,6 +2062,7 @@ static const struct i2c_device_id cm36283_i2c_id[] = { static struct of_device_id cm36283_match_table[] = { { .compatible = "capella,cm36283",}, { .compatible = "capella,cm36682",}, { }, }; Loading Loading
Documentation/devicetree/bindings/input/misc/cm36283.txt +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ Capella cm36283 L/P sensor Required properties: - compatible : Should be "capella,cm36283". - compatible : Should be "capella,cm36283" or "capella,cm36682". - reg : i2c slave address of the device. - interrupt-parent : Parent of interrupt. - interrupts : L/P sample interrupt to indicate new data ready. Loading
drivers/input/misc/cm36283.c +1 −0 Original line number Diff line number Diff line Loading @@ -2062,6 +2062,7 @@ static const struct i2c_device_id cm36283_i2c_id[] = { static struct of_device_id cm36283_match_table[] = { { .compatible = "capella,cm36283",}, { .compatible = "capella,cm36682",}, { }, }; Loading