<aka_[m]>
Marijn: is there any specific thing without which loire won't boot mainline?
<aka_[m]>
Like cmdline/dts node
pespin has quit [Remote host closed the connection]
<Danct12>
krzk, i saw your reply. is it possible to run dt binding check on a specific dtb? i did left it run but it took too long so i went and do something else
<Danct12>
later when i ran the command again it just doesnt drop anything so i assumed it's all good
<krzk>
make CHECK_DTBS=y DT_SCHEMA_FILES=qcom qcom/sm8450-hdk.dtb
<krzk>
Danct12: and it printed many warnings which you just skipped...
<Danct12>
ah, got it. sorry about that.
<Danct12>
i got this `['fxtec,pro1x', 'qcom,sm6115'] is too short`, what should i do? i have fixed the regulators one
<krzk>
It means your bindings are incorrect
<krzk>
look what bindings are saying and what you wrote in DTS
<z3ntu>
Danct12: or you need to add it to qcom.yaml (I think that's how it's called), if you haven't already
Daanct12 has joined #linux-msm
Danct12 has quit [Ping timeout: 480 seconds]
Daaanct12 has joined #linux-msm
Daanct12 has quit [Ping timeout: 480 seconds]
<aka_[m]>
Danct12: don't you first send dt-bindings then dts?
<steev>
typically yes, otherwise it'll fail to pass the binding check