[linux-sunxi] Re: [RFC v1 8/8] dt-bindings: net: bluetooth: add support for Realtek Bluetooth chips

2017-11-20 Thread Rob Herring
On Fri, Nov 17, 2017 at 11:35:43PM +0100, Martin Blumenstingl wrote:
> This adds the documentation for Bluetooth functionality of the Realtek
> RTL8723BS and RTL8723DS.
> Both are SDIO wifi chips with an additional Bluetooth module which is
> connected via UART to the host.
> 
> Signed-off-by: Martin Blumenstingl 
> ---
>  .../devicetree/bindings/net/realtek-bluetooth.txt  | 31 
> ++
>  1 file changed, 31 insertions(+)
>  create mode 100644 
> Documentation/devicetree/bindings/net/realtek-bluetooth.txt
> 
> diff --git a/Documentation/devicetree/bindings/net/realtek-bluetooth.txt 
> b/Documentation/devicetree/bindings/net/realtek-bluetooth.txt
> new file mode 100644
> index ..c919e06469f8
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/net/realtek-bluetooth.txt
> @@ -0,0 +1,31 @@
> +Realtek Bluetooth Chips
> +---
> +
> +This documents the binding structure and common properties for serial
> +attached Realtek devices.
> +
> +Serial attached Realtek devices shall be a child node of the host UART
> +device the slave device is attached to. See ../serial/slave-device.txt
> +for more information
> +
> +Required properties:
> +- compatible: should contain one of the following:
> +* "realtek,rtl8723bs-bluetooth"
> +* "realtek,rtl8723ds-bluetooth"
> +
> +Optional properties:
> +- disable-gpios: GPIO specifier, used to enable/disable the BT module

We generally use 'enable-gpios' or 'powerdown-gpios' even if the h/w 
name is somewhat different.

> +- reset-gpios: GPIO specifier, used to reset the BT module
> +
> +
> +Example:
> +
> + {
> + ...
> +
> + bluetooth {
> + compatible = "realtek,rtl8723bs-bluetooth";
> + disable-gpios = < 20 GPIO_ACTIVE_LOW>;
> + reset-gpios = < 11 GPIO_ACTIVE_HIGH>;
> + };
> +};
> -- 
> 2.15.0
> 

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [linux-sunxi] Latest kernel does not find SD card

2017-11-20 Thread Chen-Yu Tsai
On Mon, Nov 20, 2017 at 9:17 PM, Chris Obbard  wrote:
> A change between Friday and Sunday evening to sunxi-next Kernel has caused
> my H5-based Orange Pi PC2 to not find the SD card.   Is this a known
> problem?

It is most likely the switch of the mmc regulators from a fixed one
to the AXP regulators.

Please ensure you have the AXP mfd and regulator drivers built-in.
AFAIK the RSB variant of the AXP mfd driver does not support auto
loading of the module.

ChenYu

>
>
>
> Sorry for the lack of information; I am not at that terminal.
>
> --
> You received this message because you are subscribed to the Google Groups
> "linux-sunxi" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to linux-sunxi+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[linux-sunxi] Latest kernel does not find SD card

2017-11-20 Thread Chris Obbard
A change between Friday and Sunday evening to sunxi-next Kernel has caused 
my H5-based Orange Pi PC2 to not find the SD card.   Is this a known 
problem?



Sorry for the lack of information; I am not at that terminal.

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.