<tokyovigilante>
wens: sorry to bring up an old comment but are you able to elaborate on this comment about the sun4i codec jack-detection? "in that case the headphone switch should be an aux device to the existing sound card. the sun4i-codec driver can't do simple-card because it is already completely self contained"
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
<Jookia>
triskit: im interested in documenting and setting up secure boot
ftg has quit [Read error: Connection reset by peer]
<triskit>
Jookia: me too, but progress is slow on my side. I’m designing carrier board for the Lichee RV and hope to eventually be able to secure boot it
<Jookia>
that's the D1 isn't it?
<triskit>
Yeah
<Jookia>
if you need guaranteed security i wouldn't use allwinner
<Jookia>
for my use case i figure it's better than nothing and i want to document it anyway
<Jookia>
but if you're actually handling sensitive data or something please don't use allwinner for security
<triskit>
Yup, luckily I don’t need real security
<Jookia>
im a bit pessimistic about the modern attitude towards security :)
<jakllsch>
i'm a bit pessimistic about, well, everything
<jakllsch>
:-P
<Jookia>
haha
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
MasterR3C0RD has quit [Quit: Bye-bye!]
MasterR3C0RD has joined #linux-sunxi
diego71 has quit [Ping timeout: 480 seconds]
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
diego71 has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
colinsane has quit []
colinsane has joined #linux-sunxi
colinsane has quit [Remote host closed the connection]
wingrime1 has quit [Remote host closed the connection]
wingrime-ww has joined #linux-sunxi
colinsane has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
colinsane has quit [Ping timeout: 480 seconds]
_whitelogger_ has joined #linux-sunxi
colinsane has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Quasar 5.2.6, revision: 5.2.6+git-7606-51f3abb83, build type: debug, sources date: 20160102, built on: 2024-11-13 20:14:24 UTC 5.2.6+git-7606-]
_whitelogger_ has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #linux-sunxi
warpme has joined #linux-sunxi
<loki666>
there is something I don't understand in the dts, it would seems we can define regulators nodes and use them as supply for whatever device node needs them (gpu, mmc, usb) but I don't understand how a driver can understand that to config the pmic? could someone explain me, or just I'm complelty wrong about this because dts just describe what's
<loki666>
basically wired on the PCB, and a driver can't change that
<Jookia>
loki666: a driver can ask to enable or disable a regulator, the pmic node provides regulators and i think you configure voltages there
<loki666>
but then some regulators do have a microvolt range so something should be able to change that (opp)
<Jookia>
i think drivers can request specific voltages for regulators
<Jookia>
but most i personally have used don't
<Jookia>
since the hardware tends to require fixed voltage rails
<loki666>
yes yes, but what I don't understand is how the pmic driver is able to understand which rails to change for the regulatore I named "gpu-vdd"