lkml.org 
[lkml]   [2022]   [Feb]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] ARM: dts: sun8i-h3: Drop args in 'thermal-sensors'
    Date
    The "allwinner,sun8i-h3-ths" thermal sensor has 0 argument cells, but
    the consumer has an argument cell. It is ignored by the code, but the
    error was found with some upcoming schema validation changes. The schema
    and code both agree that 0 cells is correct.

    Signed-off-by: Rob Herring <robh@kernel.org>
    ---
    arch/arm/boot/dts/sun8i-h3.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
    index 845f25235407..eac2349a2380 100644
    --- a/arch/arm/boot/dts/sun8i-h3.dtsi
    +++ b/arch/arm/boot/dts/sun8i-h3.dtsi
    @@ -245,7 +245,7 @@ thermal-zones {
    cpu_thermal: cpu-thermal {
    polling-delay-passive = <0>;
    polling-delay = <0>;
    - thermal-sensors = <&ths 0>;
    + thermal-sensors = <&ths>;

    trips {
    cpu_hot_trip: cpu-hot {
    --
    2.32.0
    \
     
     \ /
      Last update: 2022-02-04 01:29    [W:4.203 / U:0.480 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site